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 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod | 3 | Error |
JavadocType | 0 | Error |
JavadocVariable | 5 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 7 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 9 | Error |
WhitespaceAfter | 4 | Error |
WhitespaceAround | 18 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 1 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 3 | Error |
GenericIllegalRegexp
| 13 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
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 |