Résultats PMD
Le document suivant contient les résultats de PMD 5.5.1.
Fichiers
fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/ExportDirectoryConfigDuplicationService.java
Violation |
Ligne |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
163 |
fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/WizardExportDirectoryService.java
Violation |
Ligne |
Document empty method |
51–52 |
Use block level rather than method level synchronization |
59–67 |
fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/utils/DirectoryEntryMatcher.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. |
51–93 |
fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/utils/FormEntryMatcher.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. |
51–92 |