Checkstyle Results

The following document contains the results of Checkstyle 9.3 with google_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 25 0

Files

File  I  W  E
epam/roman/RomanToArabicConverter.java 0 25 0

Rules

Category Rule Violations Severity
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
25  Warning

Details

epam/roman/RomanToArabicConverter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49