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
6 0 179 0

Rules

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

Details

org/apache/streams/dropwizard/GenericWebhookData.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. 10
 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. 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.databind.node.ObjectNode' 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 imports CustomImportOrder Import statement for 'org.joda.time.DateTime' 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. 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. 36
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 47
 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 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. 65
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 68
 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. 71
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 85
 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. 96
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 100
 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. 107
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 108
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 110
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 123
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 125
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 140
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 148
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 150
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 158
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 160
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 173
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 175
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 183
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 185
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 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. 210
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 222
 Warning sizes LineLength Line is longer than 100 characters (found 167). 222
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 234
 Warning sizes LineLength Line is longer than 100 characters (found 259). 234
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 235

org/apache/streams/dropwizard/GenericWebhookResource.java

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

org/apache/streams/dropwizard/StreamDropwizardBuilder.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.local.builders.LocalStreamBuilder'. 27

org/apache/streams/dropwizard/StreamsApplication.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.codahale.metrics.MetricRegistry' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.datatype.guava.GuavaModule' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.module.afterburner.AfterburnerModule' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.hubspot.dropwizard.guice.GuiceBundle' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'io.dropwizard.Application' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'io.dropwizard.jackson.GuavaExtrasModule' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'io.dropwizard.metrics.MetricsFactory' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'io.dropwizard.setup.Bootstrap' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'io.dropwizard.setup.Environment' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 35
 Warning sizes LineLength Line is longer than 100 characters (found 128). 68
 Warning sizes LineLength Line is longer than 100 characters (found 124). 95
 Warning sizes LineLength Line is longer than 100 characters (found 112). 99
 Warning sizes LineLength Line is longer than 100 characters (found 107). 110
 Warning sizes LineLength Line is longer than 100 characters (found 113). 132
 Warning sizes LineLength Line is longer than 100 characters (found 105). 152

org/apache/streams/dropwizard/StreamsDropwizardConfiguration.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. 7
 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. 8
 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. 9
 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. 10
 Warning imports CustomImportOrder Import statement for 'io.dropwizard.Configuration' 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 '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. 12
 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. 13
 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. 14
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 20
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 59
 Warning sizes LineLength Line is longer than 100 characters (found 101). 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60

org/apache/streams/dropwizard/StreamsDropwizardModule.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.inject.AbstractModule' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. 24
 Warning imports CustomImportOrder Import statement for 'com.google.inject.Provides' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. 25
 Warning imports CustomImportOrder Import statement for 'com.google.inject.Singleton' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. 26