PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
23

Files

FilesViolations
com/webstersmalley/chessweb/model/Board.java 1
com/webstersmalley/chessweb/model/Team.java 2

com/webstersmalley/chessweb/model/Board.java

ViolationLine
Avoid unused imports such as 'PlayableGame' 31

com/webstersmalley/chessweb/model/Team.java

ViolationLine
Avoid unused imports such as 'Collection' 21
Avoid unused imports such as 'HashSet' 22