Le document suivant contient les résultats de PMD 5.3.5.
Violation | Ligne |
---|---|
The class 'PdfProducerConfigDuplicationService' has a Cyclomatic Complexity of 6 (Highest = 10). | 56–149 |
The method 'doDuplicate' has a Cyclomatic Complexity of 10. | 63–139 |
Deeply nested if..then statements are hard to read | 112–116 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | 123 |