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
2 0 4 0

Rules

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

Details

org/apache/streams/filters/VerbDefinitionDropFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 28
 Warning sizes LineLength Line is longer than 100 characters (found 103). 38

org/apache/streams/filters/VerbDefinitionKeepFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 28
 Warning sizes LineLength Line is longer than 100 characters (found 103). 38