PMD Results
The following document contains the results of
PMD.
Files
aigames/soccer/application/MessageSender.java
Violation | Line |
---|
Avoid empty catch blocks |
100
|
aigames/soccer/application/SoccerApp.java
Violation | Line |
---|
Avoid empty catch blocks |
202
|
Avoid empty catch blocks |
281
|
aigames/soccer/communication/SocketCommModule.java
Violation | Line |
---|
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
Violation | Line |
---|
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
Violation | Line |
---|
Avoid unused private fields such as 'darkestGreen' |
42
|
Avoid unused private fields such as 'lightestGreen' |
45
|
snifos/common/UserId.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() |
58
|
snifos/server/SnifosServer.java
Violation | Line |
---|
Avoid empty catch blocks |
304
|