The following document contains the results of Checkstyle 7.2 with google_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
org/apache/streams/plugins/StreamsPojoSourceGenerator.java | 0 | 2 | 0 |
org/apache/streams/plugins/StreamsPojoSourceGeneratorMojo.java | 0 | 3 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | VariableDeclarationUsageDistance | 1 | Warning |
sizes | LineLength
|
4 | Warning |
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 |
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 |