PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
36

Files

FilesViolations
org/apache/commons/jelly/tags/soap/InvokeRawTag.java 2
org/apache/commons/jelly/tags/soap/InvokeTag.java 1
org/apache/commons/jelly/tags/soap/StringInputStream.java 3

org/apache/commons/jelly/tags/soap/InvokeRawTag.java

ViolationLine
Avoid unused local variables such as 'result' 106
Avoid if (x != y) ..; else ..; 130

org/apache/commons/jelly/tags/soap/InvokeTag.java

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

org/apache/commons/jelly/tags/soap/StringInputStream.java

ViolationLine
Private field could be made final. It is only initialized in the declaration or constructor. 33
Use block level rather than method level synchronization 76
Use block level rather than method level synchronization 93