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

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
1  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
13  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"
2  Warning

Details

org/apache/streams/plugins/StreamsScalaSourceGenerator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 114). 72
 Warning coding VariableDeclarationUsageDistance Distance between variable 'config' declaration and its first usage is 4, 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). 77
 Warning sizes LineLength Line is longer than 100 characters (found 102). 97
 Warning sizes LineLength Line is longer than 100 characters (found 115). 153
 Warning sizes LineLength Line is longer than 100 characters (found 108). 160
 Warning sizes LineLength Line is longer than 100 characters (found 108). 167
 Warning sizes LineLength Line is longer than 100 characters (found 116). 279
 Warning sizes LineLength Line is longer than 100 characters (found 163). 288
 Warning sizes LineLength Line is longer than 100 characters (found 102). 296
 Warning sizes LineLength Line is longer than 100 characters (found 106). 319
 Warning sizes LineLength Line is longer than 100 characters (found 179). 320
 Warning sizes LineLength Line is longer than 100 characters (found 113). 327
 Warning whitespace OperatorWrap '&&' should be on a new line. 368
 Warning whitespace OperatorWrap '&&' should be on a new line. 369

org/apache/streams/plugins/StreamsScalaSourceGeneratorMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.apache.maven.plugin.AbstractMojo' should be separated from previous import group. 23
 Warning sizes LineLength Line is longer than 100 characters (found 102). 47
 Warning sizes LineLength Line is longer than 100 characters (found 102). 80