Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 6 0

Files

File  I  W  E
diffblue/roman/RomanToArabicConverter.java 0 6 0

Rules

Category Rule Violations Severity
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
5  Warning
javadoc MissingJavadocType
  • scope: "protected"
  • excludeScope: "nothing"
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF"
1  Warning

Details

diffblue/roman/RomanToArabicConverter.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33