hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

Function struct_or_union has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def struct_or_union(self, ):

        struct_or_union_StartIndex = self.input.index()
        try:
            try:
Severity: Minor
Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function type_qualifier has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def type_qualifier(self, ):

        type_qualifier_StartIndex = self.input.index()
        try:
            try:
Severity: Minor
Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function assignment_operator has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def assignment_operator(self, ):

        assignment_operator_StartIndex = self.input.index()
        try:
            try:
Severity: Minor
Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function storage_class_specifier has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def storage_class_specifier(self, ):

        storage_class_specifier_StartIndex = self.input.index()
        try:
            try:
Severity: Minor
Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Avoid deeply nested control flow statements.
Open

                                if (self.synpred67()) :
                                    alt31 = 1
Severity: Major
Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                    if (self.synpred67()) :
                                        alt31 = 1
    
    Severity: Major
    Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                                      if (self.synpred70()) :
                                          alt33 = 1
      
      Severity: Major
      Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                        if (self.synpred70()) :
                                            alt33 = 1
        
        Severity: Major
        Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                          if (self.synpred70()) :
                                              alt33 = 1
          
          Severity: Major
          Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                            if (self.synpred70()) :
                                                alt33 = 1
            
            Severity: Major
            Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                              if (self.synpred70()) :
                                                  alt33 = 1
              
              Severity: Major
              Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                                if (self.synpred70()) :
                                                    alt33 = 1
                
                Severity: Major
                Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                                  if (self.synpred83()) :
                                                      alt43 = 1
                                                  elif (self.synpred84()) :
                                                      alt43 = 2
                  
                  Severity: Major
                  Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                                    if (self.synpred67()) :
                                                        alt31 = 1
                    
                    Severity: Major
                    Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                                      if (self.synpred70()) :
                                                          alt33 = 1
                      
                      Severity: Major
                      Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                        if (self.synpred138()) :
                                                            alt70 = 1
                        
                        Severity: Major
                        Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                          if (self.synpred67()) :
                                                              alt31 = 1
                          
                          Severity: Major
                          Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                            if (self.synpred67()) :
                                                                alt31 = 1
                            
                            Severity: Major
                            Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                              if (self.synpred67()) :
                                                                  alt31 = 1
                              
                              Severity: Major
                              Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                                if (self.synpred67()) :
                                                                    alt31 = 1
                                
                                Severity: Major
                                Found in BaseTools/Source/Python/Ecc/CParser.py - About 45 mins to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language