PMD Results

The following document contains the results of PMD 4.2.2.

Files

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'. 55

net/jetrix/agent/TetrinetAgent.java

Violation Line
Avoid empty if statements 218 - 220

net/jetrix/clients/QueryClient.java

Violation Line
Avoid empty catch blocks 66 - 69

net/jetrix/commands/ListCommand.java

Violation Line
Avoid unused imports such as 'net.jetrix.clients.TetrinetClient' 27

net/jetrix/commands/ModeCommand.java

Violation Line
Avoid empty catch blocks 103

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/channel/CommandMessage.java

Violation Line
These nested if statements could be combined 120 - 124
Avoid empty catch blocks 127

net/jetrix/messages/channel/specials/SpecialMessage.java

Violation Line
Avoid unused private fields such as 'special'. 35

net/jetrix/winlist/SimpleWinlist.java

Violation Line
Avoid empty catch blocks 333 - 335