Résultats PMD
Le document suivant contient les résultats de PMD 5.3.5.
Fichiers
fr/paris/lutece/plugins/workflow/modules/previewnotification/service/PreviewNotificationPlugin.java
Violation |
Ligne |
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. |
47–59 |
fr/paris/lutece/plugins/workflow/modules/previewnotification/service/TaskPreviewNotification.java
Violation |
Ligne |
The field name indicates a constant but its modifiers do not |
51 |
fr/paris/lutece/plugins/workflow/modules/previewnotification/web/PreviewNotificationTaskComponent.java
Violation |
Ligne |
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 |