PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
44

Files

FilesViolations
com/gargoylesoftware/base/gui/TableLayout.java 1
com/gargoylesoftware/base/objectstore/ReflectedObjectStore.java 1
com/gargoylesoftware/base/testing/RecursiveTestSuite.java 1
com/gargoylesoftware/base/trace/TraceItemDispatcher.java 1

com/gargoylesoftware/base/gui/TableLayout.java

ViolationLine
Avoid unused formal parameters such as 'maxSize' 1146

com/gargoylesoftware/base/objectstore/ReflectedObjectStore.java

ViolationLine
Avoid empty catch blocks 127

com/gargoylesoftware/base/testing/RecursiveTestSuite.java

ViolationLine
Avoid empty catch blocks 211

com/gargoylesoftware/base/trace/TraceItemDispatcher.java

ViolationLine
Avoid empty catch blocks 100