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
18 0 316 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
3  Warning
NeedBraces 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
60  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
172  Warning
javadoc NonEmptyAtclauseDescription 8  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
21  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
44  Warning
whitespace OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
2  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
5  Warning

Details

org/apache/streams/converter/ActivityConverterProcessor.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 119). 96

org/apache/streams/converter/ActivityConverterProcessorConfiguration.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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 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. 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.apache.streams.data.ActivityConverter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 20
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.data.DocumentClassifier' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 21
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 28
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 30
 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. 35
 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. 41
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 51
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 61
 Warning sizes LineLength Line is longer than 100 characters (found 106). 61
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 64
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 66
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' 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 'method def modifier' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning sizes LineLength Line is longer than 100 characters (found 103). 86
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 94
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 106
 Warning sizes LineLength Line is longer than 100 characters (found 102). 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 113
 Warning sizes LineLength Line is longer than 100 characters (found 118). 113
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' 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 104). 124
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 125
 Warning sizes LineLength Line is longer than 100 characters (found 173). 125
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 126

org/apache/streams/converter/ActivityConverterUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 28
 Warning sizes LineLength Line is longer than 100 characters (found 106). 74
 Warning sizes LineLength Line is longer than 100 characters (found 101). 124
 Warning sizes LineLength Line is longer than 100 characters (found 159). 163
 Warning sizes LineLength Line is longer than 100 characters (found 165). 177
 Warning sizes LineLength Line is longer than 100 characters (found 168). 181
 Warning sizes LineLength Line is longer than 100 characters (found 108). 203
 Warning sizes LineLength Line is longer than 100 characters (found 119). 238
 Warning sizes LineLength Line is longer than 100 characters (found 116). 249

org/apache/streams/converter/ActivityObjectConverterProcessor.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 103). 49
 Warning sizes LineLength Line is longer than 100 characters (found 104). 58
 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) 93
 Warning sizes LineLength Line is longer than 100 characters (found 131). 94

org/apache/streams/converter/ActivityObjectConverterProcessorConfiguration.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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 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. 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.apache.streams.data.ActivityObjectConverter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 20
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.data.DocumentClassifier' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 21
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 28
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 30
 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. 35
 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. 41
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 51
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 61
 Warning sizes LineLength Line is longer than 100 characters (found 112). 61
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 64
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 66
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' 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 'method def modifier' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning sizes LineLength Line is longer than 100 characters (found 115). 86
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 94
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 106
 Warning sizes LineLength Line is longer than 100 characters (found 108). 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 113
 Warning sizes LineLength Line is longer than 100 characters (found 118). 113
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' 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 116). 124
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 125
 Warning sizes LineLength Line is longer than 100 characters (found 173). 125
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 126

org/apache/streams/converter/ActivityObjectConverterUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 27
 Warning sizes LineLength Line is longer than 100 characters (found 118). 72
 Warning sizes LineLength Line is longer than 100 characters (found 102). 89
 Warning sizes LineLength Line is longer than 100 characters (found 101). 120
 Warning sizes LineLength Line is longer than 100 characters (found 104). 157
 Warning sizes LineLength Line is longer than 100 characters (found 159). 163
 Warning sizes LineLength Line is longer than 100 characters (found 108). 183
 Warning sizes LineLength Line is longer than 100 characters (found 119). 218
 Warning sizes LineLength Line is longer than 100 characters (found 128). 229
 Warning whitespace OperatorWrap '&&' should be on a new line. 242
 Warning whitespace OperatorWrap '||' should be on a new line. 243

org/apache/streams/converter/BaseDocumentClassifier.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.Activity'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.Activity'. 28

org/apache/streams/converter/BaseObjectNodeActivityConverter.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.Activity'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.Activity'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang.NotImplementedException' import. Should be before 'org.apache.streams.pojo.json.Activity'. 29
 Warning sizes LineLength Line is longer than 100 characters (found 102). 47

org/apache/streams/converter/BaseObjectNodeActivityObjectConverter.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'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 28
 Warning sizes LineLength Line is longer than 100 characters (found 104). 55

org/apache/streams/converter/BaseStringActivityConverter.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.Activity'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.pojo.json.Activity'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang.NotImplementedException' import. Should be before 'org.apache.streams.pojo.json.Activity'. 29
 Warning sizes LineLength Line is longer than 100 characters (found 102). 46

org/apache/streams/converter/BaseStringActivityObjectConverter.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'. 27

org/apache/streams/converter/HoconConverterProcessor.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 105). 76

org/apache/streams/converter/HoconConverterUtil.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'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.Config' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.ConfigFactory' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.ConfigObject' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.ConfigRenderOptions' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.ConfigValue' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 30
 Warning sizes LineLength Line is longer than 100 characters (found 109). 62
 Warning sizes LineLength Line is longer than 100 characters (found 101). 80
 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) 95
 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) 115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 127

org/apache/streams/converter/LineReadWriteConfiguration.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. 29
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 33
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 45
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 55
 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. 62
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 63
 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. 66
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 80
 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. 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. 91
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 95
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 105
 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 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 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 120
 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. 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 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. 147
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 153
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 163
 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 sizes LineLength Line is longer than 100 characters (found 156). 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 'if' have incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning sizes LineLength Line is longer than 100 characters (found 243). 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180

org/apache/streams/converter/LineReadWriteUtil.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'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 26
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Joiner' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 28
 Warning sizes LineLength Line is longer than 100 characters (found 109). 48
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 72
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 84
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 86
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 142
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 144
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 173
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 204
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 230
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 232

org/apache/streams/converter/TypeConverterProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 26
 Warning sizes LineLength Line is longer than 100 characters (found 108). 39
 Warning sizes LineLength Line is longer than 100 characters (found 118). 43

org/apache/streams/converter/TypeConverterUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 24
 Warning sizes LineLength Line is longer than 100 characters (found 105). 45
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 50
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 51
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 52
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 53
 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) 69