The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
3 | 0 | 0 | 32 |
File | ![]() |
![]() |
![]() |
---|---|---|---|
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 | ![]() |
ParameterAssignment | 2 | ![]() | |
design | FinalClass | 1 | ![]() |
header | Header
|
2 | ![]() |
javadoc | JavadocMethod | 17 | ![]() |
JavadocType | 2 | ![]() | |
whitespace | ParenPad
|
5 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 76 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 86 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 87 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 104 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 122 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MinioException'. | 149 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MinioException'. | 207 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 315 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 315 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 317 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 422 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 433 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 451 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 451 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 451 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 471 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 488 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'path'. | 488 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'path' is not allowed. | 490 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'path' is not allowed. | 491 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
design | FinalClass | Class S3Util should be declared as final. | 37 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |