The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | SimplifyBooleanReturn | 1 | Error |
header | Header
|
1 | Error |
javadoc | JavadocMethod | 5 | Error |
JavadocType | 2 | Error | |
misc | Translation | 2 | Error |
modifier | RedundantModifier | 4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'site_property.headerRecaptchaScript' missing. | |
Error | misc | Translation | Key 'site_property.headerRecaptchaScript.help' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 56 |
Error | coding | SimplifyBooleanReturn | Conditional logic can be removed. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |