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