PMD Results
The following document contains the results of PMD
Files
javax/servlet/http/HttpServlet.java
| Violation | Line |
|---|
| These nested if statements could be combined | 558 |
| Avoid unnecessary return statements | 640 |
| Avoid unused local variables such as 'msg' | 1014 |
javax/servlet/http/HttpSessionBindingEvent.java
| Violation | Line |
|---|
| Overriding method merely calls super | 107 - 109 |