PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
210

Files

FilesViolations
org/apache/commons/jelly/tags/ant/AntTag.java 9
org/apache/commons/jelly/tags/ant/SetPropertyTag.java 1

org/apache/commons/jelly/tags/ant/AntTag.java

ViolationLine
The class 'AntTag' has a Cyclomatic Complexity of 3 (Highest = 17). 51
Avoid unused private fields such as 'ANT_MANIFEST_TAG' 59
Avoid really long methods. 106
The method 'doTag' has a Cyclomatic Complexity of 17. 106
Deeply nested if..then statements are hard to read 130
Avoid if (x != y) ..; else ..; 204
Avoid unused local variables such as 'body' 223
Avoid empty catch blocks 352
A value of 23 may denote a high amount of coupling within the class 548

org/apache/commons/jelly/tags/ant/SetPropertyTag.java

ViolationLine
Avoid unused private fields such as 'log' 37