The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 29 | 0 | 42 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 1 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
LineLength
| 2 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 11 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 1 | |
| EmptyBlock | 1 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 9 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 4 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 4 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 5 | |
GenericIllegalRegexp
| 0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 1 | |
| PackageHtml | 0 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| 'private' modifier out of order with the JLS suggestions. | 107 | |
| Line is longer than 120 characters. | 126 | |
| Variable 'props' must be private and have accessor methods. | 144 | |
| Variable 'builder' must be private and have accessor methods. | 146 | |
| Variable 'document' must be private and have accessor methods. | 148 | |
| Variable 'jarFileName' must be private and have accessor methods. | 154 | |
| 'resource' hides a field. | 196 | |
| 'props' hides a field. | 196 | |
| 'resource' hides a field. | 204 | |
| 'builder' hides a field. | 204 | |
| Parameter className should be final. | 212 | |
| Parameter jarFileName should be final. | 212 | |
| 'jarFileName' hides a field. | 212 | |
| switch without "default" clause. | 245 | |
| '(' is followed by whitespace. | 269 | |
| ')' is preceded with whitespace. | 269 | |
| 'resource' hides a field. | 294 | |
| 'resource' hides a field. | 317 | |
| switch without "default" clause. | 355 | |
| switch without "default" clause. | 383 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| '(' is followed by whitespace. | 435 | |
| ')' is preceded with whitespace. | 435 |
| Violation | Message | Line |
|---|---|---|
| Parameter parents should be final. | 34 | |
| Must have at least one statement. | 53 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Hashtable. | 27 | |
| 'properties' hides a field. | 192 | |
| 'site' hides a field. | 200 |
| Violation | Message | Line |
|---|---|---|
| Parameter in should be final. | 198 | |
| Parameter ctx should be final. | 402 | |
| Variable 'site' should be declared final. | 407 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 59 |
| Violation | Message | Line |
|---|---|---|
| Redundant 'public' modifier. | 37 |
| Violation | Message | Line |
|---|---|---|
| ')' is preceded with whitespace. | 112 | |
| '(' is followed by whitespace. | 117 | |
| ')' is preceded with whitespace. | 117 | |
| ')' is preceded with whitespace. | 128 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - no.sesat.search.site.config.Spi. | 19 |
| Violation | Message | Line |
|---|---|---|
| ')' is preceded with whitespace. | 141 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| switch without "default" clause. | 138 |