Fork me on GitHub

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

Priority 3

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

Rule Violation Line
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

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 4066

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 148171