The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 5 | 0 | 32 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 2 | |
| IllegalImport | 0 | |
| RedundantImport | 2 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
LineLength
| 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| TabCharacter | 15 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 10 | |
GenericIllegalRegexp
| 0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 0 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - no.sesat.search.result.*. | 19 | |
| Redundant import from the same package - no.sesat.search.result.*. | 19 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Parameter contentTitle should be final. | 50 | |
| Parameter author should be final. | 82 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Parameter blogTipsIcon should be final. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Parameter displayDate should be final. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Parameter url should be final. | 108 | |
| 'url' hides a field. | 108 | |
| Parameter body should be final. | 117 | |
| Parameter comments should be final. | 125 | |
| Parameter moreHits should be final. | 133 | |
| Parameter parentUrl should be final. | 141 | |
| Parameter title should be final. | 165 |