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. |
46–57 |
fr/paris/lutece/plugins/workflow/modules/createpdf/utils/DoDownloadPDF.java
Violation |
Ligne |
The class 'DoDownloadPDF' has a Cyclomatic Complexity of 11 (Highest = 10). |
65–130 |
The method 'doDownloadFile' has a Cyclomatic Complexity of 10. |
72–129 |
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 |