SquirrelJME/SquirrelJME

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

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (__ver == null || __cf == null || __tn == null ||
            __in == null || __fs == null || __ms == null || __icl == null ||
            __at == null)
            throw new NullPointerException("NARG");

    There are no issues that match your filters.

    Category
    Status