SquirrelJME/SquirrelJME

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

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

            if (this.isPrivate() || this.isStatic() || this.isFinal() || this
                .isSynchronized() || this.isNative() || this.isStrict())
                throw new InvalidClassFormatException(
                    String.format("JC3l %s", this));

    There are no issues that match your filters.

    Category
    Status