MiroslavJelaska/SpaceInvaders

View on GitHub
src/actors/InvaderProjectile.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getAnimationFrame has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static Area getAnimationFrame(int frameIndex, Point location){
        Area area = new Area();

        if(frameIndex == 0){
            area.add(new Area(new Rectangle(
Severity: Minor
Found in src/actors/InvaderProjectile.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status