Fork me on GitHub

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)' 4066

Priority 3

fr/paris/lutece/plugins/workflow/modules/formspdf/web/CreatePDFTaskComponent.java

Rule Violation Ligne
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 96
ConfusingTernary Avoid if (x != y) ..; else ..; 148171

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 4066

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 148171