PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
22

Files

FilesViolations
org/repoweb/model/file/FArtifactListFilter.java 1
org/repoweb/model/file/FileRepository.java 1

org/repoweb/model/file/FArtifactListFilter.java

ViolationLine
Avoid using implementation types like 'TreeSet'; use the interface instead 46

org/repoweb/model/file/FileRepository.java

ViolationLine
A high number of imports can indicate a high degree of coupling within an object. 293