SquirrelJME/SquirrelJME

View on GitHub
modules/tool-classfile/src/main/java/net/multiphasicapps/classfile/Instruction.java

Summary

Maintainability
B
6 hrs
Test Coverage

Method normalize has 241 lines of code (exceeds 100 allowed). Consider refactoring.
Open

    public Instruction normalize()
    {
        Reference<Instruction> ref = this._normalized;
        Instruction rv;
        

    There are no issues that match your filters.

    Category
    Status