PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
716

Files

FilesViolations
aigames/soccer/application/MessageSender.java 1
aigames/soccer/application/SoccerApp.java 2
aigames/soccer/communication/SocketCommModule.java 4
aigames/soccer/observer/Observer.java 5
aigames/soccer/observer/OptionsPane.java 2
snifos/common/UserId.java 1
snifos/server/SnifosServer.java 1

aigames/soccer/application/MessageSender.java

ViolationLine
Avoid empty catch blocks 100

aigames/soccer/application/SoccerApp.java

ViolationLine
Avoid empty catch blocks 202
Avoid empty catch blocks 281

aigames/soccer/communication/SocketCommModule.java

ViolationLine
Avoid empty catch blocks 201
Avoid empty catch blocks 203
Avoid empty catch blocks 248
Avoid empty catch blocks 250

aigames/soccer/observer/Observer.java

ViolationLine
Avoid unused local variables such as 'frame' 106
Avoid empty catch blocks 261
Avoid empty catch blocks 271
Avoid empty 'if' statements 349
Avoid unused local variables such as 'winner' 352

aigames/soccer/observer/OptionsPane.java

ViolationLine
Avoid unused private fields such as 'darkestGreen' 42
Avoid unused private fields such as 'lightestGreen' 45

snifos/common/UserId.java

ViolationLine
Ensure you override both equals() and hashCode() 58

snifos/server/SnifosServer.java

ViolationLine
Avoid empty catch blocks 304