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 25 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://"
18  Warning

Details

org/apache/streams/plugins/pig/StreamsPigGenerationConfig.java

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

org/apache/streams/plugins/pig/StreamsPigResourceGenerator.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'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 31
 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. 45
 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. 46
 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. 47
 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. 48
 Warning sizes LineLength Line is longer than 100 characters (found 134). 77
 Warning sizes LineLength Line is longer than 100 characters (found 102). 97
 Warning sizes LineLength Line is longer than 100 characters (found 105). 140
 Warning sizes LineLength Line is longer than 100 characters (found 107). 149
 Warning sizes LineLength Line is longer than 100 characters (found 122). 180
 Warning sizes LineLength Line is longer than 100 characters (found 132). 188
 Warning sizes LineLength Line is longer than 100 characters (found 131). 204
 Warning sizes LineLength Line is longer than 100 characters (found 101). 211
 Warning sizes LineLength Line is longer than 100 characters (found 135). 213
 Warning sizes LineLength Line is longer than 100 characters (found 125). 220
 Warning sizes LineLength Line is longer than 100 characters (found 138). 233
 Warning sizes LineLength Line is longer than 100 characters (found 141). 242
 Warning sizes LineLength Line is longer than 100 characters (found 138). 269
 Warning sizes LineLength Line is longer than 100 characters (found 140). 282
 Warning sizes LineLength Line is longer than 100 characters (found 145). 297

org/apache/streams/plugins/pig/StreamsPigResourceGeneratorMojo.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 102). 47
 Warning sizes LineLength Line is longer than 100 characters (found 102). 84