PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
com/garbuz/web/WebApplication.java
Rule | Violation | Line |
---|---|---|
MethodArgumentCouldBeFinal | Parameter 'args' is not assigned and could be declared final | 10 |
com/garbuz/web/controller/HomeController.java
Rule | Violation | Line |
---|---|---|
MethodArgumentCouldBeFinal | Parameter 'model' is not assigned and could be declared final | 12 |
MethodArgumentCouldBeFinal | Parameter 'name' is not assigned and could be declared final | 19 |
MethodArgumentCouldBeFinal | Parameter 'model' is not assigned and could be declared final | 20 |
Files
com/garbuz/web/WebApplication.java
Rule | Violation | Priority | Line |
---|---|---|---|
MethodArgumentCouldBeFinal | Parameter 'args' is not assigned and could be declared final | 3 | 10 |
com/garbuz/web/controller/HomeController.java
Rule | Violation | Priority | Line |
---|---|---|---|
MethodArgumentCouldBeFinal | Parameter 'model' is not assigned and could be declared final | 3 | 12 |
MethodArgumentCouldBeFinal | Parameter 'name' is not assigned and could be declared final | 3 | 19 |
MethodArgumentCouldBeFinal | Parameter 'model' is not assigned and could be declared final | 3 | 20 |