Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
2 0 8 0

Rules

Rules Violations Severity
ConstantName 2 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
AvoidStarImport 1 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
LineLength
  • max: "120"
0 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 0 error Error
ModifierOrder 1 error Error
RedundantModifier 0 error Error
EmptyBlock 0 error Error
LeftCurly 0 error Error
NeedBraces 0 error Error
RightCurly 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MissingSwitchDefault 1 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 1 error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 error Error
UpperEll 0 error Error
FinalLocalVariable 0 error Error
PackageHtml 1 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error

Details

no/sesat/commons/ref/ReferenceMap.java

Violation Message Line
warning Using the '.*' form of import should be avoided - java.lang.ref.*. 20
warning 'cache' hides a field. 48
warning switch without "default" clause. 52
warning Name 'queue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
warning Name 'cleaner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
warning 'static' modifier out of order with the JLS suggestions. 199
warning Parameter queue should be final. 203

no/sesat/commons/ref/package.html

Violation Message Line
warning Missing package documentation file. 0