SquirrelJME/SquirrelJME

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

Summary

Maintainability
B
5 hrs
Test Coverage

Method toString has 221 lines of code (exceeds 100 allowed). Consider refactoring.
Open

    public static String toString(int __op)
    {
        switch (__op)
        {
            case InstructionIndex.NOP: return "NOP";

    There are no issues that match your filters.

    Category
    Status