Godley/MuseParse

View on GitHub

Showing 228 of 691 total issues

Function SetupPiece has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def SetupPiece(tag, attrib, content, piece, data):
Severity: Minor
Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

    Function handleArticulation has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def handleArticulation(tag, attrs, content, piece, data):
    Severity: Minor
    Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

      Function handleClef has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def handleClef(tag, attrib, content, piece, data):
      Severity: Minor
      Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

        Function HandlePitch has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def HandlePitch(tags, attrs, text, piece, data):
        Severity: Minor
        Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

          Function handleLyrics has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def handleLyrics(tags, attrs, chars, piece, data):
          Severity: Minor
          Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

            Function Search has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def Search(cls_type, node, index, depth=0, start_index=0):
            Severity: Minor
            Found in MuseParse/classes/ObjectHierarchy/TreeClasses/BaseTree.py - About 35 mins to fix

              Function HandleSlidesAndGliss has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def HandleSlidesAndGliss(tags, attrs, content, piece, data):
              Severity: Minor
              Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                Function CreateNote has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def CreateNote(tag, attrs, content, piece, data):
                Severity: Minor
                Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                  Function HandleArpeggiates has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def HandleArpeggiates(tags, attrs, content, piece, data):
                  Severity: Minor
                  Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                    Function handleOtherNotations has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def handleOtherNotations(tag, attrs, content, piece, data):
                    Severity: Minor
                    Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                      Function handleOrnaments has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def handleOrnaments(tags, attrs, content, piece, data):
                      Severity: Minor
                      Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                        Function handleBarline has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def handleBarline(tag, attrib, content, piece, data):
                        Severity: Minor
                        Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                          Function HandleNoteheads has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def HandleNoteheads(tags, attrs, content, piece, data):
                          Severity: Minor
                          Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                            Function HandleMovementBetweenDurations has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def HandleMovementBetweenDurations(tags, attrs, chars, piece, data):
                            Severity: Minor
                            Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                              Function HandleFermata has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def HandleFermata(tags, attrs, chars, piece, data):
                              Severity: Minor
                              Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                                Function HandleMeasures has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def HandleMeasures(tag, attrib, content, piece, data):
                                Severity: Minor
                                Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                                  Function HandleRepeatMarking has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def HandleRepeatMarking(tags, attrs, chars, piece, data):
                                  Severity: Minor
                                  Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                                    Function BackwardSearch has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def BackwardSearch(cls_type, node, index, depth=0, start_index=0):
                                    Severity: Minor
                                    Found in MuseParse/classes/ObjectHierarchy/TreeClasses/BaseTree.py - About 35 mins to fix

                                      Function UpdatePart has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def UpdatePart(tag, attrib, content, piece, data):
                                      Severity: Minor
                                      Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix

                                        Function SetupFormat has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def SetupFormat(tags, attrs, text, piece, data):
                                        Severity: Minor
                                        Found in MuseParse/classes/Input/MxmlParser.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language