PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
24

Files

FilesViolations
org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java 2
org/apache/commons/jelly/tags/velocity/MergeTag.java 2

org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java

ViolationLine
Avoid using implementation types like 'HashMap'; use the interface instead 47
Avoid if (x != y) ..; else ..; 97

org/apache/commons/jelly/tags/velocity/MergeTag.java

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