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 15 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://"
8  Warning

Details

org/apache/streams/plugins/hbase/StreamsHbaseGenerationConfig.java

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

org/apache/streams/plugins/hbase/StreamsHbaseResourceGenerator.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 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. 43
 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. 44
 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. 45
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.util.schema.FileUtil.swapExtension' 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.writeFile' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 47
 Warning sizes LineLength Line is longer than 100 characters (found 138). 65
 Warning sizes LineLength Line is longer than 100 characters (found 108). 85
 Warning sizes LineLength Line is longer than 100 characters (found 105). 128
 Warning sizes LineLength Line is longer than 100 characters (found 107). 137
 Warning sizes LineLength Line is longer than 100 characters (found 101). 166

org/apache/streams/plugins/hbase/StreamsHbaseResourceGeneratorMojo.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 104). 47
 Warning sizes LineLength Line is longer than 100 characters (found 108). 93