Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 5.3.5.

Fichiers

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

Violation Ligne
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 Ligne
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 Ligne
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 98