The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
| File | |||
|---|---|---|---|
| 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 | |
| whitespace | FileTabCharacter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |