The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 2 | 7 | 5 | 3 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
JavadocMethod
| 3 | |
JavadocType
| 0 | |
JavadocVariable
| 0 | |
| JavadocStyle | 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 1 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
LineLength
| 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
GenericIllegalRegexp
| 7 | |
| UpperEll | 0 |
| Files | I | W | E |
|---|---|---|---|
| org/apache/myfaces/blank/HelloWorldBacking.java | 7 | 5 | 2 |
| org/apache/myfaces/blank/package.html | 0 | 0 | 1 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 2 | |
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 31 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 45 | |
| Expected an @return tag. | 49 |