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

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 1  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4  Warning

Details

org/apache/streams/plugins/StreamsPojoSourceGenerator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 132). 55
 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). 60

org/apache/streams/plugins/StreamsPojoSourceGeneratorMojo.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 101). 49
 Warning sizes LineLength Line is longer than 100 characters (found 108). 100
 Warning sizes LineLength Line is longer than 100 characters (found 116). 104