SquirrelJME/SquirrelJME

View on GitHub
modules/cldc-compact/src/main/java/cc/squirreljme/jvm/ClassLoadingAdjustments.java

Summary

Maintainability
A
0 mins
Test Coverage

Method isDeferredLoad has 109 lines of code (exceeds 100 allowed). Consider refactoring.
Wontfix

    public static boolean isDeferredLoad(String __cl)
        throws NullPointerException
    {
        if (__cl == null)
            throw new NullPointerException("NARG");

    There are no issues that match your filters.

    Category
    Status