jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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

    def addRadioButton(self, title, name, 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 _bindEvent has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def _bindEvent(self, kind, name, widget, function, eventType, key=None):
      Severity: Major
      Found in appJar/appjar.py - About 50 mins to fix

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

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

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

              def _bindOverEvent(self, kind, name, widget, functions, eventType, key=None):
          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 addSelectableLabel has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

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

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

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

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

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

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

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

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