PMD Results
The following document contains the results of PMD 4.2.5.
Files
cz/cuni/amis/pogamut/ut2004/hideandseek/bot/HSBotModule.java
Violation | Line |
---|
Avoid unused private methods such as 'deleteRecord(UnrealId)'. | 821 |
cz/cuni/amis/pogamut/ut2004/hideandseek/bot/UT2004BotHSController.java
Violation | Line |
---|
Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSGameEnd' | 8 |
Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSGameStart' | 9 |
cz/cuni/amis/pogamut/ut2004/hideandseek/observer/HSObserver.java
Violation | Line |
---|
Avoid unused private fields such as 'observing'. | 25 |
cz/cuni/amis/pogamut/ut2004/hideandseek/server/UT2004HSServer.java
Violation | Line |
---|
Overriding method merely calls super | 169 - 171 |
Avoid unused method parameters such as 'event'. | 369 - 375 |
Avoid empty if statements | 557 - 558 |
These nested if statements could be combined | 926 - 928 |
Avoid empty catch blocks | 1093 - 1094 |
Avoid empty catch blocks | 1102 - 1103 |