PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
45

Files

FilesViolations
net/sourceforge/simplegamenet/specs/model/GameFactory.java 1
net/sourceforge/simplegamenet/specs/to/GameSettings.java 1
net/sourceforge/simplegamenet/specs/to/PlayerSettings.java 2
net/sourceforge/simplegamenet/specs/to/Version.java 1

net/sourceforge/simplegamenet/specs/model/GameFactory.java

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

net/sourceforge/simplegamenet/specs/to/GameSettings.java

ViolationLine
Avoid unused imports such as 'MultiPlayerGameSettings' 6

net/sourceforge/simplegamenet/specs/to/PlayerSettings.java

ViolationLine
Avoid unused imports such as 'StandardPlayerSettings' 6
Ensure you override both equals() and hashCode() 210

net/sourceforge/simplegamenet/specs/to/Version.java

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