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 31 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
9  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
1  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
21  Warning

Details

org/apache/streams/plugins/elasticsearch/StreamsElasticsearchGenerationConfig.java

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

org/apache/streams/plugins/elasticsearch/StreamsElasticsearchResourceGenerator.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.util.schema.SchemaStoreImpl'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang3.StringUtils' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. 33
 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. 49
 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. 50
 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. 51
 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. 52
 Warning sizes LineLength Line is longer than 100 characters (found 108). 56
 Warning sizes LineLength Line is longer than 100 characters (found 154). 72
 Warning sizes LineLength Line is longer than 100 characters (found 132). 92
 Warning sizes LineLength Line is longer than 100 characters (found 105). 135
 Warning sizes LineLength Line is longer than 100 characters (found 122). 189
 Warning sizes LineLength Line is longer than 100 characters (found 138). 202
 Warning sizes LineLength Line is longer than 100 characters (found 141). 211
 Warning sizes LineLength Line is longer than 100 characters (found 129). 237
 Warning sizes LineLength Line is longer than 100 characters (found 138). 267
 Warning sizes LineLength Line is longer than 100 characters (found 118). 278
 Warning sizes LineLength Line is longer than 100 characters (found 118). 292
 Warning sizes LineLength Line is longer than 100 characters (found 132). 311
 Warning sizes LineLength Line is longer than 100 characters (found 127). 327
 Warning sizes LineLength Line is longer than 100 characters (found 131). 349
 Warning sizes LineLength Line is longer than 100 characters (found 103). 360
 Warning sizes LineLength Line is longer than 100 characters (found 124). 362
 Warning sizes LineLength Line is longer than 100 characters (found 125). 369

org/apache/streams/plugins/elasticsearch/StreamsElasticsearchResourceGeneratorMojo.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 112). 45
 Warning sizes LineLength Line is longer than 100 characters (found 105). 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning sizes LineLength Line is longer than 100 characters (found 132). 86