PMD Results

The following document contains the results of PMD .

Summary

FilesErrors
49

Files

FilesViolations
org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java 4
org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java 1
org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java 1
org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java 3

org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java

ViolationLine
Avoid importing anything from the package 'java.lang' 35
Avoid if (x != y) ..; else ..; 93
Avoid unnecessary return statements 123
Avoid unused local variables such as 'br' 131

org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java

ViolationLine
Non-static initializers are confusing 70

org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java

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

org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java

ViolationLine
The class 'SecurityHandlerTag' has a Cyclomatic Complexity of 5 (Highest = 11). 46
The method 'initSecurityConstraint' has a Cyclomatic Complexity of 10. 159
The method 'initLoginConfig' has a Cyclomatic Complexity of 11. 230