Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 1

fr/paris/lutece/plugins/xdocreport/service/XDocReportService.java

Rule Violation Line
ClassWithOnlyPrivateConstructorsShouldBeFinal A class which only has private constructors should be final 5186

Priority 3

fr/paris/lutece/plugins/xdocreport/exception/XDocReportException.java

Rule Violation Line
CommentRequired Header comments are required 3675

fr/paris/lutece/plugins/xdocreport/service/XDocReportService.java

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

Files

fr/paris/lutece/plugins/xdocreport/exception/XDocReportException.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 3675

fr/paris/lutece/plugins/xdocreport/service/XDocReportService.java

Rule Violation Priority Line
ClassWithOnlyPrivateConstructorsShouldBeFinal A class which only has private constructors should be final 1 5186
AvoidCatchingGenericException Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 3 79