PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
47

Files

FilesViolations
org/apache/commons/jelly/tags/junit/AssertTag.java 2
org/apache/commons/jelly/tags/junit/AssertThrowsTag.java 1
org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java 2
org/apache/commons/jelly/tags/junit/RunTag.java 2

org/apache/commons/jelly/tags/junit/AssertTag.java

ViolationLine
Avoid unused private fields such as 'log' 39
Avoid if (x != y) ..; else ..; 56

org/apache/commons/jelly/tags/junit/AssertThrowsTag.java

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

org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java

ViolationLine
Avoid duplicate imports such as 'org.apache.commons.jelly.TagLibrary' 21
Avoid unused imports such as 'JaxenException' 30

org/apache/commons/jelly/tags/junit/RunTag.java

ViolationLine
The same String literal appears 4 times in this file; the first occurrence is on line 148 148
The same String literal appears 4 times in this file; the first occurrence is on line 152 152