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
8 0 380 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
1  Warning
LeftCurly
  • maxLineLength: "100"
3  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
53  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
253  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
2  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
33  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "1"
4  Warning
CatchParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
27  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
2  Warning

Details

org/apache/streams/hdfs/HdfsConfiguration.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.JsonCreator' 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.JsonIgnore' 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.JsonInclude' 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.JsonProperty' 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 '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. 14
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonValue' 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.EqualsBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 16
 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. 17
 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. 18
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.converter.LineReadWriteConfiguration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 30
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 36
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 54
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 60
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 66
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 72
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 75
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 86
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 100
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 102
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 113
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 127
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 129
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 138
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 154
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 156
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 181
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 183
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 192
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 194
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 208
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 210
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 219
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 221
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 259
 Warning sizes LineLength Line is longer than 100 characters (found 163). 259
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 271
 Warning sizes LineLength Line is longer than 100 characters (found 251). 271
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 285
 Warning sizes LineLength Line is longer than 100 characters (found 121). 285
 Warning indentation Indentation 'static initialization' have incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 289
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'static initialization rcurly' have incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 303
 Warning javadoc JavadocMethod Missing a Javadoc comment. 303
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 309
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'enum def rcurly' have incorrect indentation level 4, expected level should be 2. 313

org/apache/streams/hdfs/HdfsReaderConfiguration.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. 26
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 28
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 37
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning sizes LineLength Line is longer than 100 characters (found 136). 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99

org/apache/streams/hdfs/HdfsWriterConfiguration.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.JsonCreator' 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.JsonIgnore' 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.JsonInclude' 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.JsonProperty' 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 '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. 14
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonValue' 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.EqualsBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 16
 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. 17
 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. 18
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 27
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 37
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 45
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning sizes LineLength Line is longer than 100 characters (found 116). 56
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 60
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 71
 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. 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. 83
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 98
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 112
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 114
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 123
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 125
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 141
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 152
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 163
 Warning sizes LineLength Line is longer than 100 characters (found 101). 163
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 190
 Warning sizes LineLength Line is longer than 100 characters (found 164). 190
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning sizes LineLength Line is longer than 100 characters (found 259). 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 211
 Warning sizes LineLength Line is longer than 100 characters (found 143). 211
 Warning indentation Indentation 'static initialization' have incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 215
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'static initialization rcurly' have incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 229
 Warning javadoc JavadocMethod Missing a Javadoc comment. 229
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 233
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 235
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'enum def rcurly' have incorrect indentation level 4, expected level should be 2. 239

org/apache/streams/hdfs/WebHdfsPersistReader.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.jackson.StreamsJacksonMapper'. 32
 Warning imports CustomImportOrder Import statement for 'com.google.common.collect.Queues' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.CommonConfigurationKeysPublic' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.FileStatus' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.FileSystem' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.LocalFileSystem' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.Path' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.hdfs.DistributedFileSystem' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.security.UserGroupInformation' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 42
 Warning sizes LineLength Line is longer than 100 characters (found 140). 94
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getURI' must contain no more than '1' capital letters. 110
 Warning naming AbbreviationAsWordInName Abbreviation in name 'connectToWebHDFS' must contain no more than '1' capital letters. 146
 Warning sizes LineLength Line is longer than 100 characters (found 105). 149
 Warning sizes LineLength Line is longer than 100 characters (found 106). 162
 Warning sizes LineLength Line is longer than 100 characters (found 106). 167
 Warning sizes LineLength Line is longer than 100 characters (found 105). 182
 Warning sizes LineLength Line is longer than 100 characters (found 131). 219

org/apache/streams/hdfs/WebHdfsPersistReaderTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Strings' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 24
 Warning imports CustomImportOrder Import statement for 'com.google.common.util.concurrent.Uninterruptibles' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.FileStatus' import. Should be before 'org.apache.streams.core.StreamsDatum'. 26
 Warning sizes LineLength Line is longer than 100 characters (found 171). 68
 Warning sizes LineLength Line is longer than 100 characters (found 105). 74

org/apache/streams/hdfs/WebHdfsPersistWriter.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.jackson.StreamsJacksonMapper'. 31
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Strings' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.CommonConfigurationKeysPublic' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.FileSystem' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.fs.Path' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.hadoop.security.UserGroupInformation' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 37
 Warning sizes LineLength Line is longer than 100 characters (found 111). 57
 Warning sizes LineLength Line is longer than 100 characters (found 140). 86
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getURI' must contain no more than '1' capital letters. 100
 Warning naming AbbreviationAsWordInName Abbreviation in name 'connectToWebHDFS' must contain no more than '1' capital letters. 134
 Warning sizes LineLength Line is longer than 100 characters (found 105). 137
 Warning sizes LineLength Line is longer than 100 characters (found 108). 149
 Warning sizes LineLength Line is longer than 100 characters (found 108). 154
 Warning sizes LineLength Line is longer than 100 characters (found 109). 171
 Warning sizes LineLength Line is longer than 100 characters (found 135). 204
 Warning sizes LineLength Line is longer than 100 characters (found 101). 226
 Warning sizes LineLength Line is longer than 100 characters (found 113). 249
 Warning sizes LineLength Line is longer than 100 characters (found 113). 267

org/apache/streams/hdfs/WebHdfsPersistWriterTask.java

Severity Category Rule Message Line
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 50
 Warning blocks EmptyCatchBlock Empty catch block. 56
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 56
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 56
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 56