Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml.
Catégorie | Règle | Violations | Sévérité |
---|---|---|---|
coding | ReturnCount
|
2 | ![]() |
design | FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 3 | ![]() | |
header | Header
|
2 | ![]() |
imports | UnusedImports | 1 | ![]() |
javadoc | JavadocMethod | 22 | ![]() |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 315 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 351 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strIdDocument'. | 402 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 746 |
![]() |
coding | ReturnCount | Return count is 9 (max allowed is 5). | 813 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 813 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'mRequest'. | 939 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'multipartRequest'. | 943 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 943 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1063 |
![]() |
coding | ReturnCount | Return count is 7 (max allowed is 5). | 1063 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang.StringUtils. | 42 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'referenceItem'. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 75 |
![]() |
javadoc | JavadocMethod | Invalid use of the {@inheritDoc} tag. | 96 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'doc'. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'documentPublication'. | 66 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'referenceItem'. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 75 |
![]() |
javadoc | JavadocMethod | Invalid use of the {@inheritDoc} tag. | 96 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'referenceItem'. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 75 |
![]() |
javadoc | JavadocMethod | Invalid use of the {@inheritDoc} tag. | 96 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strXml'. | 60 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
design | FinalClass | Class DocumentRestConstants should be declared as final. | 41 |