SquirrelJME/SquirrelJME

View on GitHub
modules/vendor-api-ntt-docomo-doja/src/main/java/com/nttdocomo/ui/Graphics.java

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (__r < 0 || __r > 255 ||
            __g < 0 || __g > 255 ||
            __b < 0 || __b > 255 ||
            __a < 0 || __a > 255)
            throw new IllegalArgumentException("AH0t");

    There are no issues that match your filters.

    Category
    Status