SquirrelJME/SquirrelJME

View on GitHub
tools/pcf-to-sqf/src/main/java/net/multiphasicapps/pcftosqf/GlyphNames.java

Summary

Maintainability
B
5 hrs
Test Coverage

Method toChar has 200 lines of code (exceeds 100 allowed). Consider refactoring.
Open

    public static final int toChar(String __n)
        throws NullPointerException
    {
        if (__n == null)
            throw new NullPointerException("NARG");

    There are no issues that match your filters.

    Category
    Status