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). |
65–156 |
Singleton is not thread safe |
75–78 |
The method 'processIndexing' has a Cyclomatic Complexity of 10. |
87–150 |
These nested if statements could be combined |
133–138 |