The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | DeclarationOrder | 1 | |
| EmptyStatement | 1 | ||
| design | HideUtilityClassConstructor | 1 | |
| header | Header
|
8 | |
| imports | AvoidStarImport | 2 | |
| UnusedImports | 3 | ||
| javadoc | JavadocMethod | 14 | |
| JavadocType | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'nKey'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefKey'. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - java.util.List. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - org.apache.commons.beanutils.BeanUtils. | 42 | |
| imports | UnusedImports | Unused import - java.lang.reflect.InvocationTargetException. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 58 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | EmptyStatement | Empty statement. | 95 | |
| javadoc | JavadocMethod | Unused @param tag for '<R>'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'cle'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'listeResultat'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. | 2 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 259 |