PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/sitelabels/web/ManageSiteLabelsJspBean.java
Rule |
Violation |
Line |
AbstractClassWithoutAnyMethod |
No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead. |
42–50 |
Priority 3
fr/paris/lutece/plugins/sitelabels/service/LabelService.java
Rule |
Violation |
Line |
AvoidDuplicateLiterals |
The String literal "Key does not start with " appears 4 times in this file; the first occurrence is on line 71 |
71 |
UseDiamondOperator |
Explicit type arguments can be replaced by Diamond Operator |
139 |
fr/paris/lutece/plugins/sitelabels/web/LabelJspBean.java
fr/paris/lutece/plugins/sitelabels/web/ManageSiteLabelsJspBean.java
Files
fr/paris/lutece/plugins/sitelabels/service/LabelService.java
Rule |
Violation |
Priority |
Line |
AvoidDuplicateLiterals |
The String literal "Key does not start with " appears 4 times in this file; the first occurrence is on line 71 |
3 |
71 |
UseDiamondOperator |
Explicit type arguments can be replaced by Diamond Operator |
3 |
139 |
fr/paris/lutece/plugins/sitelabels/web/LabelJspBean.java
fr/paris/lutece/plugins/sitelabels/web/ManageSiteLabelsJspBean.java
Rule |
Violation |
Priority |
Line |
AbstractClassWithoutAnyMethod |
No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead. |
1 |
42–50 |
MissingSerialVersionUID |
Classes implementing Serializable should set a serialVersionUID |
3 |
42–50 |