Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
39 0 3 0

Rules

Rules Violations Severity
PackageHtml 0 info Info
JavadocType
  • scope: "public"
3 warning Warning
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
  • scope: "protected"
  • allowMissingPropertyJavadoc: "true"
  • allowMissingJavadoc: "true"
0 warning Warning
ConstantName
  • format: "^[A-Z](_?[A-Z0-9]+)*$|logger"
0 warning Warning
LocalFinalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 warning Warning
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 warning Warning
MemberName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 warning Warning
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 warning Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9_]*)*$"
0 warning Warning
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 warning Warning
StaticVariableName
  • format: "^[A-Z](_?[A-Z0-9]+)*$"
0 warning Warning
TypeName
  • format: "^[A-Z][a-zA-Z0-9]*$"
0 warning Warning
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 warning Warning
UnusedImports 0 warning Warning
FileLength
  • max: "2700"
0 warning Warning
LineLength
  • max: "220"
0 info Info
MethodLength
  • max: "120"
0 warning Warning
ParameterNumber 0 warning Warning
EmptyForIteratorPad 0 warning Warning
NoWhitespaceAfter 0 warning Warning
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "DOT"
0 warning Warning
OperatorWrap
  • option: "eol"
  • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
0 warning Warning
ParenPad 0 warning Warning
WhitespaceAfter
  • tokens: "COMMA, SEMI"
0 warning Warning
RedundantModifier
  • tokens: "METHOD_DEF"
0 error Error
EmptyBlock
  • option: "text"
0 warning Warning
LeftCurly 0 warning Warning
RightCurly 0 warning Warning
NeedBraces 0 warning Warning
DoubleCheckedLocking 0 error Error
EqualsHashCode 0 error Error
IllegalInstantiation
  • classes: "java.lang.Boolean"
0 error Error
InnerAssignment 0 error Error
MagicNumber 0 warning Warning
MissingSwitchDefault 0 error Error
RedundantThrows
  • allowUnchecked: "true"
0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
VisibilityModifier 0 warning Warning
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
TodoComment
  • format: "WARNING"
0 error Error
UpperEll 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters
  • tokens: "CTOR_DEF"
0 error Error
GenericIllegalRegexp
  • format: "System\.out\.println"
0 warning Warning

Details

fr/fastconnect/wanblueprint/monitoring/WorkerSenderFactoryMBean.java

Violation Message Line
warning Missing a Javadoc comment. 21

fr/fastconnect/wanblueprint/monitoring/ReplicGatewayMBean.java

Violation Message Line
warning Missing a Javadoc comment. 21

fr/fastconnect/wanblueprint/monitoring/WorkerWriterFactoryMBean.java

Violation Message Line
warning Missing a Javadoc comment. 23