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. | 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 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 87 |
Error | sizes | LineLength | Line is longer than 120 characters (found 123). | 140 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 141 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 173 |
Error | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 174 |
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. | 53 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 63 |
Error | javadoc | JavadocMethod | Expected @param tag for 'site'. | 63 |
Error | sizes | ParameterNumber | More than 4 parameters (found 7). | 83 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'view'. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'siteNode'. | 73 |
Error | javadoc | JavadocMethod | Expected @param tag for 'requestLocaleManager'. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'dao'. | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timeProvider'. | 76 |
Error | sizes | ParameterNumber | More than 4 parameters (found 6). | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
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 319 lines (max allowed is 300). | 1 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 64 |
Error | sizes | LineLength | Line is longer than 120 characters (found 145). | 67 |
Error | sizes | LineLength | Line is longer than 120 characters (found 141). | 70 |
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 73 |
Error | sizes | LineLength | Line is longer than 120 characters (found 130). | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'siteNode'. | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'view'. | 128 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modelFactory'. | 129 |
Error | sizes | LineLength | Line is longer than 120 characters (found 133). | 212 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 226 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 257 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 279 |
Error | sizes | LineLength | Line is longer than 120 characters (found 140). | 308 |
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. | 62 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | javadoc | JavadocMethod | Unused @param tag for 'name'. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 131). | 105 |
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. | 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. | 66 |
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 |