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 | 480 |
| Avoid unnecessary return statements | 561 |
| Avoid unused local variables such as 'msg' | 901 |
javax/servlet/http/HttpSessionBindingEvent.java
| Violation | Line |
|---|
| Overriding method merely calls super | 94 - 96 |