The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 3 | |
| coding | ArrayTrailingComma | 1 | |
| DeclarationOrder | 1 | ||
| header | Header
|
3 | |
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 3 | |
| whitespace | ParenPad
|
2 | |
WhitespaceAround
|
9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.validation.constraints.Min. | 37 | |
| imports | UnusedImports | Unused import - javax.validation.constraints.NotNull. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'strMsg'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - fr.paris.lutece.util.ReferenceList. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'reply'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'reply'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 162 |