The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 0 | 11 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
3 | Error |
RightCurly
|
1 | Error | |
design | HideUtilityClassConstructor | 1 | Error |
header | Header
|
3 | Error |
javadoc | JavadocMethod | 1 | Error |
JavadocType | 1 | Error | |
regexp | RegexpSinglelineJava
|
1 | Error |
RegexpSinglelineJava
|
1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Missing a header - not enough lines in file. | 1 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
Error | blocks | LeftCurly | '{' at column 31 should be on a new line. | 5 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'SELECT *'. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Missing a header - not enough lines in file. | 1 |
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 10 should be alone on a line. | 97 |
Error | blocks | LeftCurly | '{' at column 34 should be on a new line. | 97 |
Error | blocks | LeftCurly | '{' at column 24 should be on a new line. | 103 |