hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

Consider simplifying this complex logical expression.
Open

                        if LA95 == 64:
                            LA95_137 = self.input.LA(3)

                            if (self.synpred188()) :
                                alt95 = 1
Severity: Critical
Found in BaseTools/Source/Python/Ecc/CParser.py - About 4 hrs to fix

    Consider simplifying this complex logical expression.
    Open

                        if LA90 == 64:
                            LA90_111 = self.input.LA(3)
    
                            if (self.synpred182()) :
                                alt90 = 1
    Severity: Critical
    Found in BaseTools/Source/Python/Ecc/CParser.py - About 4 hrs to fix

      Consider simplifying this complex logical expression.
      Open

                          if LA90 == 64:
                              LA90_135 = self.input.LA(3)
      
                              if (self.synpred182()) :
                                  alt90 = 1
      Severity: Critical
      Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

        Consider simplifying this complex logical expression.
        Open

                                if LA95 == 64:
                                    LA95_161 = self.input.LA(3)
        
                                    if (self.synpred188()) :
                                        alt95 = 1
        Severity: Critical
        Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

          Consider simplifying this complex logical expression.
          Open

                                  if LA95 == 64:
                                      LA95_113 = self.input.LA(3)
          
                                      if (self.synpred188()) :
                                          alt95 = 1
          Severity: Critical
          Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

            Consider simplifying this complex logical expression.
            Open

                                if LA90 == 64:
                                    LA90_159 = self.input.LA(3)
            
                                    if (self.synpred182()) :
                                        alt90 = 1
            Severity: Critical
            Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

              Consider simplifying this complex logical expression.
              Open

                                      if LA95 == IDENTIFIER:
                                          LA95_185 = self.input.LA(3)
              
                                          if (self.synpred188()) :
                                              alt95 = 1
              Severity: Critical
              Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                Consider simplifying this complex logical expression.
                Open

                                        if LA95 == 64:
                                            LA95_211 = self.input.LA(3)
                
                                            if (self.synpred188()) :
                                                alt95 = 1
                Severity: Critical
                Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                  Consider simplifying this complex logical expression.
                  Open

                                      if LA90 == 64:
                                          LA90_111 = self.input.LA(3)
                  
                                          if (self.synpred182()) :
                                              alt90 = 1
                  Severity: Critical
                  Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                    Consider simplifying this complex logical expression.
                    Open

                                        if LA90 == IDENTIFIER:
                                            LA90_183 = self.input.LA(3)
                    
                                            if (self.synpred182()) :
                                                alt90 = 1
                    Severity: Critical
                    Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                      Consider simplifying this complex logical expression.
                      Open

                                              if LA95 == 64:
                                                  LA95_137 = self.input.LA(3)
                      
                                                  if (self.synpred188()) :
                                                      alt95 = 1
                      Severity: Critical
                      Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                        Consider simplifying this complex logical expression.
                        Open

                                            if LA90 == 64:
                                                LA90_87 = self.input.LA(3)
                        
                                                if (self.synpred182()) :
                                                    alt90 = 1
                        Severity: Critical
                        Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                          Consider simplifying this complex logical expression.
                          Open

                                              if LA90 == 64:
                                                  LA90_209 = self.input.LA(3)
                          
                                                  if (self.synpred182()) :
                                                      alt90 = 1
                          Severity: Critical
                          Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                            Consider simplifying this complex logical expression.
                            Open

                                                    if LA95 == 64:
                                                        LA95_89 = self.input.LA(3)
                            
                                                        if (self.synpred188()) :
                                                            alt95 = 1
                            Severity: Critical
                            Found in BaseTools/Source/Python/Eot/CParser.py - About 4 hrs to fix

                              UserList has 32 functions (exceeds 20 allowed). Consider refactoring.
                              Open

                              class UserList(collections.MutableSequence):
                                  def __init__(self, initlist=None):
                                      self.data = []
                                      if initlist is not None:
                                          # XXX should this accept an arbitrary sequence?
                              Severity: Minor
                              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/UserList.py - About 4 hrs to fix

                                TextIOWrapper has 32 functions (exceeds 20 allowed). Consider refactoring.
                                Open

                                class TextIOWrapper(TextIOBase):
                                
                                    r"""Character and line based layer over a BufferedIOBase object, buffer.
                                
                                    encoding gives the name of the encoding that the stream will be
                                Severity: Minor
                                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/_pyio.py - About 4 hrs to fix

                                  SGMLParser has 32 functions (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  class SGMLParser(markupbase.ParserBase):
                                      # Definition of entities -- derived classes may override
                                      entity_or_charref = re.compile('&(?:'
                                        '([a-zA-Z][-.a-zA-Z0-9]*)|#([0-9]+)'
                                        ')(;?)')
                                  Severity: Minor
                                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/sgmllib.py - About 4 hrs to fix

                                    UserList has 32 functions (exceeds 20 allowed). Consider refactoring.
                                    Open

                                    class UserList(collections.MutableSequence):
                                        def __init__(self, initlist=None):
                                            self.data = []
                                            if initlist is not None:
                                                # XXX should this accept an arbitrary sequence?
                                    Severity: Minor
                                    Found in vector-uefi/fd/efi/StdLib/lib/python.27/UserList.py - About 4 hrs to fix

                                      TextIOWrapper has 32 functions (exceeds 20 allowed). Consider refactoring.
                                      Open

                                      class TextIOWrapper(TextIOBase):
                                      
                                          r"""Character and line based layer over a BufferedIOBase object, buffer.
                                      
                                          encoding gives the name of the encoding that the stream will be
                                      Severity: Minor
                                      Found in vector-uefi/fd/efi/StdLib/lib/python.27/_pyio.py - About 4 hrs to fix

                                        SGMLParser has 32 functions (exceeds 20 allowed). Consider refactoring.
                                        Open

                                        class SGMLParser(markupbase.ParserBase):
                                            # Definition of entities -- derived classes may override
                                            entity_or_charref = re.compile('&(?:'
                                              '([a-zA-Z][-.a-zA-Z0-9]*)|#([0-9]+)'
                                              ')(;?)')
                                        Severity: Minor
                                        Found in vector-uefi/fd/efi/StdLib/lib/python.27/sgmllib.py - About 4 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language