PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
28

Files

FilesViolations
org/apache/commons/jelly/tags/email/EmailTag.java 6
org/apache/commons/jelly/tags/email/EmailTagLibrary.java 2

org/apache/commons/jelly/tags/email/EmailTag.java

ViolationLine
The class 'EmailTag' has a Cyclomatic Complexity of 2 (Highest = 11). 53
Private field could be made final. It is only initialized in the declaration or constructor. 54
Avoid really long methods. 145
The method 'doTag' has a Cyclomatic Complexity of 11. 145
Avoid if (x != y) ..; else ..; 150
Avoid if (x != y) ..; else ..; 171

org/apache/commons/jelly/tags/email/EmailTagLibrary.java

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