SquirrelJME/SquirrelJME

View on GitHub
modules/gcf/src/main/java/cc/squirreljme/runtime/gcf/IPAddress.java

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

                if (!((c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') ||
                    c == '-' || c == '.' || (isvsix && c == ':')))
                    throw new IllegalArgumentException("EC0f " + __h);
Severity: Critical
Found in modules/gcf/src/main/java/cc/squirreljme/runtime/gcf/IPAddress.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status