jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

Function addLabelDirectoryEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def addLabelDirectoryEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
Severity: Major
Found in appJar/appjar.py - About 50 mins to fix

    Function searchTextArea has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def searchTextArea(self, title, pattern, start=None, stop=None, nocase=True, backwards=False):
    Severity: Major
    Found in appJar/appjar.py - About 50 mins to fix

      Function addTree has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def addTree(self, title, data, row=None, column=0, colspan=0, rowspan=0):
      Severity: Major
      Found in appJar/appjar.py - About 50 mins to fix

        Function addEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def addEntry(self, title, row=None, column=0, colspan=0, rowspan=0, secret=False):
        Severity: Major
        Found in appJar/appjar.py - About 50 mins to fix

          Function addMenuRadioButton has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def addMenuRadioButton(self, menu, name, value, func=None, shortcut=None, underline=-1):
          Severity: Major
          Found in appJar/appjar.py - About 50 mins to fix

            Function addLabelOpenEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def addLabelOpenEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
            Severity: Major
            Found in appJar/appjar.py - About 50 mins to fix

              Function addValidationEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def addValidationEntry(self, title, row=None, column=0, colspan=0, rowspan=0, secret=False):
              Severity: Major
              Found in appJar/appjar.py - About 50 mins to fix

                Function addNumericEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def addNumericEntry(self, title, row=None, column=0, colspan=0, rowspan=0, secret=False):
                Severity: Major
                Found in appJar/appjar.py - About 50 mins to fix

                  Function _addSeparator has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def _addSeparator(self, orient, row=None, column=0, colspan=0, rowspan=0, colour=None):
                  Severity: Major
                  Found in appJar/appjar.py - About 50 mins to fix

                    Function drawLines has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def drawLines(self, width, height, start, fin, val, col, tags="gradient"):
                    Severity: Major
                    Found in appJar/appjar.py - About 50 mins to fix

                      Function addPieChart has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def addPieChart(self, name, fracs, row=None, column=0, colspan=0, rowspan=0):
                      Severity: Major
                      Found in appJar/appjar.py - About 50 mins to fix

                        Function addLabelSecretEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def addLabelSecretEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
                        Severity: Major
                        Found in appJar/appjar.py - About 50 mins to fix

                          Function addLabelFileEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def addLabelFileEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
                          Severity: Major
                          Found in appJar/appjar.py - About 50 mins to fix

                            Function addTextArea has 7 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def addTextArea(self, title, row=None, column=0, colspan=0, rowspan=0, text=None):
                            Severity: Major
                            Found in appJar/appjar.py - About 50 mins to fix

                              Function addMessage has 7 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def addMessage(self, title, text=None, row=None, column=0, colspan=0, rowspan=0):
                              Severity: Major
                              Found in appJar/appjar.py - About 50 mins to fix

                                Function addLabelSaveEntry has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def addLabelSaveEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
                                Severity: Major
                                Found in appJar/appjar.py - About 50 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                  with app.panedFrame("d"): app.label("Pane 4")
                                  
                                  
                                  Severity: Major
                                  Found in appJar/examples/showcase.py - About 45 mins to fix

                                    Function startToggleFrame has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def startToggleFrame(self, title, row=None, column=0, colspan=0, rowspan=0):
                                    Severity: Minor
                                    Found in appJar/appjar.py - About 45 mins to fix

                                      Function addTrashBin has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def addTrashBin(self, title, row=None, column=0, colspan=0, rowspan=0):
                                      Severity: Minor
                                      Found in appJar/appjar.py - About 45 mins to fix

                                        Function addScale has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def addScale(self, title, row=None, column=0, colspan=0, rowspan=0):
                                        Severity: Minor
                                        Found in appJar/appjar.py - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language