SquirrelJME/SquirrelJME

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

Summary

Maintainability
A
1 hr
Test Coverage

Method __initializeEntries has 103 lines of code (exceeds 100 allowed). Consider refactoring.
Open

    private static void __initializeEntries(Object[] __entries, int[] __tags,
        Object[] __rawdata)
        throws InvalidClassFormatException, NullPointerException
    {
        // Check

    There are no issues that match your filters.

    Category
    Status