hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

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

    def http_error_default(self, url, fp, errcode, errmsg, headers):
Severity: Minor
Found in AppPkg/Applications/Python/Python-2.7.2/Lib/urllib.py - About 35 mins to fix

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

        def http_error_default(self, url, fp, errcode, errmsg, headers):
    Severity: Minor
    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/urllib.py - About 35 mins to fix

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

          def __setitem__(self, key, value, PREV=0, NEXT=1, dict_setitem=dict.__setitem__):
      Severity: Minor
      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/collections.py - About 35 mins to fix

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

        def runctx(statement, globals, locals, filename=None, sort=-1):
        Severity: Minor
        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/profile.py - About 35 mins to fix

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

              def import_module(self, name, globals=None, locals=None, fromlist=None,
          Severity: Minor
          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/ihooks.py - About 35 mins to fix

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

                def __init__(self, counts=None, calledfuncs=None, infile=None,
            Severity: Minor
            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/trace.py - About 35 mins to fix

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

              def printtoken(type, token, srow_scol, erow_ecol, line): # for testing
              Severity: Minor
              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/tokenize.py - About 35 mins to fix

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

                    def __init__(self, fixers, options, explicit, nobackups, show_diffs):
                Severity: Minor
                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/main.py - About 35 mins to fix

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

                      def processed_file(self, new_text, filename, old_text=None, write=False,
                  Severity: Minor
                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/refactor.py - About 35 mins to fix

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

                        def __init__(self,type, children,
                    Severity: Minor
                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pytree.py - About 35 mins to fix

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

                      def load_grammar(gt="Grammar.txt", gp=None,
                      Severity: Minor
                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/driver.py - About 35 mins to fix

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

                        def printtoken(type, token, start, end, line): # for testing
                        Severity: Minor
                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/tokenize.py - About 35 mins to fix

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

                              def __init__(self, type, value,
                          Severity: Minor
                          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pytree.py - About 35 mins to fix

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

                            def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]):
                            Severity: Minor
                            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/mailcap.py - About 35 mins to fix

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

                                  def check_lib(self, library, library_dirs=None, headers=None,
                              Severity: Minor
                              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/config.py - About 35 mins to fix

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

                                    def search_cpp(self, pattern, body=None, headers=None, include_dirs=None,
                                Severity: Minor
                                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/config.py - About 35 mins to fix

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

                                      def library_filename(self, libname, lib_type='static',     # or 'shared'
                                  Severity: Minor
                                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ccompiler.py - About 35 mins to fix

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

                                        def has_function(self, funcname, includes=None, include_dirs=None,
                                    Severity: Minor
                                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ccompiler.py - About 35 mins to fix

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

                                      def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0):
                                      Severity: Minor
                                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ccompiler.py - About 35 mins to fix

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

                                            def create_static_lib(self, objects, output_libname, output_dir=None,
                                        Severity: Minor
                                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ccompiler.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language