PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
511

Files

FilesViolations
org/apache/commons/jelly/tags/bsf/BSFExpression.java 4
org/apache/commons/jelly/tags/bsf/BSFExpressionFactory.java 3
org/apache/commons/jelly/tags/bsf/BSFTagLibrary.java 2
org/apache/commons/jelly/tags/bsf/JellyContextRegistry.java 1
org/apache/commons/jelly/tags/bsf/ScriptTag.java 1

org/apache/commons/jelly/tags/bsf/BSFExpression.java

ViolationLine
Private field could be made final. It is only initialized in the declaration or constructor. 41
Private field could be made final. It is only initialized in the declaration or constructor. 44
Private field could be made final. It is only initialized in the declaration or constructor. 46
Private field could be made final. It is only initialized in the declaration or constructor. 49

org/apache/commons/jelly/tags/bsf/BSFExpressionFactory.java

ViolationLine
Avoid unused private fields such as 'log' 36
Private field could be made final. It is only initialized in the declaration or constructor. 36
Private field could be made final. It is only initialized in the declaration or constructor. 41

org/apache/commons/jelly/tags/bsf/BSFTagLibrary.java

ViolationLine
Private field could be made final. It is only initialized in the declaration or constructor. 36
Overridable method 'setLanguage' called during construction 52

org/apache/commons/jelly/tags/bsf/JellyContextRegistry.java

ViolationLine
Avoid unused private fields such as 'log' 33

org/apache/commons/jelly/tags/bsf/ScriptTag.java

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