Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/listener/ListenerFavoritesRemoval.java

Violation Line
Avoid using if statements without curly braces 2739
These nested if statements could be combined 2839
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 34

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/service/FavoritesSubscriptionProviderService.java

Violation Line
Avoid using redundant field initializer for '_instance' 49
Use explicit scoping instead of the default package private level 49
Singleton is not thread safe 5256
Avoid using if...else statements without curly braces 56
Document empty method 8889

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/web/MyDashboardFavoritesComponent.java

Violation Line
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 71