The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
21 | 0 | 0 | 203 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
30 | Error |
regexp | RegexpSingleline
|
93 | Error |
sizes | FileLength
|
1 | Error |
LineLength
|
14 | Error | |
ParameterNumber
|
2 | Error | |
whitespace | NoWhitespaceBefore | 1 | Error |
ParenPad | 2 | Error | |
WhitespaceAfter | 6 | Error | |
WhitespaceAround | 54 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 86 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 139 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 140 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 172 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'site'. | 62 |
Error | sizes | ParameterNumber | More than 4 parameters (found 7). | 82 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'view'. | 71 |
Error | javadoc | JavadocMethod | Expected @param tag for 'siteNode'. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'requestLocaleManager'. | 73 |
Error | javadoc | JavadocMethod | Expected @param tag for 'dao'. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timeProvider'. | 75 |
Error | sizes | ParameterNumber | More than 4 parameters (found 6). | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'view'. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'siteNode'. | 67 |
Error | javadoc | JavadocMethod | Expected @param tag for 'requestLocaleManager'. | 68 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modelFactory'. | 69 |
Error | javadoc | JavadocMethod | Expected @param tag for 'beanFactory'. | 70 |
Error | sizes | LineLength | Line is longer than 120 characters (found 129). | 75 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 318 lines (max allowed is 300). | 1 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 63 |
Error | sizes | LineLength | Line is longer than 120 characters (found 145). | 66 |
Error | sizes | LineLength | Line is longer than 120 characters (found 141). | 69 |
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 72 |
Error | sizes | LineLength | Line is longer than 120 characters (found 130). | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'siteNode'. | 126 |
Error | javadoc | JavadocMethod | Expected @param tag for 'view'. | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modelFactory'. | 128 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 196 |
Error | sizes | LineLength | Line is longer than 120 characters (found 130). | 211 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 |
Error | sizes | LineLength | Line is longer than 120 characters (found 140). | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocMethod | Unused @param tag for 'name'. | 47 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 |
Error | javadoc | JavadocMethod | Unused @param tag for 'name'. | 81 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 131). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 83 |