The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 8 | 0 | 14 | 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 | 0 | |
| UnusedImports | 4 | |
| FileLength | 0 | |
LineLength
| 1 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 2 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 1 | |
GenericIllegalRegexp
| 0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 4 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Variable 'insideMaskClause' must be private and have accessor methods. | 79 |
| Violation | Message | Line |
|---|---|---|
| Unused import - no.sesat.search.query.AndNotClause. | 21 | |
| Unused import - no.sesat.search.query.NotClause. | 25 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Parameter config should be final. | 34 | |
| Line is longer than 120 characters. | 41 | |
| Variable 'matchObject' should be declared final. | 41 | |
| Variable 'matchValue' should be declared final. | 44 | |
| Variable 'query' should be declared final. | 45 | |
| Variable 'query' should be declared final. | 70 |