PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
26

Files

FilesViolations
org/apache/commons/jelly/tags/dynabean/PropertyTag.java 2
org/apache/commons/jelly/tags/dynabean/SetTag.java 4

org/apache/commons/jelly/tags/dynabean/PropertyTag.java

ViolationLine
The class 'PropertyTag' has a Cyclomatic Complexity of 3 (Highest = 13). 34
The method 'doTag' has a Cyclomatic Complexity of 13. 46

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

ViolationLine
Avoid if (x != y) ..; else ..; 60
Avoid if (x != y) ..; else ..; 74
Avoid if (x != y) ..; else ..; 86
Avoid if (x != y) ..; else ..; 89