Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 5.5.1.

Fichiers

fr/paris/lutece/plugins/appointmentfactory/business/AppointmentFactoryDTO.java

Violation Ligne
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 Ligne
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 Ligne
A high number of imports can indicate a high degree of coupling within an object. 34277
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 134137
Avoid using implementation types like 'HashMap'; use the interface instead 226
Avoid using implementation types like 'HashMap'; use the interface instead 226