PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
410

Files

FilesViolations
org/apache/commons/jelly/tags/http/HttpTagSupport.java 5
org/apache/commons/jelly/tags/http/MultipartPostTag.java 2
org/apache/commons/jelly/tags/http/PostTag.java 1
org/apache/commons/jelly/tags/http/Proxy.java 2

org/apache/commons/jelly/tags/http/HttpTagSupport.java

ViolationLine
Avoid calls to overridable methods during construction 70
Avoid calls to overridable methods during construction 71
Avoid if (x != y) ..; else ..; 79
Avoid unused local variables such as 'port' 86
Avoid if (x != y) ..; else ..; 205

org/apache/commons/jelly/tags/http/MultipartPostTag.java

ViolationLine
Avoid unused imports such as 'NameValuePair' 24
Avoid unused imports such as 'StringPart' 27

org/apache/commons/jelly/tags/http/PostTag.java

ViolationLine
Avoid unused local variables such as 'nvp' 60

org/apache/commons/jelly/tags/http/Proxy.java

ViolationLine
Avoid calls to overridable methods during construction 50
Avoid calls to overridable methods during construction 51