The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 11 |
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/xdocreport/exception/XDocReportException.java | 0 | 0 | 6 |
fr/paris/lutece/plugins/xdocreport/service/XDocReportService.java | 0 | 0 | 5 |
Category | Rule | Violations | Severity |
---|---|---|---|
design | FinalClass | 1 | Error |
header | Header
|
2 | Error |
javadoc | JavadocMethod | 7 | Error |
JavadocType | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 49 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 70 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | design | FinalClass | Class XDocReportService should be declared as final. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inputStream'. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'model'. | 66 |