Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 0 6

Rules

Category Rule Violations Severity
coding DeclarationOrder 1  Error
javadoc JavadocMethod 2  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
3  Error

Details

fr/paris/lutece/plugins/ocra2ia/modules/rest/web/rs/OcrResource.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 94
 Error naming LocalVariableName Name '_strFileExtension' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
 Error naming LocalVariableName Name '_byteFileContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
 Error naming LocalVariableName Name '_strDocumentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
 Error javadoc JavadocMethod Unused @param tag for 'strJsonData'. 210
 Error javadoc JavadocMethod Expected @param tag for 'jsonObject'. 216