Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

fr/paris/lutece/plugins/elasticsearch/service/ElasticsearchServer.java

Violation Line
Avoid unused imports such as 'java.util.Arrays' 41
Avoid unused imports such as 'java.util.Arrays' 41
Avoid printStackTrace(); use a logger call instead. 118
Avoid printStackTrace(); use a logger call instead. 135
Avoid variables with short names like i 171
Avoid empty catch blocks 178181
Deeply nested if..then statements are hard to read 219225
Avoid throwing raw exception types. 268