SquirrelJME/SquirrelJME

View on GitHub
modules/vendor-api-ntt-docomo-doja/src/main/java/cc/squirreljme/runtime/nttdocomo/ui/EightBitImageStore.java

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (__o < 0 || __sl < 0 || __x < 0 || __y < 0 ||
            __w <= 0 || __h <= 0 || __x + __w > imgW || __y + __h > imgH)
            throw new IllegalArgumentException("IOOB");

    There are no issues that match your filters.

    Category
    Status