PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/antexecuter/business/CheckDatabaseDAO.java
Rule |
Violation |
Line |
ClassNamingConventions |
The utility class name 'CheckDatabaseDAO' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' |
5–17 |
Priority 3
fr/paris/lutece/plugins/antexecuter/business/CheckDatabaseDAO.java
Rule |
Violation |
Line |
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. |
5–17 |
CommentRequired |
Header comments are required |
5–17 |
CommentRequired |
Public method and constructor comments are required |
10–16 |
Files
fr/paris/lutece/plugins/antexecuter/business/CheckDatabaseDAO.java
Rule |
Violation |
Priority |
Line |
ClassNamingConventions |
The utility class name 'CheckDatabaseDAO' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' |
1 |
5–17 |
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 |
5–17 |
CommentRequired |
Header comments are required |
3 |
5–17 |
CommentRequired |
Public method and constructor comments are required |
3 |
10–16 |