The following document contains the results of PMD 5.2.1.
Files
pl/matsuo/core/web/controller/AbstractController.java
| Violation |
Line |
| Too many static imports may lead to messy code |
1–222 |
pl/matsuo/core/web/controller/login/LoginController.java
| Violation |
Line |
| Avoid unused private fields such as 'logger'. |
32 |
pl/matsuo/core/web/controller/print/PrintController.java
| Violation |
Line |
| Too many static imports may lead to messy code |
1–175 |
pl/matsuo/core/web/controller/report/ReportsController.java
| Violation |
Line |
| Too many static imports may lead to messy code |
1–96 |
pl/matsuo/core/web/controller/user/UserController.java
| Violation |
Line |
| Too many static imports may lead to messy code |
1–126 |
pl/matsuo/core/web/filter/AbstractFilter.java
| Violation |
Line |
| Avoid unused private fields such as 'filterConfig'. |
24 |
pl/matsuo/core/web/filter/AccessLogFilter.java
| Violation |
Line |
| Avoid empty catch blocks |
57–59 |
| Violation |
Line |
| Avoid empty catch blocks |
34–36 |
pl/matsuo/core/web/mvc/FacadeBuilderHandlerMethodArgumentResolver.java
| Violation |
Line |
| These nested if statements could be combined |
134–136 |
| Avoid unused method parameters such as 'binder'. |
150 |
| Useless parentheses. |
153 |
pl/matsuo/core/web/mvc/MvcConfig.java
| Violation |
Line |
| Avoid unused local variables such as 'customResolvers'. |
41 |
| Avoid empty catch blocks |
45–47 |
pl/matsuo/core/web/scope/WideSessionScope.java
| Violation |
Line |
| Avoid empty catch blocks |
91–93 |
pl/matsuo/core/web/view/BootstrapRenderer.java
| Violation |
Line |
| Too many static imports may lead to messy code |
1–447 |
| Avoid unused private methods such as 'serverErrorPath(String)'. |
88 |
| Avoid unused method parameters such as 'fieldType'. |
243 |