PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
23

Files

FilesViolations
org/apache/commons/jelly/tags/log/LogTagSupport.java 2
org/apache/commons/jelly/tags/log/TestJelly.java 1

org/apache/commons/jelly/tags/log/LogTagSupport.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.jelly.JellyTagException' 18
This abstract class does not have any abstract methods 29

org/apache/commons/jelly/tags/log/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. 38