The following document contains the results of Checkstyle 7.2 with google_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
7 | Warning |
sizes | LineLength
|
8 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. | 28 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.util.schema.SchemaStoreImpl'. | 29 |
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. | 43 |
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. | 44 |
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. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.streams.util.schema.FileUtil.swapExtension' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 |
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. | 47 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 138). | 65 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 85 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 128 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 137 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 47 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 93 |