The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
10 | 0 | 0 | 45 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
13 | Error |
JavadocType
|
4 | Error | |
sizes | FileLength
|
1 | Error |
LineLength
|
15 | Error | |
whitespace | EmptyForIteratorPad | 2 | Error |
NoWhitespaceAfter | 1 | Error | |
NoWhitespaceBefore | 2 | Error | |
ParenPad | 1 | Error | |
WhitespaceAfter | 4 | Error | |
WhitespaceAround | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 394 lines (max allowed is 300). | 1 |
Error | sizes | LineLength | Line is longer than 120 characters (found 131). | 82 |
Error | sizes | LineLength | Line is longer than 120 characters (found 131). | 108 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 126 |
Error | sizes | LineLength | Line is longer than 120 characters (found 125). | 127 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 147 |
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 148 |
Error | sizes | LineLength | Line is longer than 120 characters (found 133). | 152 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 191 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 192 |
Error | sizes | LineLength | Line is longer than 120 characters (found 129). | 231 |
Error | sizes | LineLength | Line is longer than 120 characters (found 131). | 232 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 252 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 253 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 345 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 345 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 353 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected an @return tag. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'total'. | 75 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'size'. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'notification'. | 95 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 96 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 120 characters (found 140). | 107 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | javadoc | JavadocMethod | Expected @param tag for 'notification'. | 122 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 123 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 139 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 139 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |