SquirrelJME/SquirrelJME

View on GitHub
modules/zip/src/main/java/net/multiphasicapps/zip/IBM437CodePage.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method byteToChar has 137 lines of code (exceeds 100 allowed). Consider refactoring.
Open

    public static char byteToChar(int __b)
        throws IllegalArgumentException
    {
        /* {@squirreljme.error BF01 Byte index is not within bounds.
        (The byte)} */
Severity: Major
Found in modules/zip/src/main/java/net/multiphasicapps/zip/IBM437CodePage.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status