The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
| File | |||
|---|---|---|---|
| com/hack23/cia/model/common/api/ModelObject.java | 0 | 0 | 2 |
| com/hack23/cia/model/common/api/package-info.java | 0 | 0 | 1 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| misc | NewlineAtEndOfFile | 1 | |
| sizes | LineLength | 1 | |
| whitespace | FileTabCharacter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |