PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/appointment/modules/desk/service/AppointmentDeskService.java
Priority 2
fr/paris/lutece/plugins/appointment/modules/desk/web/AppointmentDeskJspBean.java
Priority 3
fr/paris/lutece/plugins/appointment/modules/desk/service/AppointmentDeskService.java
fr/paris/lutece/plugins/appointment/modules/desk/service/comment/RedirectAppointmentDesk.java
fr/paris/lutece/plugins/appointment/modules/desk/util/IncrementingType.java
fr/paris/lutece/plugins/appointment/modules/desk/web/AppointmentDeskJspBean.java
Priority 4
fr/paris/lutece/plugins/appointment/modules/desk/web/AppointmentDeskJspBean.java
| Rule |
Violation |
Line |
| UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.util.AppPropertiesService' |
56 |
| UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.plugin.PluginService' |
61 |
Files
fr/paris/lutece/plugins/appointment/modules/desk/service/AppointmentDeskService.java
fr/paris/lutece/plugins/appointment/modules/desk/service/comment/RedirectAppointmentDesk.java
fr/paris/lutece/plugins/appointment/modules/desk/util/IncrementingType.java
fr/paris/lutece/plugins/appointment/modules/desk/web/AppointmentDeskJspBean.java
| Rule |
Violation |
Priority |
Line |
| ExcessiveImports |
A high number of imports can indicate a high degree of coupling within an object. |
3 |
34–406 |
| UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.util.AppPropertiesService' |
4 |
56 |
| UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.plugin.PluginService' |
4 |
61 |
| GuardLogStatement |
Logger calls should be surrounded by log level guards. |
2 |
255 |
| GuardLogStatement |
Logger calls should be surrounded by log level guards. |
2 |
306 |
| CommentRequired |
Public method and constructor comments are required |
3 |
348–362 |
| PrematureDeclaration |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
3 |
350 |