hackedteam/core-blackberry

View on GitHub
bb-tools/proguard4.7/src/proguard/optimize/peephole/InstructionSequencesReplacer.java

Summary

Maintainability
A
35 mins
Test Coverage

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

    private static InstructionVisitor[] createInstructionSequenceReplacers(Constant[]          patternConstants,
                                                                           Instruction[][][]   instructionSequences,
                                                                           BranchTargetFinder  branchTargetFinder,
                                                                           CodeAttributeEditor codeAttributeEditor,
                                                                           InstructionVisitor  extraInstructionVisitor)

    There are no issues that match your filters.

    Category
    Status