SquirrelJME/SquirrelJME

View on GitHub
modules/midp-lcdui/src/main/java/cc/squirreljme/runtime/lcdui/gfx/SerializedGraphics.java

Summary

Maintainability
B
5 hrs
Test Coverage

Method deserialize has 223 lines of code (exceeds 100 allowed). Consider refactoring.
Open

    public static Object deserialize(Graphics __g, GraphicsFunction __func,
        Object... __args)
        throws IllegalArgumentException, NullPointerException
    {
        if (__g == null || __func == null)

    There are no issues that match your filters.

    Category
    Status