The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 8 | 0 | 1 | 22 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
2 | |
RightCurly
|
2 | ||
| coding | ExplicitInitialization | 1 | |
ReturnCount
|
1 | ||
| header | Header
|
6 | |
| javadoc | JavadocMethod | 2 | |
| modifier | RedundantModifier | 7 | |
| naming | MemberName
|
1 | |
| whitespace | ParenPad
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ExplicitInitialization | Variable '_singleton' explicitly initialized to 'null' (default value for its type). | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'secondaryEvent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 62 | |
| coding | ReturnCount | Return count is 2 (max allowed for void methods/constructors/lambdas is 1). | 78 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 90 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 81 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 255 |