hackedteam/core-blackberry

View on GitHub
bb-tools/proguard4.7/src/proguard/classfile/instruction/InstructionFactory.java

Summary

Maintainability
C
1 day
Test Coverage

Method create has 230 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static Instruction create(byte[] code, int offset)
    {
        Instruction instruction;

        int  index  = offset;

    There are no issues that match your filters.

    Category
    Status