PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/releaser/modules/rest/util/Constants.java
Rule |
Violation |
Line |
ClassNamingConventions |
The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' |
39–65 |
Priority 2
fr/paris/lutece/plugins/releaser/modules/rest/rs/SiteRest.java
Rule |
Violation |
Line |
GuardLogStatement |
Logger calls should be surrounded by log level guards. |
92 |
Priority 3
fr/paris/lutece/plugins/releaser/modules/rest/rs/ClusterRest.java
fr/paris/lutece/plugins/releaser/modules/rest/rs/SiteRest.java
fr/paris/lutece/plugins/releaser/modules/rest/util/Constants.java
Rule |
Violation |
Line |
ShortVariable |
Avoid variables with short names like ID |
43 |
Files
fr/paris/lutece/plugins/releaser/modules/rest/rs/ClusterRest.java
Rule |
Violation |
Priority |
Line |
UseDiamondOperator |
Explicit type arguments can be replaced by Diamond Operator |
3 |
73 |
AvoidCatchingGenericException |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
3 |
88 |
fr/paris/lutece/plugins/releaser/modules/rest/rs/SiteRest.java
fr/paris/lutece/plugins/releaser/modules/rest/util/Constants.java
Rule |
Violation |
Priority |
Line |
ClassNamingConventions |
The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' |
1 |
39–65 |
ShortVariable |
Avoid variables with short names like ID |
3 |
43 |