PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
46

Files

FilesViolations
com/gargoylesoftware/base/gui/TableLayout.java 3
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
Do not use 'if' statements that are always true or always false 862
Do not use 'if' statements that are always true or always false 968
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