Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 
| Fichiers | |||
|---|---|---|---|
| 5 | 0 | 1 | 13 |
| Catégorie | Règle | Violations | Sévérité |
|---|---|---|---|
| coding | ReturnCount
|
1 | |
| header | Header
|
5 | |
| javadoc | JavadocMethod | 2 | |
| JavadocType | 5 | ||
| whitespace | WhitespaceAround
|
1 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 3 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 6 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 7 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| javadoc | JavadocMethod | Unused @param tag for 'EntryTypeDataHandlerConfig'. | 10 | |
| javadoc | JavadocMethod | Expected @param tag for 'config'. | 15 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| coding | ReturnCount | Return count is 2 (max allowed for void methods/constructors/lambdas is 1). | 98 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 119 |