The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
32 | 0 | 0 | 185 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | Error |
javadoc | JavadocMethod
|
32 | Error |
JavadocType
|
24 | Error | |
JavadocVariable
|
16 | Error | |
misc | FinalParameters | 1 | Error |
NewlineAtEndOfFile | 1 | Error | |
regexp | RegexpSingleline
|
44 | Error |
sizes | FileLength
|
6 | Error |
LineLength
|
20 | Error | |
ParameterNumber
|
1 | Error | |
whitespace | OperatorWrap | 4 | Error |
WhitespaceAfter | 27 | Error | |
WhitespaceAround | 8 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 301 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 101 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 113 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 61 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 80 |
Error | misc | FinalParameters | Parameter list2 should be final. | 80 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 426 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <TYPE> tag. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 80 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <TYPE> tag. | 83 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 144 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 158 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 358 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 319 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 309 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 38 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <K> tag. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 47 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 454 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <A> tag. | 57 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <B> tag. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 201 |
Error | sizes | ParameterNumber | More than 4 parameters (found 5). | 414 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 40 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <A> tag. | 48 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <B> tag. | 48 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <C> tag. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'map'. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'map'. | 63 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 69 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 70 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 71 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 488 lines (max allowed is 300). | 1 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 96 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 116 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 150 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 169 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 193 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 205 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 237 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 267 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 278 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 362 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 365 |
Error | blocks | EmptyBlock | Must have at least one statement. | 459 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <EXTENDED_FINDER> tag. | 52 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <TYPE> tag. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 395 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <EXTENDED_FINDER> tag. | 58 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <TYPE> tag. | 58 |
Error | sizes | LineLength | Line is longer than 120 characters (found 137). | 140 |
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 212 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 223 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 235 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 |
Error | sizes | LineLength | Line is longer than 120 characters (found 132). | 261 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 339 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |