Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 7.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
3 0 60 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
16  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
39  Warning
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
3  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning

Details

org/apache/streams/filebuffer/FileBufferConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonAnyGetter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 8
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonAnySetter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 9
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonInclude' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 11
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 12
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonPropertyOrder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 13
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.builder.EqualsBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 14
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.builder.HashCodeBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 15
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.builder.ToStringBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 16
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 22
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 24
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 35
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 46
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 96
 Warning sizes LineLength Line is longer than 100 characters (found 124). 96
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 97

org/apache/streams/filebuffer/FileBufferPersistReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.core.StreamsResultSet'. 27
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.squareup.tape.QueueFile' import. Should be before 'org.apache.streams.core.StreamsResultSet'. 29

org/apache/streams/filebuffer/FileBufferPersistWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.util.GuidUtils'. 27
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.squareup.tape.QueueFile' import. Should be before 'org.apache.streams.util.GuidUtils'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.util.GuidUtils'. 30