Résultats PMD
Le document suivant contient les résultats de PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTask.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java
Priority 3
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java
Rule |
Violation |
Ligne |
CommentRequired |
Header comments are required |
47–107 |
UseUtilityClass |
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. |
48–107 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
81 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
101 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
101 |
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTask.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfig.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfigDAO.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/AsynchronousSimpleTask.java
Rule |
Violation |
Ligne |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
61 |
DefaultPackage |
Use explicit scoping instead of the default package private level |
74 |
CommentDefaultAccessModifier |
To avoid mistakes add a comment at the beginning of the processAsynchronousTask method if you want a default access modifier |
74 |
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java
Priority 4
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java
Rule |
Violation |
Ligne |
UnusedImports |
Avoid unused imports such as 'java.util.ArrayList' |
36 |
Fichiers
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java
Rule |
Violation |
Priority |
Ligne |
CommentRequired |
Header comments are required |
3 |
47–107 |
UseUtilityClass |
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. |
3 |
48–107 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
81 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
101 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
101 |
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTask.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfig.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfigDAO.java
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/AsynchronousSimpleTask.java
Rule |
Violation |
Priority |
Ligne |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
61 |
DefaultPackage |
Use explicit scoping instead of the default package private level |
3 |
74 |
CommentDefaultAccessModifier |
To avoid mistakes add a comment at the beginning of the processAsynchronousTask method if you want a default access modifier |
3 |
74 |
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java