The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
45 | 0 | 0 | 6 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ArrayTrailingComma | 2 | Error |
header | Header
|
1 | Error |
modifier | RedundantModifier | 1 | Error |
naming | LocalVariableName
|
2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | LocalVariableName | Name 'query_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'query_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |