Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
0 0 0 0

Files

File  I  W  E

Rules

Rule Violations Severity
FileLength
  • max: "2500"
0  Warning
AvoidStarImport 0  Warning
IllegalImport 0  Warning
RedundantImport 0  Warning
UnusedImports 0  Warning
JavadocType
  • scope: "protected"
  • tokens: "CLASS_DEF,INTERFACE_DEF"
0  Warning
JavadocMethod
  • allowMissingParamTags: "false"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • tokens: "METHOD_DEF"
  • allowMissingReturnTag: "false"
  • allowMissingThrowsTags: "false"
0  Warning
JavadocVariable
  • scope: "protected"
0  Warning
LeftCurly
  • option: "eol"
0  Warning
NeedBraces 0  Warning
RightCurly
  • option: "alone"
0  Warning
EqualsHashCode 0  Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0  Warning
LocalFinalVariableName 0  Warning
LocalVariableName 0  Warning
StaticVariableName
  • format: "(^[A-Z0-9_]{0,19}$)"
0  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
0  Warning
TypeName
  • format: "(^[A-Z][a-zA-Z0-9]{0,19}$)"
0  Warning
MethodName
  • format: "(^[a-z][a-zA-Z0-9]{0,19}$)"
0  Warning
MemberName
  • format: "(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)"
0  Warning
ParameterName
  • format: "(^[a-z][a-zA-Z0-9_]{0,19}$)"
0  Warning
ConstantName
  • format: "(^[A-Z0-9_]{0,19}$)"
0  Warning
Indentation 0  Warning
SimplifyBooleanExpression 0  Warning
SimplifyBooleanReturn 0  Warning
FinalClass 0  Warning
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Warning
MultipleVariableDeclarations 0  Warning
ArrayTypeStyle 0  Warning
TodoComment 0  Warning
UpperEll 0  Warning
MissingSwitchDefault 0  Warning
FallThrough 0  Warning
ParameterNumber
  • max: "5"
0  Warning
LineLength
  • max: "200"
0  Warning
MethodLength
  • max: "400"
0  Warning
ModifierOrder 0  Warning
RedundantModifier 0  Warning
StringLiteralEquality 0  Warning
NestedIfDepth
  • max: "5"
0  Warning
NestedTryDepth
  • max: "3"
0  Warning
ReturnCount
  • max: "10"
  • format: "^$"
0  Warning

Details