The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
design | VisibilityModifier | 1 | Error |
header | Header
|
1 | Error |
imports | UnusedImports | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.hibernate.validator.constraints.NotEmpty. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.hibernate.validator.constraints.NotEmpty. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
Error | design | VisibilityModifier | Variable '_luteceToolsService' must be private and have accessor methods. | 84 |