 
    
  
                        
                    
                
    
    
        The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| JavadocMethod 
 | 16 |  Warning | 
| JavadocType | 1 |  Warning | 
| JavadocVariable | 7 |  Warning | 
| JavadocStyle | 0 |  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 | 4 |  Warning | 
| IllegalImport | 0 |  Warning | 
| RedundantImport | 0 |  Warning | 
| UnusedImports | 2 |  Warning | 
| LineLength 
 | 2 |  Warning | 
| MethodLength | 0 |  Warning | 
| EmptyForIteratorPad | 0 |  Warning | 
| NoWhitespaceAfter 
 | 0 |  Warning | 
| NoWhitespaceBefore | 1 |  Warning | 
| OperatorWrap | 0 |  Warning | 
| ParenPad | 0 |  Warning | 
| TypecastParenPad | 0 |  Warning | 
| WhitespaceAfter | 2 |  Warning | 
| WhitespaceAround 
 | 8 |  Warning | 
| ModifierOrder | 0 |  Warning | 
| RedundantModifier | 1 |  Warning | 
| AvoidNestedBlocks | 0 |  Warning | 
| EmptyBlock | 0 |  Warning | 
| LeftCurly | 0 |  Warning | 
| NeedBraces | 1 |  Warning | 
| RightCurly | 0 |  Warning | 
| DoubleCheckedLocking | 0 |  Warning | 
| EmptyStatement | 0 |  Warning | 
| EqualsHashCode | 0 |  Warning | 
| IllegalInstantiation | 0 |  Warning | 
| InnerAssignment | 0 |  Warning | 
| MissingSwitchDefault | 0 |  Warning | 
| RedundantThrows | 15 |  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 
 | 0 |  Warning | 
| RegexpSingleline 
 | 8 |  Warning | 
| FileLength | 0 |  Warning | 
| FileTabCharacter | 1 |  Warning | 
| JavadocPackage | 11 |  Warning | 
| NewlineAtEndOfFile | 1 |  Warning | 
| Translation | 0 |  Warning | 
| 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 |