PMD Results
The following document contains the results of PMD
4.1.
Files
net/jetrix/agent/TetrinetAgent.java
| Violation |
Line |
| Avoid empty if statements |
205
- 207
|
net/jetrix/Banlist.java
| Violation |
Line |
| These nested if statements could be combined |
89
- 96
|
net/jetrix/Channel.java
| Violation |
Line |
| Avoid unused private fields such as 'open'. |
67
|
net/jetrix/clients/QueryClient.java
| Violation |
Line |
| Avoid empty catch blocks |
65
- 68
|
net/jetrix/commands/AwayCommand.java
| Violation |
Line |
| Avoid unused imports such as 'net.jetrix.AccessLevel' |
26
|
net/jetrix/config/Configuration.java
| Violation |
Line |
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
68
|
net/jetrix/messages/CommandMessage.java
| Violation |
Line |
| These nested if statements could be combined |
120
- 124
|
| Avoid empty catch blocks |
127
|
net/jetrix/messages/SpecialMessage.java
| Violation |
Line |
| Avoid unused private fields such as 'special'. |
33
|
net/jetrix/tools/ServerDirectory.java
| Violation |
Line |
| Avoid empty catch blocks |
137
- 140
|