PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
34

Files

FilesViolations
org/apache/commons/jelly/tags/regexp/RegexpTag.java 2
org/apache/commons/jelly/tags/regexp/ContainsTagTest.java 1
org/apache/commons/jelly/tags/regexp/MatchTagTest.java 1

org/apache/commons/jelly/tags/regexp/RegexpTag.java

ViolationLine
Private field could be made final. It is only initialized in the declaration or constructor. 34
Avoid if (x != y) ..; else ..; 93

org/apache/commons/jelly/tags/regexp/ContainsTagTest.java

ViolationLine
No need to import a type that's in the same package 21

org/apache/commons/jelly/tags/regexp/MatchTagTest.java

ViolationLine
No need to import a type that's in the same package 21