The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 
| Files | |||
|---|---|---|---|
| 29 | 0 | 0 | 153 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| javadoc | JavadocMethod
|
16 | |
JavadocType
|
20 | ||
JavadocVariable
|
13 | ||
| misc | NewlineAtEndOfFile | 1 | |
| regexp | RegexpSingleline
|
46 | |
| sizes | FileLength
|
4 | |
LineLength
|
13 | ||
ParameterNumber
|
1 | ||
| whitespace | OperatorWrap | 4 | |
| WhitespaceAfter | 26 | ||
| WhitespaceAround | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| 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 |
|---|---|---|---|---|
| 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 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 268 |
| 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 | JavadocVariable | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 317 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). | 142 | |
| sizes | ParameterNumber | More than 4 parameters (found 5). | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
| 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 | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 34 |
| 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. | 44 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 487 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 364 | |
| blocks | EmptyBlock | Must have at least one statement. | 458 |
| 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 406 lines (max allowed is 300). | 1 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <EXTENDED_FINDER> tag. | 57 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <TYPE> tag. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 260 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 |
| 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 |