The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
16 | |
| JavadocType | 1 | |
| JavadocVariable | 7 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 4 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
LineLength
|
2 | |
| MethodLength | 0 | |
| EmptyForIteratorPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
WhitespaceAround
|
8 | |
| ModifierOrder | 0 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 1 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 15 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
RegexpHeader
|
0 | |
RegexpSingleline
|
8 | |
| FileLength | 0 | |
| FileTabCharacter | 1 | |
| JavadocPackage | 11 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. | 24 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. | 24 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. | 23 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 86 | |
| Expected @param tag for 'applicationContext'. | 90 | |
| Missing a Javadoc comment. | 95 | |
| 'for' is not followed by whitespace. | 98 | |
| 'if' is not followed by whitespace. | 99 | |
| Missing a Javadoc comment. | 106 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'applicationContext'. | 88 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| 'if' is not followed by whitespace. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 109 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 114 | |
| Expected @param tag for 'customizationKey'. | 118 | |
| 'if' construct must use '{}'s. | 119 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 64 | |
| Redundant 'public' modifier. | 67 | |
| Expected @param tag for 'customizationKey'. | 67 |
| Violation | Message | Line |
|---|---|---|
| 'for' is not followed by whitespace. | 219 | |
| ';' is preceded with whitespace. | 219 | |
| Missing a Javadoc comment. | 236 | |
| 'for' is not followed by whitespace. | 238 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.InputStream. | 24 | |
| Unused import - org.apache.tiles.request.servlet.ServletUtil. | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 166 | |
| ',' is not followed by whitespace. | 170 | |
| Line has trailing spaces. | 171 | |
| ',' is not followed by whitespace. | 175 | |
| Missing a Javadoc comment. | 192 | |
| Missing a Javadoc comment. | 196 | |
| Missing a Javadoc comment. | 200 | |
| '{' is not followed by whitespace. | 200 | |
| '}' is not preceded with whitespace. | 200 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for @throws tag 'CannotRenderException'. | 386 | |
| Unused @throws tag for 'CannotRenderException'. | 386 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for JspException. | 180 | |
| Line has trailing spaces. | 189 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for OgnlException. | 60 | |
| Unable to get class information for OgnlException. | 68 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for OgnlException. | 73 | |
| Unable to get class information for OgnlException. | 81 |
| Violation | Message | Line |
|---|---|---|
| 'if' is not followed by whitespace. | 178 | |
| File contains tab characters (this is the first instance). | 179 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 120 characters. | 51 | |
| Line is longer than 120 characters. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Unable to get class information for ServletException. | 46 | |
| Unable to get class information for ServletException. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Unable to get class information for PortletException. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Unable to get class information for ServletException. | 53 | |
| Unable to get class information for ServletException. | 69 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for ServletException. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for ServletException. | 127 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for ServletException. | 145 | |
| Unable to get class information for ServletException. | 214 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for ServletException. | 72 |