hackedteam/core-blackberry

View on GitHub
bb-tools/proguard4.7/src/proguard/gui/splash/BufferedSprite.java

Summary

Maintainability
A
1 hr
Test Coverage

Method paint has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void paint(Graphics graphics, long time)
    {
        if (time != cachedTime)
        {
            Graphics bufferGraphics = bufferImage.getGraphics();
Severity: Minor
Found in bb-tools/proguard4.7/src/proguard/gui/splash/BufferedSprite.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status