The following document contains the results of Checkstyle. 
| Files | I |
W |
E |
|---|---|---|---|
| org/apache/tiles/request/mustache/MustacheRenderer.java | 0 | 14 | 0 |
| org/apache/tiles/request/mustache/MustacheScopeExtractor.java | 0 | 8 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
5 | |
| JavadocType | 1 | |
| JavadocVariable | 4 | |
| JavadocStyle | 1 | |
| 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 | 0 | |
LineLength
|
0 | |
| MethodLength | 0 | |
| EmptyForIteratorPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 6 | |
WhitespaceAround
|
3 | |
| 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
|
1 | |
RegexpSingleline
|
0 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
| JavadocPackage | 0 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 |
| 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 |