Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 13 0

Files

File  I  W  E
diffblue/flipflop/FlipFlopPredicate.java 0 13 0

Rules

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

Details

diffblue/flipflop/FlipFlopPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'java.util.Objects.requireNonNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25