Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/solrserver/modules/directory/service/daemon/DirectorySolrIndexerDaemon.java

Violation Line
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 54

fr/paris/lutece/plugins/solrserver/modules/directory/service/daemon/DirectorySolrService.java

Violation Line
The class 'DirectorySolrService' has a Cyclomatic Complexity of 5 (Highest = 10). 65156
Singleton is not thread safe 7578
The method 'processIndexing' has a Cyclomatic Complexity of 10. 87150
These nested if statements could be combined 133138