Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/workflow/modules/createpdf/service/CreatePDFPlugin.java

Violation Line
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 4657

fr/paris/lutece/plugins/workflow/modules/createpdf/utils/DoDownloadPDF.java

Violation Line
The class 'DoDownloadPDF' has a Cyclomatic Complexity of 11 (Highest = 10). 65130
The method 'doDownloadFile' has a Cyclomatic Complexity of 10. 72129

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

Violation Line
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 98