hackedteam/core-blackberry

View on GitHub
bb-tools/proguard4.7/src/proguard/classfile/attribute/preverification/visitor/VerificationTypeVisitor.java

Summary

Maintainability
D
2 days
Test Coverage

VerificationTypeVisitor has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface VerificationTypeVisitor
{
    public void visitIntegerType(          Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType           integerType);
    public void visitFloatType(            Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType             floatType);
    public void visitLongType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType              longType);

    Method visitStackNullType has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public void visitStackNullType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType              nullType);

      Method visitStackDoubleType has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public void visitStackDoubleType(           Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType            doubleType);

        Method visitVariablesNullType has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public void visitVariablesNullType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType              nullType);

          Method visitStackIntegerType has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public void visitStackIntegerType(          Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType           integerType);

            Method visitVariablesDoubleType has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public void visitVariablesDoubleType(           Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType            doubleType);

              Method visitVariablesUninitializedType has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public void visitVariablesUninitializedType(    Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedType     uninitializedType);

                Method visitStackFloatType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public void visitStackFloatType(            Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType             floatType);

                  Method visitStackUninitializedThisType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public void visitStackUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedThisType uninitializedThisType);

                    Method visitVariablesUninitializedThisType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public void visitVariablesUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedThisType uninitializedThisType);

                      Method visitStackUninitializedType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public void visitStackUninitializedType(    Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedType     uninitializedType);

                        Method visitVariablesObjectType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public void visitVariablesObjectType(           Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType            objectType);

                          Method visitVariablesIntegerType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public void visitVariablesIntegerType(          Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType           integerType);

                            Method visitVariablesTopType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public void visitVariablesTopType(              Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType               topType);

                              Method visitStackLongType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public void visitStackLongType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType              longType);

                                Method visitStackObjectType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    public void visitStackObjectType(           Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType            objectType);

                                  Method visitVariablesFloatType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      public void visitVariablesFloatType(            Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType             floatType);

                                    Method visitStackTopType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        public void visitStackTopType(              Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType               topType);

                                      Method visitVariablesLongType has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          public void visitVariablesLongType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType              longType);

                                        Method visitTopType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            public void visitTopType(              Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType               topType);

                                          Method visitObjectType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                          Open

                                              public void visitObjectType(           Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType            objectType);

                                            Method visitUninitializedType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                            Open

                                                public void visitUninitializedType(    Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedType     uninitializedType);

                                              Method visitDoubleType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                              Open

                                                  public void visitDoubleType(           Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType            doubleType);

                                                Method visitUninitializedThisType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                Open

                                                    public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedThisType uninitializedThisType);

                                                  Method visitFloatType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                  Open

                                                      public void visitFloatType(            Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType             floatType);

                                                    Method visitIntegerType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                    Open

                                                        public void visitIntegerType(          Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType           integerType);

                                                      Method visitLongType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                      Open

                                                          public void visitLongType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType              longType);

                                                        Method visitNullType has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                        Open

                                                            public void visitNullType(             Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType              nullType);

                                                          There are no issues that match your filters.

                                                          Category
                                                          Status