The following document contains the results of Checkstyle. 
| Files | I |
W |
E |
|---|---|---|---|
| org/apache/tiles/extras/complete/CompleteAutoloadTilesContainerFactory.java | 0 | 2 | 0 |
| org/apache/tiles/extras/renderer/OptionsRenderer.java | 0 | 18 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
5 | |
| 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 | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
LineLength
|
0 | |
| MethodLength | 0 | |
| EmptyForIteratorPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
WhitespaceAround
|
2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
RegexpHeader
|
0 | |
RegexpSingleline
|
1 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
| JavadocPackage | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| 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 |