Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/rating/modules/mydashboard/service/MyDashboardComponentRating.java

Violation Line
A high number of imports can indicate a high degree of coupling within an object. 34217
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 121
Deeply nested if..then statements are hard to read 134139
Deeply nested if..then statements are hard to read 145186
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 145
Do not add empty strings 160
Do not add empty strings 164
Do not add empty strings 175