The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 4 | 0 | 0 | 66 |
| Files | I | W | E |
|---|---|---|---|
| net/sf/tacos/mixins/DateJS.java | 0 | 0 | 43 |
| net/sf/tacos/mixins/package.html | 0 | 0 | 1 |
| net/sf/tacos/services/TacosModule.java | 0 | 0 | 21 |
| net/sf/tacos/services/package.html | 0 | 0 | 1 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 3 | |
| JavadocType | 0 | |
| JavadocVariable | 5 | |
| 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 | 0 | |
| FileLength | 0 | |
| LineLength | 7 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 9 | |
| WhitespaceAfter | 4 | |
| WhitespaceAround | 18 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 1 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 3 | |
GenericIllegalRegexp
| 13 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Line is longer than 80 characters. | 14 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 20 | |
| Line is longer than 80 characters. | 24 | |
| ',' is not followed by whitespace. | 24 | |
| ',' is not followed by whitespace. | 24 | |
| '}' is not preceded with whitespace. | 24 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '=' is not preceded with whitespace. | 27 | |
| '=' is not followed by whitespace. | 27 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 41 | |
| Method 'afterRender' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter writer should be final. | 42 | |
| '{' is not preceded with whitespace. | 42 | |
| Line contains a tab character. | 43 | |
| 'if' is not followed by whitespace. | 43 | |
| '==' is not preceded with whitespace. | 43 | |
| '==' is not followed by whitespace. | 43 | |
| '{' is not preceded with whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| ',' is not followed by whitespace. | 46 | |
| ',' is not followed by whitespace. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 9 | |
| Utility classes should not have a public or default constructor. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter configuration should be final. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| Line has trailing spaces. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter configuration should be final. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '{' is not preceded with whitespace. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |