PMD Results
The following document contains the results of 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 |
Line |
CommentRequired |
Header comments are required |
49–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. |
50–107 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
76 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
103 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
103 |
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/web/ActionsBatchTaskComponent.java
Priority 4
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java
Rule |
Violation |
Line |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.business.progressmanager.ProgressFeed' |
42 |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.progressmanager.ProgressManagerService' |
43 |
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java
Rule |
Violation |
Line |
UnusedImports |
Avoid unused imports such as 'java.util.ArrayList' |
36 |
Files
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java
Rule |
Violation |
Priority |
Line |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.business.progressmanager.ProgressFeed' |
4 |
42 |
UnusedImports |
Avoid unused imports such as 'fr.paris.lutece.portal.service.progressmanager.ProgressManagerService' |
4 |
43 |
CommentRequired |
Header comments are required |
3 |
49–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 |
50–107 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
76 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
103 |
DoNotUseThreads |
To be compliant to J2EE, a webapp should not use any thread. |
3 |
103 |
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/web/ActionsBatchTaskComponent.java