Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 10.25.0 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
7 0 25 0

Files

File  I  W  E
com/github/spotbugs/StubOverrideFixer.java 0 25 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
2  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
23  Warning

Details

com/github/spotbugs/StubOverrideFixer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.slf4j.Logger' 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 14. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 16. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 14. 70
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87