The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 18 | 0 | 36 | 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 | 6 | |
| FileLength | 0 | |
LineLength
| 5 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 2 | |
| ParenPad | 3 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| 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 | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 4 | |
GenericIllegalRegexp
| 0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 10 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 162 |
| Violation | Message | Line |
|---|---|---|
| Class GeoSearchUtil should be declared as final. | 36 | |
| Variable 'centerX' should be declared final. | 83 | |
| Variable 'centerY' should be declared final. | 84 | |
| Variable 'latLong' should be declared final. | 86 | |
| Variable 'centerPoint' should be declared final. | 90 | |
| Parameter requestParameters should be final. | 154 | |
| '||' should be on a new line. | 155 | |
| Line is longer than 120 characters. | 160 | |
| '||' should be on a new line. | 160 | |
| Variable 'restrictedRadius' should be declared final. | 181 | |
| Line is longer than 120 characters. | 184 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Variable 'tags' should be declared final. | 132 | |
| Variable 'categories' should be declared final. | 133 | |
| Variable 'lastDot' should be declared final. | 192 | |
| Parameter paramName should be final. | 224 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| 'restful' hides a field. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 123 | |
| Parameter paramName should be final. | 272 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 58 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 |
| Violation | Message | Line |
|---|---|---|
| Unused import - no.sesat.search.query.token.JepTokenEvaluator. | 22 |
| Violation | Message | Line |
|---|---|---|
| Variable 'numberOfTop3AdsToDisplay' should be declared final. | 127 | |
| Variable 'sDesc1' should be declared final. | 172 | |
| Parameter paramName should be final. | 226 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.concurrent.locks.ReentrantLock. | 24 | |
| Unused import - java.util.concurrent.locks.ReentrantReadWriteLock. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - no.sesat.search.query.AndNotClause. | 26 | |
| Unused import - no.sesat.search.query.NotClause. | 27 | |
| Unused import - no.sesat.search.query.token.TokenPredicate. | 28 | |
| Line is longer than 120 characters. | 121 | |
| File does not end with a newline. | 0 |