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 507 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
4  Warning
coding VariableDeclarationUsageDistance 3  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
96  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
325  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 )"
45  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "1"
5  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
26  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
1  Warning

Details

org/apache/streams/components/http/HttpConfiguration.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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 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. 16
 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. 17
 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. 18
 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. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 33
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 37
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 43
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 48
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 65
 Warning sizes LineLength Line is longer than 100 characters (found 109). 66
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 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 'member def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 81
 Warning indentation Indentation 'member def modifier' 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 'member def modifier' have incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 93
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 96
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 133
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 135
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 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. 148
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 163
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 177
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 189
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 191
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 206
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 208
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 216
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 218
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 231
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 233
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 243
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 245
 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. 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. 258
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 260
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 262
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 271
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 273
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 287
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 289
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 298
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 300
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 314
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 316
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 325
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 327
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 333
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 341
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 346
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 361
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 365
 Warning sizes LineLength Line is longer than 100 characters (found 243). 365
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 377
 Warning sizes LineLength Line is longer than 100 characters (found 402). 377
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 380
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 381
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 386
 Warning sizes LineLength Line is longer than 100 characters (found 135). 386
 Warning indentation Indentation 'static initialization' have incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 390
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'static initialization rcurly' have incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 401
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 404
 Warning javadoc JavadocMethod Missing a Javadoc comment. 404
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 406
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 408
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 409
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 410
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 411
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'enum def rcurly' have incorrect indentation level 4, expected level should be 2. 414

org/apache/streams/components/http/HttpPersistWriterConfiguration.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 sizes LineLength Line is longer than 100 characters (found 101). 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 sizes LineLength Line is longer than 100 characters (found 110). 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 160). 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99

org/apache/streams/components/http/HttpProcessorConfiguration.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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 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. 16
 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. 17
 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. 18
 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. 19
 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. 38
 Warning sizes LineLength Line is longer than 100 characters (found 111). 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 41
 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. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 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. 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. 85
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 89
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 101
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 116
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 118
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 128
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 130
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 160
 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. 163
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning sizes LineLength Line is longer than 100 characters (found 129). 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if rcurly' 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' child have incorrect indentation level 8, expected level should be 4. 181
 Warning sizes LineLength Line is longer than 100 characters (found 192). 181
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 192
 Warning sizes LineLength Line is longer than 100 characters (found 139). 192
 Warning indentation Indentation 'static initialization' have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'static initialization rcurly' have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 210
 Warning javadoc JavadocMethod Missing a Javadoc comment. 210
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 216
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'enum def rcurly' have incorrect indentation level 4, expected level should be 2. 220

org/apache/streams/components/http/HttpProviderConfiguration.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. 23
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 27
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 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. 34
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 52
 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. 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. 63
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 77
 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 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 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. 99
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning sizes LineLength Line is longer than 100 characters (found 120). 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 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 sizes LineLength Line is longer than 100 characters (found 177). 126
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 127

org/apache/streams/components/http/persist/SimpleHTTPPostPersistWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.codec.binary.Base64' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.HttpEntity' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.HttpStatus' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.CloseableHttpResponse' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.HttpPost' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.utils.URIBuilder' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.entity.StringEntity' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.CloseableHttpClient' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.HttpClients' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.util.EntityUtils' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 41
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SimpleHTTPPostPersistWriter' must contain no more than '1' capital letters. 53
 Warning naming AbbreviationAsWordInName Abbreviation in name 'prepareURI' must contain no more than '1' capital letters. 113
 Warning sizes LineLength Line is longer than 100 characters (found 127). 181
 Warning sizes LineLength Line is longer than 100 characters (found 117). 213

org/apache/streams/components/http/processor/SimpleHTTPGetProcessor.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.pojo.json.ActivityObject'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.codec.binary.Base64' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.HttpEntity' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.CloseableHttpResponse' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.HttpGet' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.utils.URIBuilder' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.CloseableHttpClient' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.HttpClients' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.util.EntityUtils' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 40
 Warning sizes LineLength Line is longer than 100 characters (found 104). 53
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SimpleHTTPGetProcessor' must contain no more than '1' capital letters. 55
 Warning sizes LineLength Line is longer than 100 characters (found 116). 134
 Warning sizes LineLength Line is longer than 100 characters (found 121). 146
 Warning coding VariableDeclarationUsageDistance Distance between variable 'rootDocument' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 158
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 189
 Warning sizes LineLength Line is longer than 100 characters (found 116). 199
 Warning naming AbbreviationAsWordInName Abbreviation in name 'prepareURI' must contain no more than '1' capital letters. 214

org/apache/streams/components/http/processor/SimpleHTTPPostProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.codec.binary.Base64' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.HttpEntity' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.CloseableHttpResponse' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.HttpPost' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.utils.URIBuilder' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.entity.ContentType' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.entity.StringEntity' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.CloseableHttpClient' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.HttpClients' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 42
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.util.EntityUtils' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 43
 Warning sizes LineLength Line is longer than 100 characters (found 104). 56
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SimpleHTTPPostProcessor' must contain no more than '1' capital letters. 58
 Warning sizes LineLength Line is longer than 100 characters (found 116). 137
 Warning sizes LineLength Line is longer than 100 characters (found 121). 149
 Warning coding VariableDeclarationUsageDistance Distance between variable 'rootDocument' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 160
 Warning sizes LineLength Line is longer than 100 characters (found 116). 212

org/apache/streams/components/http/provider/SimpleHttpProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ArrayNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 32
 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. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.HttpEntity' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.CloseableHttpResponse' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.HttpGet' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.HttpPost' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.methods.HttpRequestBase' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.client.utils.URIBuilder' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.conn.ssl.SSLConnectionSocketFactory' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.conn.ssl.TrustSelfSignedStrategy' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.CloseableHttpClient' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 42
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.impl.client.HttpClients' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.ssl.SSLContextBuilder' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.http.util.EntityUtils' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 45
 Warning sizes LineLength Line is longer than 100 characters (found 101). 72
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning sizes LineLength Line is longer than 100 characters (found 104). 132
 Warning coding VariableDeclarationUsageDistance Distance between variable 'current' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 207
 Warning sizes LineLength Line is longer than 100 characters (found 111). 210