The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | ReturnCount
|
2 | |
| design | FinalClass | 1 | |
| HideUtilityClassConstructor | 3 | ||
| header | Header
|
2 | |
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Unused @param tag for 'referenceItem'. | 72 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| javadoc | JavadocMethod | Invalid use of the {@inheritDoc} tag. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Unused @param tag for 'referenceItem'. | 72 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| javadoc | JavadocMethod | Invalid use of the {@inheritDoc} tag. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class DocumentRestConstants should be declared as final. | 41 |