jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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

    def addCanvasOval(self, title, x, y, xDiam, yDiam, **kwargs):
Severity: Major
Found in appJar/appjar.py - About 50 mins to fix

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

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

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

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

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

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

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

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

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

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

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

                  def addCanvasRectangle(self, title, x, y, w, h, **kwargs):
              Severity: Major
              Found in appJar/appjar.py - About 50 mins to fix

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

                    def _prepContainer(self, cTitle, cType, container, row, col, sticky=None):
                Severity: Major
                Found in appJar/appjar.py - About 50 mins to fix

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

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

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

                        def addLabelScale(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 _addSpinBox has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

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

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

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

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

                              def setGoogleMapMarker(self, title, location, size=None, colour=None, label=None, replace=False):
                          Severity: Major
                          Found in appJar/appjar.py - About 50 mins to fix

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

                                def startSubWindow(self, name, title=None, modal=False, blocking=False, transient=False, grouped=True):
                            Severity: Major
                            Found in appJar/appjar.py - About 50 mins to fix

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

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

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

                                    def _bindDragEvent(self, kind, name, widget, functions, eventType, key=None):
                                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

                                    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 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 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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language