PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
25

Files

FilesViolations
org/apache/commons/jelly/tags/validate/ValidateTag.java 1
org/apache/commons/jelly/tags/validate/VerifierTag.java 4

org/apache/commons/jelly/tags/validate/ValidateTag.java

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

org/apache/commons/jelly/tags/validate/VerifierTag.java

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