The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| fr/paris/lutece/plugins/ocra2ia/modules/rest/web/rs/OcrResource.java | 0 | 0 | 6 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | DeclarationOrder | 1 | |
| javadoc | JavadocMethod | 2 | |
| naming | LocalVariableName
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Static variable definition in wrong order. | 94 | |
| naming | LocalVariableName | Name '_strFileExtension' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| naming | LocalVariableName | Name '_byteFileContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| naming | LocalVariableName | Name '_strDocumentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| javadoc | JavadocMethod | Unused @param tag for 'strJsonData'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'jsonObject'. | 216 |