PMD Results

The following document contains the results of PMD 4.2.5.

Files

de/smartics/exceptions/ant/ExceptionCodesReportTask.java

Violation Line
The class 'ExceptionCodesReportTask' has a Cyclomatic Complexity of 2 (Highest = 11). 53 - 598
The String literal "UTF-8" appears 4 times in this file; the first occurrence is on line 96 96
The method checkRequiredParameters() has an NPath complexity of 576 423 - 461
The method 'checkRequiredParameters' has a Cyclomatic Complexity of 11. 423 - 461
In J2EE, getClassLoader() might not work as expected. Use Thread.currentThread().getContextClassLoader() instead. 503