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