The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 1 | 25 |
File | I | W | E |
---|---|---|---|
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 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ReturnCount
|
1 | Warning |
design | HideUtilityClassConstructor | 1 | Error |
header | Header
|
2 | Error |
imports | UnusedImports | 3 | Error |
javadoc | JavadocMethod | 11 | Error |
JavadocType | 2 | Error | |
naming | MemberName
|
1 | Error |
whitespace | ParenPad
|
5 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonParseException. | 37 |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonMappingException. | 40 |
Error | imports | UnusedImports | Unused import - java.io.IOException. | 61 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 80 |
Error | naming | MemberName | Name 'CHARECTER_REGEXP_FILTER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'nVersion'. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 121 |
Error | javadoc | JavadocMethod | Unused @param tag for 'notification'. | 151 |
Error | javadoc | JavadocMethod | Expected @return tag. | 154 |
Warning | coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 154 |
Error | javadoc | JavadocMethod | Expected @param tag for 'gruNotification'. | 154 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 154 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 215 |
Error | javadoc | JavadocMethod | Expected @param tag for 'gruNotification'. | 280 |
Error | javadoc | JavadocMethod | Expected @param tag for 'gruNotification'. | 316 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 323 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 323 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 328 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 328 |
Error | javadoc | JavadocMethod | Expected @param tag for 'status'. | 343 |