Matsuo Core

Base application code for server side development


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 1222

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 1175

pl/matsuo/core/web/controller/report/ReportsController.java

Violation Line
Too many static imports may lead to messy code 196

pl/matsuo/core/web/controller/user/UserController.java

Violation Line
Too many static imports may lead to messy code 1126

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 5759

pl/matsuo/core/web/mvc/CustomDateFormat.java

Violation Line
Avoid empty catch blocks 3436

pl/matsuo/core/web/mvc/FacadeBuilderHandlerMethodArgumentResolver.java

Violation Line
These nested if statements could be combined 134136
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 4547

pl/matsuo/core/web/scope/WideSessionScope.java

Violation Line
Avoid empty catch blocks 9193

pl/matsuo/core/web/view/BootstrapRenderer.java

Violation Line
Too many static imports may lead to messy code 1447
Avoid unused private methods such as 'serverErrorPath(String)'. 88
Avoid unused method parameters such as 'fieldType'. 243

Back to top

Msb3 Maven skin by Marek Romanowski.