PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
410

Files

FilesViolations
org/apache/commons/jelly/tags/xml/ParseTag.java 2
org/apache/commons/jelly/tags/xml/ParseTagSupport.java 1
org/apache/commons/jelly/tags/xml/SetTag.java 5
org/apache/commons/jelly/tags/xml/TransformTag.java 2

org/apache/commons/jelly/tags/xml/ParseTag.java

ViolationLine
Avoid unused private fields such as 'log' 36
Avoid if (x != y) ..; else ..; 98

org/apache/commons/jelly/tags/xml/ParseTagSupport.java

ViolationLine
Avoid reassigning parameters such as 'source' 153

org/apache/commons/jelly/tags/xml/SetTag.java

ViolationLine
The class 'SetTag' has a Cyclomatic Complexity of 3 (Highest = 12). 43
Avoid unused private fields such as 'log' 46
The method 'doTag' has a Cyclomatic Complexity of 12. 65
Avoid unnecessary comparisons in boolean expressions 93
Avoid instantiating Boolean objects; you can usually invoke Boolean.valueOf() instead. 142

org/apache/commons/jelly/tags/xml/TransformTag.java

ViolationLine
A high number of imports can indicate a high degree of coupling within an object. 736
A value of 36 may denote a high amount of coupling within the class 736