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
4 0 241 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
2  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
18  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
177  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
3  Warning
JavadocParagraph 1  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
28  Warning
naming 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://"
10  Warning

Details

org/apache/streams/config/ComponentConfiguration.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. 12
 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. 13
 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. 14
 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. 15
 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. 16
 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. 17
 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. 18
 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. 19
 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. 20
 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. 29
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 34
 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. 40
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' 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. 50
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 73
 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. 80
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 112
 Warning sizes LineLength Line is longer than 100 characters (found 116). 112
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 124
 Warning sizes LineLength Line is longer than 100 characters (found 169). 124
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 125

org/apache/streams/config/ComponentConfigurator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 116). 30
 Warning sizes LineLength Line is longer than 100 characters (found 113). 33
 Warning sizes LineLength Line is longer than 100 characters (found 104). 36
 Warning sizes LineLength Line is longer than 100 characters (found 110). 64

org/apache/streams/config/StreamsConfiguration.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. 30
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 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. 38
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 46
 Warning indentation Indentation 'member def modifier' 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 'member def modifier' have incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 64
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 70
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 74
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 76
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 82
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 88
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 91
 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 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 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. 124
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 145
 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. 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 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. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 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 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 197
 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. 207
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 208
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 224
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 226
 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. 234
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 235
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 237
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 251
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 253
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 262
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 264
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 278
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 280
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 289
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 291
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 305
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 307
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 316
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 318
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 344
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 349
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 352
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 356
 Warning sizes LineLength Line is longer than 100 characters (found 280). 356
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 368
 Warning sizes LineLength Line is longer than 100 characters (found 476). 368
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 369

org/apache/streams/config/StreamsConfigurator.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning sizes LineLength Line is longer than 100 characters (found 125). 71
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning sizes LineLength Line is longer than 100 characters (found 117). 87
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 88