The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 29 | 0 | 66 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 2 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 4 | |
| FileLength | 0 | |
LineLength
| 6 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 6 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 10 | |
| RedundantModifier | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 5 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 6 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 22 | |
GenericIllegalRegexp
| 0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 1 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - no.sesat.search.query.Query. | 21 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| 'origin' hides a field. | 111 | |
| switch without "default" clause. | 117 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Set. | 22 | |
| Unused import - no.sesat.search.query.AndNotClause. | 26 | |
| Line is longer than 120 characters. | 167 | |
| Line is longer than 120 characters. | 173 |
| Violation | Message | Line |
|---|---|---|
| Parameter clause should be final. | 51 |
| Violation | Message | Line |
|---|---|---|
| Name 'EXECUTOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| Line is longer than 120 characters. | 46 | |
| Parameter callables should be final. | 59 | |
| '(' is followed by whitespace. | 63 | |
| '(' is followed by whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| Name 'EXECUTING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| Variable 'EXECUTING' must be private and have accessor methods. | 106 | |
| Parameter corePoolSize should be final. | 108 | |
| Parameter maximumPoolSize should be final. | 109 | |
| Parameter keepAliveTime should be final. | 110 | |
| Parameter unit should be final. | 111 | |
| Parameter workQueue should be final. | 112 |
| Violation | Message | Line |
|---|---|---|
| Unused import - no.sesat.search.query.Clause. | 25 |
| Violation | Message | Line |
|---|---|---|
| 'final' modifier out of order with the JLS suggestions. | 121 | |
| Variable 'context' must be private and have accessor methods. | 121 | |
| 'final' modifier out of order with the JLS suggestions. | 125 | |
| 'final' modifier out of order with the JLS suggestions. | 126 | |
| 'final' modifier out of order with the JLS suggestions. | 127 | |
| 'final' modifier out of order with the JLS suggestions. | 128 | |
| 'final' modifier out of order with the JLS suggestions. | 129 | |
| 'final' modifier out of order with the JLS suggestions. | 130 | |
| 'final' modifier out of order with the JLS suggestions. | 131 | |
| Variable 'untransformedQuery' must be private and have accessor methods. | 133 | |
| 'final' modifier out of order with the JLS suggestions. | 134 | |
| Variable 'datamodel' must be private and have accessor methods. | 134 | |
| 'final' modifier out of order with the JLS suggestions. | 135 | |
| Variable 'datamodelParameters' must be private and have accessor methods. | 135 | |
| Variable 'completed' must be private and have accessor methods. | 145 | |
| Parameter siteCxt should be final. | 227 | |
| Parameter resource should be final. | 227 | |
| Parameter builder should be final. | 227 | |
| Line is longer than 120 characters. | 230 | |
| Parameter siteCxt should be final. | 230 | |
| Parameter resource should be final. | 230 | |
| Parameter properties should be final. | 230 | |
| Parameter siteContext should be final. | 233 | |
| Parameter className should be final. | 233 | |
| Parameter jarFileName should be final. | 233 | |
| 'query' hides a field. | 279 | |
| 'queryBuilderContext' hides a field. | 427 | |
| 'datamodel' hides a field. | 461 | |
| 'query' hides a field. | 890 | |
| Redundant throws: 'SearchCommandException' is unchecked exception. | 968 | |
| '(' is followed by whitespace. | 969 | |
| ')' is preceded with whitespace. | 969 |
| Violation | Message | Line |
|---|---|---|
| Parameter e should be final. | 32 | |
| Parameter s should be final. | 42 | |
| Parameter e should be final. | 42 |
| Violation | Message | Line |
|---|---|---|
| Parameter callables should be final. | 59 |
| Violation | Message | Line |
|---|---|---|
| Parameter clause should be final. | 77 | |
| Variable 'wasInside' should be declared final. | 107 | |
| '(' is followed by whitespace. | 142 |
| Violation | Message | Line |
|---|---|---|
| Parameter config should be final. | 64 |