PMD Results
The following document contains the results of
PMD.
Files
net/sourceforge/simplegamenet/framework/gui/GameChoicePanel.java
Violation | Line |
---|
Avoid unused private fields such as 'connectionWizardDialog' |
13
|
net/sourceforge/simplegamenet/framework/gui/GameSettingsChoicePanel.java
Violation | Line |
---|
Avoid unused private fields such as 'connectionWizardDialog' |
14
|
net/sourceforge/simplegamenet/framework/gui/JoinHostGamePanel.java
Violation | Line |
---|
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
Violation | Line |
---|
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
Violation | Line |
---|
No need to import a type that's in the same package |
3
|
net/sourceforge/simplegamenet/framework/transport/PacketTask.java
Violation | Line |
---|
No need to import a type that's in the same package |
3
|
net/sourceforge/simplegamenet/framework/transport/ServerListener.java
Violation | Line |
---|
Avoid empty catch blocks |
143
|
net/sourceforge/simplegamenet/framework/transport/ServerModem.java
Violation | Line |
---|
Avoid unused private fields such as 'gamesClassLoader' |
18
|
net/sourceforge/simplegamenet/framework/transport/ServerPacketTask.java
Violation | Line |
---|
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
|