PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
11

Files

FilesViolations
org/apache/commons/jelly/tags/xmlunit/TestJelly.java 1

org/apache/commons/jelly/tags/xmlunit/TestJelly.java

ViolationLine
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 34