PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
24

Files

FilesViolations
org/apache/commons/jelly/tags/betwixt/IntrospectorTag.java 1
org/apache/commons/jelly/tags/betwixt/ParseTag.java 3

org/apache/commons/jelly/tags/betwixt/IntrospectorTag.java

ViolationLine
Avoid unused private fields such as 'log' 44

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

ViolationLine
Avoid unused private fields such as 'log' 47
Avoid if (x != y) ..; else ..; 89
Avoid if (x != y) ..; else ..; 101