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
3 0 27 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
7  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
20  Warning

Details

org/apache/streams/plugins/cassandra/StreamsCassandraGenerationConfig.java

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

org/apache/streams/plugins/cassandra/StreamsCassandraResourceGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 30
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.util.schema.FileUtil.dropExtension' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 46
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.util.schema.FileUtil.dropSourcePathPrefix' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 47
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.util.schema.FileUtil.resolveRecursive' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 48
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.util.schema.FileUtil.writeFile' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 49
 Warning sizes LineLength Line is longer than 100 characters (found 104). 56
 Warning sizes LineLength Line is longer than 100 characters (found 146). 70
 Warning sizes LineLength Line is longer than 100 characters (found 120). 90
 Warning sizes LineLength Line is longer than 100 characters (found 105). 135
 Warning sizes LineLength Line is longer than 100 characters (found 122). 179
 Warning sizes LineLength Line is longer than 100 characters (found 138). 192
 Warning sizes LineLength Line is longer than 100 characters (found 141). 201
 Warning sizes LineLength Line is longer than 100 characters (found 129). 227
 Warning sizes LineLength Line is longer than 100 characters (found 138). 257
 Warning sizes LineLength Line is longer than 100 characters (found 118). 268
 Warning sizes LineLength Line is longer than 100 characters (found 118). 282
 Warning sizes LineLength Line is longer than 100 characters (found 132). 301
 Warning sizes LineLength Line is longer than 100 characters (found 127). 317
 Warning sizes LineLength Line is longer than 100 characters (found 131). 339
 Warning sizes LineLength Line is longer than 100 characters (found 103). 350
 Warning sizes LineLength Line is longer than 100 characters (found 124). 352
 Warning sizes LineLength Line is longer than 100 characters (found 125). 359

org/apache/streams/plugins/cassandra/StreamsCassandraResourceGeneratorMojo.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 108). 54
 Warning sizes LineLength Line is longer than 100 characters (found 120). 91