PMD Results
The following document contains the results of PMD 5.5.1.
Files
fr/paris/lutece/plugins/appointmentfactory/business/AppointmentFactoryDTO.java
Violation |
Line |
Avoid using implementation types like 'HashMap'; use the interface instead |
61 |
Avoid using implementation types like 'HashMap'; use the interface instead |
61 |
Avoid using implementation types like 'HashMap'; use the interface instead |
89 |
Avoid using implementation types like 'HashMap'; use the interface instead |
89 |
Avoid using implementation types like 'HashMap'; use the interface instead |
100 |
Avoid using implementation types like 'HashMap'; use the interface instead |
100 |
fr/paris/lutece/plugins/appointmentfactory/service/InstanceService.java
Violation |
Line |
Avoid using implementation types like 'HashMap'; use the interface instead |
67 |
Avoid using implementation types like 'HashMap'; use the interface instead |
67 |
fr/paris/lutece/plugins/appointmentfactory/web/ManageAppointmentfactoryJspBean.java
Violation |
Line |
A high number of imports can indicate a high degree of coupling within an object. |
34–277 |
Private field '_nDefaultItemsPerPage' could be made final; it is only initialized in the declaration or constructor. |
127 |
It is a good practice to call super() in a constructor |
134–137 |
Avoid using implementation types like 'HashMap'; use the interface instead |
226 |
Avoid using implementation types like 'HashMap'; use the interface instead |
226 |