Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
3 0 0 0

Files

Files Infos Warnings Errors

Rules

Rules Violations Severity
Translation 0 Errors Error
JavadocType
  • authorFormat: "\S"
0 Errors Error
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • allowUndeclaredRTE: "true"
  • excludeScope: "private"
0 Errors Error
JavadocVariable
  • excludeScope: "private"
0 Errors Error
JavadocStyle 0 Errors Error
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
0 Errors Error
TypeName 0 Errors Error
MemberName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName
  • format: "^[a-z][a-zA-Z0-9]*_$"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
ImportOrder
  • ordered: "true"
  • groups: "java,javax"
  • separated: "true"
0 Errors Error
LineLength
  • max: "120"
0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, QUESTION, SL, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
  • option: "eol"
0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad
  • option: "nospace"
0 Errors Error
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST"
0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly
  • maxLineLength: "120"
  • tokens: "CLASS_DEF, CTOR_DEF, INTERFACE_DEF, METHOD_DEF"
  • option: "eol"
0 Errors Error
LeftCurly
  • maxLineLength: "120"
  • tokens: "LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE"
  • option: "eol"
0 Errors Error
RightCurly
  • tokens: "LITERAL_CATCH, LITERAL_FINALLY, LITERAL_ELSE"
  • option: "alone"
0 Errors Error
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0 Errors Error
CovariantEquals 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
FinalLocalVariable
  • tokens: "PARAMETER_DEF, VARIABLE_DEF"
0 Errors Error
HiddenField
  • ignoreSetter: "true"
0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
ModifiedControlVariable 0 Errors Error
RedundantThrows
  • allowUnchecked: "true"
0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
IllegalCatch 0 Errors Error
IllegalThrows 0 Errors Error
PackageDeclaration 0 Errors Error
JUnitTestCase 0 Errors Error
DeclarationOrder 0 Errors Error
ParameterAssignment 0 Errors Error
ExplicitInitialization 0 Errors Error
DefaultComesLast 0 Errors Error
FallThrough 0 Errors Error
MultipleVariableDeclarations 0 Errors Error
UnnecessaryParentheses 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
MutableException 0 Errors Error
ClassFanOutComplexity
  • max: "21"
0 Errors Error
CyclomaticComplexity
  • max: "20"
0 Errors Error
NPathComplexity
  • max: "260"
0 Errors Error
TodoComment
  • format: "TODO"
0 Errors Error
UncommentedMain 0 Errors Error
UpperEll 0 Errors Error
ArrayTypeStyle 0 Errors Error
Indentation
  • caseIndent: "8"
  • basicOffset: "4"
  • braceAdjustment: "0"
0 Errors Error
TrailingComment 0 Errors Error

Details