Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 
| Fichiers | |||
|---|---|---|---|
| 3 | 0 | 2 | 10 |
| Catégorie | Règle | Violations | Sévérité |
|---|---|---|---|
| coding | ReturnCount
|
2 | |
| header | Header
|
3 | |
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod | 2 | |
| JavadocType | 2 | ||
| naming | LocalVariableName
|
2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| naming | LocalVariableName | Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.document.business.portlet.DocumentListPortletHome. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 90 | |
| naming | LocalVariableName | Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 147 |