PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/workflow/modules/formspdf/utils/FormsPDFConstants.java
Rule |
Violation |
Line |
ClassNamingConventions |
The utility class name 'FormsPDFConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' |
40–66 |
Priority 3
fr/paris/lutece/plugins/workflow/modules/formspdf/web/CreatePDFTaskComponent.java
Files
fr/paris/lutece/plugins/workflow/modules/formspdf/utils/FormsPDFConstants.java
Rule |
Violation |
Priority |
Line |
ClassNamingConventions |
The utility class name 'FormsPDFConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' |
1 |
40–66 |
fr/paris/lutece/plugins/workflow/modules/formspdf/web/CreatePDFTaskComponent.java
Rule |
Violation |
Priority |
Line |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
96 |
ConfusingTernary |
Avoid if (x != y) ..; else ..; |
3 |
148–171 |