The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
design | HideUtilityClassConstructor | 1 | Error |
header | Header
|
3 | Error |
imports | UnusedImports | 1 | Error |
javadoc | JavadocMethod | 5 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. | 2 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.daemon.DaemonEntry. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. | 2 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'states'. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |