Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/ExportDirectoryConfigDuplicationService.java

Violation Line
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 Line
Document empty method 5152
Use block level rather than method level synchronization 5967

fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/utils/DirectoryEntryMatcher.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. 5193

fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/utils/FormEntryMatcher.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. 5192