The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 2 | 0 | 8 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
LineLength
|
0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 1 | |
GenericIllegalRegexp
|
0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 0 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Files | I |
W |
E |
|---|---|---|---|
| no/sesat/commons/ref/ReferenceMap.java | 0 | 7 | 0 |
| no/sesat/commons/ref/package.html | 0 | 1 | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.lang.ref.*. | 20 | |
| 'cache' hides a field. | 48 | |
| switch without "default" clause. | 52 | |
| Name 'queue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| Name 'cleaner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 | |
| 'static' modifier out of order with the JLS suggestions. | 199 | |
| Parameter queue should be final. | 203 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |