PMD Results

The following document contains the results of PMD 3.9.

Files

javax/servlet/http/HttpServlet.java

Violation Line
Avoid unused imports such as 'java.util.Locale' 29
These nested if statements could be combined 562
Avoid unnecessary return statements 644
Avoid unused local variables such as 'msg'. 902

javax/servlet/http/HttpSessionBindingEvent.java

Violation Line
Overriding method merely calls super 102 - 104