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