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
5 0 216 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
1  Warning
NeedBraces 1  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
1  Warning
RightCurly 1  Warning
coding VariableDeclarationUsageDistance 2  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
15  Warning
indentation CommentsIndentation 1  Warning
Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
135  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
3  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
11  Warning
modifier ModifierOrder 3  Warning
naming CatchParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
11  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"
10  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
21  Warning

Details

com/peoplepattern/streams/neo4j/bolt/Neo4jBoltConfiguration.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 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. 35
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 82
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 95
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 132
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 157
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning sizes LineLength Line is longer than 100 characters (found 155). 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 206
 Warning sizes LineLength Line is longer than 100 characters (found 238). 206
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 207

org/apache/streams/neo4j/CypherQueryGraphHelper.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'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 27
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 40
 Warning sizes LineLength Line is longer than 100 characters (found 104). 49
 Warning sizes LineLength Line is longer than 100 characters (found 101). 50
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 53
 Warning whitespace OperatorWrap '+' should be on a new line. 53
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 53
 Warning whitespace OperatorWrap '+' should be on a new line. 54
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 54
 Warning whitespace OperatorWrap '+' should be on a new line. 55
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 55
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Warning whitespace OperatorWrap '+' should be on a new line. 58
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 58
 Warning whitespace OperatorWrap '+' should be on a new line. 59
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 59
 Warning whitespace OperatorWrap '+' should be on a new line. 60
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 60
 Warning sizes LineLength Line is longer than 100 characters (found 124). 63
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Warning whitespace OperatorWrap '+' should be on a new line. 63
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 63
 Warning whitespace OperatorWrap '+' should be on a new line. 64
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning coding VariableDeclarationUsageDistance Distance between variable 'queryPlusParameters' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 153
 Warning coding VariableDeclarationUsageDistance Distance between variable 'queryPlusParameters' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 183
 Warning sizes LineLength Line is longer than 100 characters (found 118). 197
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 219
 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) 220
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 235
 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) 236
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 253
 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) 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 256
 Warning sizes LineLength Line is longer than 100 characters (found 102). 272

org/apache/streams/neo4j/bolt/Neo4jBoltClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.peoplepattern.streams.neo4j.bolt.Neo4jBoltConfiguration' should be separated from previous import group. 4
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 30
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 30
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' 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 sizes LineLength Line is longer than 100 characters (found 144). 36
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning blocks NeedBraces 'if' construct must use '{}'s. 39
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 39
 Warning whitespace OperatorWrap '&&' should be on a new line. 39
 Warning whitespace OperatorWrap '&&' should be on a new line. 40
 Warning indentation Indentation 'if rparen' have incorrect indentation level 16, expected level should be 4. 42
 Warning indentation Indentation 'else' have incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 46
 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) 46
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'else rcurly' 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning indentation Indentation 'method def' child 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 call rparen' have incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 65
 Warning sizes LineLength Line is longer than 100 characters (found 107). 65
 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) 65
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 69
 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
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 70
 Warning sizes LineLength Line is longer than 100 characters (found 105). 70
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 72
 Warning sizes LineLength Line is longer than 100 characters (found 116). 72
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 75. 82
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 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. 97
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 98

org/apache/streams/neo4j/bolt/Neo4jBoltPersistWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.peoplepattern.streams.neo4j.bolt.Neo4jBoltConfiguration' import. Should be before 'org.apache.streams.pojo.json.ActivityObject'. 9
 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) 40
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 42
 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) 44

org/apache/streams/neo4j/http/Neo4jHttpGraphHelper.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