PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
56

Files

FilesViolations
org/apache/commons/jelly/tags/beanshell/BeanShellExpression.java 1
org/apache/commons/jelly/tags/beanshell/BeanShellTagLibrary.java 1
org/apache/commons/jelly/tags/beanshell/JellyInterpreter.java 1
org/apache/commons/jelly/tags/beanshell/TestBeanShellEL.java 2
org/apache/commons/jelly/tags/beanshell/TestJelly.java 1

org/apache/commons/jelly/tags/beanshell/BeanShellExpression.java

ViolationLine
Private field could be made final. It is only initialized in the declaration or constructor. 36

org/apache/commons/jelly/tags/beanshell/BeanShellTagLibrary.java

ViolationLine
Private field could be made final. It is only initialized in the declaration or constructor. 29

org/apache/commons/jelly/tags/beanshell/JellyInterpreter.java

ViolationLine
Avoid unused private fields such as 'log' 36

org/apache/commons/jelly/tags/beanshell/TestBeanShellEL.java

ViolationLine
No need to import a type that's in the same package 26
Avoid unused private fields such as 'log' 40

org/apache/commons/jelly/tags/beanshell/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