PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
914

Files

FilesViolations
net/sourceforge/simplegamenet/framework/gui/GameChoicePanel.java 1
net/sourceforge/simplegamenet/framework/gui/GameSettingsChoicePanel.java 1
net/sourceforge/simplegamenet/framework/gui/JoinHostGamePanel.java 2
net/sourceforge/simplegamenet/framework/gui/PlayersListPanel.java 3
net/sourceforge/simplegamenet/framework/transport/NewConnectionTask.java 1
net/sourceforge/simplegamenet/framework/transport/PacketTask.java 1
net/sourceforge/simplegamenet/framework/transport/ServerListener.java 1
net/sourceforge/simplegamenet/framework/transport/ServerModem.java 1
net/sourceforge/simplegamenet/framework/transport/ServerPacketTask.java 3

net/sourceforge/simplegamenet/framework/gui/GameChoicePanel.java

ViolationLine
Avoid unused private fields such as 'connectionWizardDialog' 13

net/sourceforge/simplegamenet/framework/gui/GameSettingsChoicePanel.java

ViolationLine
Avoid unused private fields such as 'connectionWizardDialog' 14

net/sourceforge/simplegamenet/framework/gui/JoinHostGamePanel.java

ViolationLine
No need to import a type that's in the same package 6
Avoid unused private fields such as 'connectionWizardDialog' 10

net/sourceforge/simplegamenet/framework/gui/PlayersListPanel.java

ViolationLine
Avoid unused private fields such as 'listType' 12
Avoid unused private fields such as 'playersListTable' 14
Avoid unused private fields such as 'playerSettingComponentsLists' 15

net/sourceforge/simplegamenet/framework/transport/NewConnectionTask.java

ViolationLine
No need to import a type that's in the same package 3

net/sourceforge/simplegamenet/framework/transport/PacketTask.java

ViolationLine
No need to import a type that's in the same package 3

net/sourceforge/simplegamenet/framework/transport/ServerListener.java

ViolationLine
Avoid empty catch blocks 143

net/sourceforge/simplegamenet/framework/transport/ServerModem.java

ViolationLine
Avoid unused private fields such as 'gamesClassLoader' 18

net/sourceforge/simplegamenet/framework/transport/ServerPacketTask.java

ViolationLine
No need to import a type that's in the same package 3
No need to import a type that's in the same package 4
No need to import a type that's in the same package 5