Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 
| Fichiers | |||
|---|---|---|---|
| 2 | 0 | 1 | 25 |
| Fichier | |||
|---|---|---|---|
| fr/paris/lutece/plugins/crm/modules/notifygru/util/CrmNotifyGruConstants.java | 0 | 0 | 3 |
| fr/paris/lutece/plugins/crm/modules/notifygru/web/rs/CrmNotifyGruRestService.java | 0 | 1 | 22 |
| Catégorie | Règle | Violations | Sévérité |
|---|---|---|---|
| coding | ReturnCount
|
1 | |
| design | HideUtilityClassConstructor | 1 | |
| header | Header
|
2 | |
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod | 11 | |
| JavadocType | 2 | ||
| naming | MemberName
|
1 | |
| whitespace | ParenPad
|
5 |
| 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. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| 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 - com.fasterxml.jackson.core.JsonParseException. | 37 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonMappingException. | 40 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 61 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 80 | |
| naming | MemberName | Name 'CHARECTER_REGEXP_FILTER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'nVersion'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 121 | |
| javadoc | JavadocMethod | Unused @param tag for 'notification'. | 151 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'gruNotification'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'gruNotification'. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'gruNotification'. | 316 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 323 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 323 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 328 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 343 |