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 |
51–52 |
Use block level rather than method level synchronization |
59–67 |
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. |
51–93 |
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. |
51–92 |