Résultats PMD
Le document suivant contient les résultats de PMD 6.13.0.
Violations By Priority
Priority 1
fr/paris/lutece/plugins/workflow/modules/formspdf/utils/FormsPDFConstants.java
Rule |
Violation |
Ligne |
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
Fichiers
fr/paris/lutece/plugins/workflow/modules/formspdf/utils/FormsPDFConstants.java
Rule |
Violation |
Priority |
Ligne |
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 |
Ligne |
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 |