hackedteam/core-blackberry

View on GitHub
bb-tools/proguard4.7/src/proguard/optimize/info/ExceptionInstructionChecker.java

Summary

Maintainability
A
3 hrs
Test Coverage

Method visitSimpleInstruction has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)
    {
        byte opcode = simpleInstruction.opcode;

        // Check for instructions that may throw exceptions.

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

        public boolean mayThrowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)

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

          public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)

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

            public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}

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

              public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)

            There are no issues that match your filters.

            Category
            Status