Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/myportal/modules/mytasks/service/handler/MyTasksWidgetHandler.java

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

fr/paris/lutece/plugins/myportal/modules/mytasks/web/MyPortalMyTasksApp.java

Violation Line
Private field '_myTasksService' could be made final; it is only initialized in the declaration or constructor. 101
Private field '_widgetContentService' could be made final; it is only initialized in the declaration or constructor. 102
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 183
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 239