hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

Profile has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class Profile:
    """Profiler class.

    self.cur is always a tuple.  Each such tuple corresponds to a stack
    frame that is currently active (self.cur[-2]).  The following are the
Severity: Minor
Found in AppPkg/Applications/Python/Python-2.7.2/Lib/profile.py - About 2 hrs to fix

    RawConfigParser has 21 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class RawConfigParser:
        def __init__(self, defaults=None, dict_type=_default_dict,
                     allow_no_value=False):
            self._dict = dict_type
            self._sections = self._dict()
    Severity: Minor
    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/ConfigParser.py - About 2 hrs to fix

      ZipFile has 21 functions (exceeds 20 allowed). Consider refactoring.
      Open

      class ZipFile:
          """ Class with methods to open, read, write, close, list zip files.
      
          z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
      
      Severity: Minor
      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/zipfile.py - About 2 hrs to fix

        install has 21 functions (exceeds 20 allowed). Consider refactoring.
        Open

        class install (Command):
        
            description = "install everything from build directory"
        
            user_options = [

          AbstractFormatter has 21 functions (exceeds 20 allowed). Consider refactoring.
          Open

          class AbstractFormatter:
              """The standard formatter.
          
              This implementation has demonstrated wide applicability to many writers,
              and may be used directly in most circumstances.  It has been used to
          Severity: Minor
          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/formatter.py - About 2 hrs to fix

            Unmarshaller has 21 functions (exceeds 20 allowed). Consider refactoring.
            Open

            class Unmarshaller:
                """Unmarshal an XML-RPC response, based on incoming XML event
                messages (start, data, end).  Call close() to get the resulting
                data structure.
            
            Severity: Minor
            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/xmlrpclib.py - About 2 hrs to fix

              WeakValueDictionary has 21 functions (exceeds 20 allowed). Consider refactoring.
              Open

              class WeakValueDictionary(UserDict.UserDict):
                  """Mapping class that references values weakly.
              
                  Entries in the dictionary will be discarded when no strong
                  reference to the value exists anymore
              Severity: Minor
              Found in vector-uefi/fd/efi/StdLib/lib/python.27/weakref.py - About 2 hrs to fix

                CookieJar has 21 functions (exceeds 20 allowed). Consider refactoring.
                Open

                class CookieJar:
                    """Collection of HTTP cookies.
                
                    You may not need to know about this class: try
                    urllib2.build_opener(HTTPCookieProcessor).open(url).
                Severity: Minor
                Found in vector-uefi/fd/efi/StdLib/lib/python.27/cookielib.py - About 2 hrs to fix

                  Node has 21 functions (exceeds 20 allowed). Consider refactoring.
                  Open

                  class Node(xml.dom.Node):
                      namespaceURI = None # this is non-null only for elements and attributes
                      parentNode = None
                      ownerDocument = None
                      nextSibling = None
                  Severity: Minor
                  Found in vector-uefi/fd/efi/StdLib/lib/python.27/xml/dom/minidom.py - About 2 hrs to fix

                    Profile has 21 functions (exceeds 20 allowed). Consider refactoring.
                    Open

                    class Profile:
                        """Profiler class.
                    
                        self.cur is always a tuple.  Each such tuple corresponds to a stack
                        frame that is currently active (self.cur[-2]).  The following are the
                    Severity: Minor
                    Found in vector-uefi/fd/efi/StdLib/lib/python.27/profile.py - About 2 hrs to fix

                      RawConfigParser has 21 functions (exceeds 20 allowed). Consider refactoring.
                      Open

                      class RawConfigParser:
                          def __init__(self, defaults=None, dict_type=_default_dict,
                                       allow_no_value=False):
                              self._dict = dict_type
                              self._sections = self._dict()
                      Severity: Minor
                      Found in vector-uefi/fd/efi/StdLib/lib/python.27/ConfigParser.py - About 2 hrs to fix

                        ZipFile has 21 functions (exceeds 20 allowed). Consider refactoring.
                        Open

                        class ZipFile:
                            """ Class with methods to open, read, write, close, list zip files.
                        
                            z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
                        
                        Severity: Minor
                        Found in vector-uefi/fd/efi/StdLib/lib/python.27/zipfile.py - About 2 hrs to fix

                          install has 21 functions (exceeds 20 allowed). Consider refactoring.
                          Open

                          class install (Command):
                          
                              description = "install everything from build directory"
                          
                              user_options = [
                          Severity: Minor
                          Found in vector-uefi/fd/efi/StdLib/lib/python.27/distutils/command/install.py - About 2 hrs to fix

                            Unmarshaller has 21 functions (exceeds 20 allowed). Consider refactoring.
                            Open

                            class Unmarshaller:
                                """Unmarshal an XML-RPC response, based on incoming XML event
                                messages (start, data, end).  Call close() to get the resulting
                                data structure.
                            
                            Severity: Minor
                            Found in vector-uefi/fd/efi/StdLib/lib/python.27/xmlrpclib.py - About 2 hrs to fix

                              AbstractFormatter has 21 functions (exceeds 20 allowed). Consider refactoring.
                              Open

                              class AbstractFormatter:
                                  """The standard formatter.
                              
                                  This implementation has demonstrated wide applicability to many writers,
                                  and may be used directly in most circumstances.  It has been used to
                              Severity: Minor
                              Found in vector-uefi/fd/efi/StdLib/lib/python.27/formatter.py - About 2 hrs to fix

                                File CommandLineParser.cs has 256 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                using System;
                                using System.Collections;
                                
                                namespace SevenZip.CommandLineParser
                                {
                                Severity: Minor
                                Found in vector-uefi/insyde/7zip/CS/7zip/Common/CommandLineParser.cs - About 2 hrs to fix

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

                                      def __init__(self, version, name, value,
                                  Severity: Major
                                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/cookielib.py - About 2 hrs to fix

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

                                        def __init__ (self, name, sources,
                                    Severity: Major
                                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/extension.py - About 2 hrs to fix

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

                                          def __init__(self, version, name, value,
                                      Severity: Major
                                      Found in vector-uefi/fd/efi/StdLib/lib/python.27/cookielib.py - About 2 hrs to fix

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

                                            def __init__ (self, name, sources,
                                        Severity: Major
                                        Found in vector-uefi/fd/efi/StdLib/lib/python.27/distutils/extension.py - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language