The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
com/hack23/cia/service/component/agent/api/DataAgentApi.java | 0 | 0 | 1 |
com/hack23/cia/service/component/agent/api/package-info.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
misc | NewlineAtEndOfFile | 1 | Error |
whitespace | FileTabCharacter | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |