PMD Results
The following document contains the results of PMD 3.7.
Files
de/jos/game/actions/ActionBulletMoving.java
Violation | Line |
---|
Overriding method merely calls super | 18 - 21 |
de/jos/game/actions/cleanup/CleanupActionBulletMovingInfinite.java
Violation | Line |
---|
Avoid unused private fields such as 'log' | 21 |
de/jos/game/actions/permanent/ActionPuzzleSolvedCheck.java
Violation | Line |
---|
Overriding method merely calls super | 25 - 27 |
de/jos/game/aspect/ArchitectureAspect.java
Violation | Line |
---|
Avoid unused imports such as 'org.aspectj.lang.annotation.DeclareError' | 4 |
de/jos/game/aspect/DebugConsole.java
Violation | Line |
---|
Avoid unused private fields such as 'currentCol' | 36 |
Avoid unused local variables such as 'capsLock' | 86 |
These nested if statements could be combined | 135 - 141 |
de/jos/game/objects/buttons/RestartButton.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG' | 40 |
de/jos/game/objects/Countdown.java
Violation | Line |
---|
These nested if statements could be combined | 39 - 46 |
de/jos/game/objects/screen/CombinationScreen.java
Violation | Line |
---|
Overriding method merely calls super | 78 - 80 |
de/jos/game/objects/screen/CreditsScreen.java
Violation | Line |
---|
Overriding method merely calls super | 36 - 38 |
de/jos/game/objects/screen/HelpScreen.java
Violation | Line |
---|
Overriding method merely calls super | 41 - 43 |
de/jos/game/objects/screen/IntroScreen.java
Violation | Line |
---|
Avoid empty catch blocks | 197 - 198 |
de/jos/game/objects/screen/MultiPageScreen.java
Violation | Line |
---|
Overriding method merely calls super | 50 - 52 |
de/jos/game/objects/screen/PushinGLMain.java
Violation | Line |
---|
Overriding method merely calls super | 50 - 52 |
de/jos/game/objects/screen/PuzzleLevelScreen.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG' | 27 |
Overriding method merely calls super | 94 - 96 |
de/jos/game/TestSprite.java
Violation | Line |
---|
Overriding method merely calls super | 29 - 31 |