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
epam/legalage/LegalAgePredicate.java 0 13 0

Rules

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

Details

epam/legalage/LegalAgePredicate.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43