Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/workflow/modules/previewnotification/service/PreviewNotificationPlugin.java

Violation Line
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 4759

fr/paris/lutece/plugins/workflow/modules/previewnotification/service/TaskPreviewNotification.java

Violation Line
The field name indicates a constant but its modifiers do not 51

fr/paris/lutece/plugins/workflow/modules/previewnotification/web/PreviewNotificationTaskComponent.java

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