Résultats PMD
Le document suivant contient les résultats de PMD 6.13.0.
Violations By Priority
Priority 3
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationService.java
Rule |
Violation |
Ligne |
DefaultPackage |
Use explicit scoping instead of the default package private level |
78–80 |
CommentDefaultAccessModifier |
To avoid mistakes add a comment at the beginning of the _commentService field if you want a default access modifier |
80 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
107 |
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationTask.java
Rule |
Violation |
Ligne |
DefaultPackage |
Use explicit scoping instead of the default package private level |
57–59 |
CommentDefaultAccessModifier |
To avoid mistakes add a comment at the beginning of the _resourceHistoryService field if you want a default access modifier |
59 |
fr/paris/lutece/plugins/workflow/modules/extendcomment/web/CommentNotificationTaskComponent.java
Rule |
Violation |
Ligne |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
77 |
Priority 4
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationService.java
Rule |
Violation |
Ligne |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.security.LuteceUserService' |
52 |
Fichiers
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationService.java
Rule |
Violation |
Priority |
Ligne |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.security.LuteceUserService' |
4 |
52 |
DefaultPackage |
Use explicit scoping instead of the default package private level |
3 |
78–80 |
CommentDefaultAccessModifier |
To avoid mistakes add a comment at the beginning of the _commentService field if you want a default access modifier |
3 |
80 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
107 |
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationTask.java
Rule |
Violation |
Priority |
Ligne |
DefaultPackage |
Use explicit scoping instead of the default package private level |
3 |
57–59 |
CommentDefaultAccessModifier |
To avoid mistakes add a comment at the beginning of the _resourceHistoryService field if you want a default access modifier |
3 |
59 |
fr/paris/lutece/plugins/workflow/modules/extendcomment/web/CommentNotificationTaskComponent.java
Rule |
Violation |
Priority |
Ligne |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
77 |