Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java

Rule Violation Line
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 Line
UnusedImports Avoid unused imports such as 'fr.paris.lutece.plugins.forms.business.FormResponseHome' 45

Files

fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java

Rule Violation Priority Line
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