PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
49

Files

FilesViolations
org/apache/commons/jelly/tags/bean/BeanPropertyTag.java 1
org/apache/commons/jelly/tags/bean/BeanTag.java 6
org/apache/commons/jelly/tags/bean/BeanTagLibrary.java 1
org/apache/commons/jelly/tags/bean/BeandefTag.java 1

org/apache/commons/jelly/tags/bean/BeanPropertyTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 68

org/apache/commons/jelly/tags/bean/BeanTag.java

ViolationLine
The class 'BeanTag' has a Cyclomatic Complexity of 3 (Highest = 12). 42
The method 'processBean' has a Cyclomatic Complexity of 12. 90
Avoid if (x != y) ..; else ..; 108
Avoid if (x != y) ..; else ..; 116
Avoid if (x != y) ..; else ..; 150
Avoid unused local variables such as 'args' 151

org/apache/commons/jelly/tags/bean/BeanTagLibrary.java

ViolationLine
Avoid if (x != y) ..; else ..; 67

org/apache/commons/jelly/tags/bean/BeandefTag.java

ViolationLine
Avoid unused private fields such as 'EMPTY_MAP' 46