PMD Results
The following document contains the results of PMD 7.14.0.
PMD found no problems in your source code.
Suppressed Violations
Filename | Rule message | Suppression type | Reason |
---|---|---|---|
com/reallifedeveloper/maven/jdepend/JDependReport.java | Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | @suppresswarnings | |
com/reallifedeveloper/maven/jdepend/JDependReport.java | In J2EE, getClassLoader() might not work as expected. Use Thread.currentThread().getContextClassLoader() instead. | @suppresswarnings | |
com/reallifedeveloper/maven/jdepend/xml/XmlReport.java | The String literal "Package" appears 5 times in this file; the first occurrence is on line 32 | @suppresswarnings |