The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 0 | 32 |
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/strois/service/StockageService.java | 0 | 0 | 26 |
fr/paris/lutece/plugins/strois/util/S3Util.java | 0 | 0 | 6 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 3 | Error |
ParameterAssignment | 2 | Error | |
design | FinalClass | 1 | Error |
header | Header
|
2 | Error |
javadoc | JavadocMethod | 17 | Error |
JavadocType | 2 | Error | |
whitespace | ParenPad
|
5 | 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. | 76 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 86 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 87 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 104 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 122 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'MinioException'. | 149 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'MinioException'. | 207 |
Error | javadoc | JavadocMethod | Expected @return tag. | 297 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 315 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 315 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 317 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 422 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 433 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 451 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 451 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 451 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 471 |
Error | javadoc | JavadocMethod | Expected @return tag. | 488 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 488 |
Error | coding | ParameterAssignment | Assignment of parameter 'path' is not allowed. | 490 |
Error | coding | ParameterAssignment | Assignment of parameter 'path' is not allowed. | 491 |
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 S3Util should be declared as final. | 37 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |