hackedteam/core-blackberry

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
Severity: Minor
Found in bb-tools/proguard4.7/src/proguard/optimize/info/DotClassMarker.java - About 35 mins to fix

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

        public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
    Severity: Minor
    Found in bb-tools/proguard4.7/src/proguard/optimize/info/DotClassMarker.java - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status