Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

fr/paris/lutece/plugins/workflow/modules/directoryfile/service/daemon/FilePurgeDaemon.java

Violation Line
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 69
StringBuffer constructor is initialized with size 16, but has at least 61 characters appended. 75

fr/paris/lutece/plugins/workflow/modules/directoryfile/web/task/TaskGlobalFilePurgeComponent.java

Violation Line
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 62
Avoid using a branching statement as the last in a loop. 81
Avoid variables with short names like i 91
Avoid variables with short names like i 100
Avoid variables with short names like i 109
Avoid variables with short names like i 118