SquirrelJME/SquirrelJME

View on GitHub
modules/meep-lui/src/main/java/javax/microedition/lui/DisplayColor.java

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (__r < 0 || __r > 255 || __g < 0 || __g > 255 || __b < 0 ||
            __b > 255)
            throw new IllegalArgumentException(String.format("DA01 %d %d %d",
                __r, __g, __b));
Severity: Major
Found in modules/meep-lui/src/main/java/javax/microedition/lui/DisplayColor.java - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status