The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod
|
29 | Warning |
JavadocType | 2 | Warning |
JavadocVariable | 18 | Warning |
JavadocStyle | 5 | Warning |
ConstantName | 0 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName | 0 | Warning |
MethodName | 0 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
StaticVariableName | 0 | Warning |
TypeName | 0 | Warning |
AvoidStarImport | 5 | Warning |
IllegalImport | 0 | Warning |
RedundantImport | 0 | Warning |
UnusedImports | 4 | Warning |
LineLength
|
15 | Warning |
MethodLength | 0 | Warning |
EmptyForIteratorPad | 0 | Warning |
NoWhitespaceAfter
|
0 | Warning |
NoWhitespaceBefore | 0 | Warning |
OperatorWrap | 0 | Warning |
ParenPad | 0 | Warning |
TypecastParenPad | 0 | Warning |
WhitespaceAfter | 7 | Warning |
WhitespaceAround
|
71 | Warning |
ModifierOrder | 0 | Warning |
RedundantModifier | 3 | Warning |
AvoidNestedBlocks | 0 | Warning |
EmptyBlock | 0 | Warning |
LeftCurly | 0 | Warning |
NeedBraces | 9 | Warning |
RightCurly | 0 | Warning |
DoubleCheckedLocking | 0 | Warning |
EmptyStatement | 0 | Warning |
EqualsHashCode | 0 | Warning |
IllegalInstantiation | 0 | Warning |
InnerAssignment | 0 | Warning |
MissingSwitchDefault | 0 | Warning |
RedundantThrows | 1 | Warning |
SimplifyBooleanExpression | 0 | Warning |
SimplifyBooleanReturn | 0 | Warning |
FinalClass | 0 | Warning |
HideUtilityClassConstructor | 0 | Warning |
InterfaceIsType | 0 | Warning |
VisibilityModifier
|
0 | Warning |
ArrayTypeStyle | 0 | Warning |
TodoComment | 0 | Warning |
UpperEll | 0 | Warning |
RegexpHeader
|
1 | Warning |
RegexpSingleline
|
30 | Warning |
FileLength | 0 | Warning |
FileTabCharacter | 0 | Warning |
JavadocPackage | 1 | Warning |
NewlineAtEndOfFile | 1 | Warning |
Translation | 0 | Warning |
Violation | Message | Line |
---|---|---|
Unused import - java.util.List. | 24 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 79 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.Collections. | 28 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.Collections. | 27 | |
Line is longer than 120 characters. | 37 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 41 | |
Redundant 'static' modifier. | 42 | |
First sentence should end with a period. | 44 | |
Redundant 'static' modifier. | 45 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.tiles.request.collection.CollectionUtil.*. | 23 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.tiles.request.collection.CollectionUtil.*. | 23 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.tiles.request.collection.CollectionUtil.*. | 23 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.tiles.request.collection.CollectionUtil.*. | 23 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.tiles.request.collection.CollectionUtil.*. | 23 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 65 | |
'cast' is not followed by whitespace. | 69 |
Violation | Message | Line |
---|---|---|
Expected @param tag for '<T>'. | 49 | |
Expected @param tag for 'type'. | 49 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 89 |
Violation | Message | Line |
---|---|---|
Unable to get class information for ServletException. | 65 |
Violation | Message | Line |
---|---|---|
'if' is not followed by whitespace. | 204 | |
'{' is not preceded with whitespace. | 204 | |
'else' is not preceded with whitespace. | 206 | |
'}' is not followed by whitespace. | 206 | |
'if' is not followed by whitespace. | 206 | |
'{' is not preceded with whitespace. | 206 | |
'else' is not preceded with whitespace. | 208 | |
'}' is not followed by whitespace. | 208 | |
'if' is not followed by whitespace. | 208 | |
'{' is not preceded with whitespace. | 208 | |
'else' is not preceded with whitespace. | 210 | |
'}' is not followed by whitespace. | 210 | |
'if' is not followed by whitespace. | 210 | |
'{' is not preceded with whitespace. | 210 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 38 | |
Line is longer than 120 characters. | 46 | |
Line is longer than 120 characters. | 59 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.List. | 26 | |
Missing a Javadoc comment. | 51 | |
Redundant 'final' modifier. | 135 | |
'if' construct must use '{}'s. | 179 | |
'if' construct must use '{}'s. | 181 | |
'if' construct must use '{}'s. | 183 | |
'if' construct must use '{}'s. | 187 | |
'if' construct must use '{}'s. | 189 | |
'if' construct must use '{}'s. | 192 | |
'if' construct must use '{}'s. | 194 | |
'if' construct must use '{}'s. | 197 | |
'if' construct must use '{}'s. | 199 | |
Missing a Javadoc comment. | 204 | |
Missing a Javadoc comment. | 248 | |
Missing a Javadoc comment. | 250 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 120 characters. | 65 | |
Line is longer than 120 characters. | 66 | |
Line is longer than 120 characters. | 69 | |
Line is longer than 120 characters. | 70 | |
Line is longer than 120 characters. | 71 | |
Line is longer than 120 characters. | 72 | |
Line is longer than 120 characters. | 73 | |
Line is longer than 120 characters. | 79 | |
Line is longer than 120 characters. | 82 | |
Line is longer than 120 characters. | 83 | |
Missing a Javadoc comment. | 108 | |
First sentence should end with a period. | 116 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 207 | |
'{' is not preceded with whitespace. | 207 | |
Missing a Javadoc comment. | 211 | |
'{' is not preceded with whitespace. | 211 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
First sentence should end with a period. | 53 | |
'{' is not preceded with whitespace. | 54 | |
Missing a Javadoc comment. | 58 | |
'catch' is not followed by whitespace. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 84 | |
',' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 85 | |
',' is not followed by whitespace. | 85 | |
'-' is not followed by whitespace. | 87 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line does not match expected header line of ' \*\s*\$Id.*\$'. | 2 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
',' is not followed by whitespace. | 28 | |
Missing a Javadoc comment. | 30 | |
',' is not followed by whitespace. | 30 | |
'cast' is not followed by whitespace. | 41 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Unclosed HTML tag found: <ul> | 32 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 62 | |
'if' is not followed by whitespace. | 326 | |
'{' is not preceded with whitespace. | 326 | |
'else' is not preceded with whitespace. | 328 | |
'}' is not followed by whitespace. | 328 | |
'if' is not followed by whitespace. | 328 | |
'{' is not preceded with whitespace. | 328 | |
'else' is not preceded with whitespace. | 330 | |
'}' is not followed by whitespace. | 330 | |
'if' is not followed by whitespace. | 330 | |
'{' is not preceded with whitespace. | 330 | |
'else' is not preceded with whitespace. | 332 | |
'}' is not followed by whitespace. | 332 | |
'if' is not followed by whitespace. | 332 | |
'{' is not preceded with whitespace. | 332 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Expected @param tag for 'template'. | 39 | |
Expected @param tag for 'request'. | 39 | |
Expected @throws tag for 'IOException'. | 39 | |
Expected @param tag for 'template'. | 41 | |
Expected @param tag for 'request'. | 41 | |
Expected @throws tag for 'IOException'. | 41 | |
Expected @param tag for 'ex'. | 43 | |
Expected @param tag for 'request'. | 43 | |
Expected @throws tag for 'IOException'. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
'{' is not preceded with whitespace. | 50 | |
'try' is not followed by whitespace. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'for' is not followed by whitespace. | 60 | |
'{' is not preceded with whitespace. | 60 | |
'catch' is not preceded with whitespace. | 64 | |
'}' is not followed by whitespace. | 64 | |
'catch' is not followed by whitespace. | 64 | |
'{' is not preceded with whitespace. | 64 | |
'finally' is not preceded with whitespace. | 66 | |
'}' is not followed by whitespace. | 66 | |
'finally' is not followed by whitespace. | 66 | |
'{' is not preceded with whitespace. | 66 | |
'for' is not followed by whitespace. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Missing a Javadoc comment. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Missing a Javadoc comment. | 85 | |
'{' is not preceded with whitespace. | 85 | |
'for' is not followed by whitespace. | 88 | |
'{' is not preceded with whitespace. | 88 | |
'try' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
'catch' is not preceded with whitespace. | 92 | |
'}' is not followed by whitespace. | 92 | |
'catch' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
'if' is not followed by whitespace. | 97 | |
'{' is not preceded with whitespace. | 97 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 31 |
Violation | Message | Line |
---|---|---|
'if' is not followed by whitespace. | 187 | |
'{' is not preceded with whitespace. | 187 | |
'else' is not preceded with whitespace. | 189 | |
'}' is not followed by whitespace. | 189 | |
'if' is not followed by whitespace. | 189 | |
'{' is not preceded with whitespace. | 189 | |
'else' is not preceded with whitespace. | 191 | |
'}' is not followed by whitespace. | 191 | |
'if' is not followed by whitespace. | 191 | |
'{' is not preceded with whitespace. | 191 | |
Missing a Javadoc comment. | 308 | |
Missing a Javadoc comment. | 312 |