Résultats PMD
Le document suivant contient les résultats de PMD 6.13.0.
Violations By Priority
Priority 3
fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java
Rule |
Violation |
Ligne |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
82 |
Priority 4
fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java
Rule |
Violation |
Ligne |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.plugins.forms.business.FormResponseHome' |
45 |
Fichiers
fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java
Rule |
Violation |
Priority |
Ligne |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.plugins.forms.business.FormResponseHome' |
4 |
45 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
82 |