Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
48000

Rules

RulesViolationsSeverity
JavadocType0error Error
JavadocMethod
  • allowMissingJavadoc: "true"
0error Error
JavadocStyle
  • checkEmptyJavadoc: "true"
0error Error
ConstantName0error Error
LocalFinalVariableName
  • format: "^[a-z][a-z]*([A-Z][a-z]+)*$"
0error Error
LocalVariableName
  • format: "^[a-z][a-z]*([A-Z][a-z]+)*$"
0error Error
MemberName
  • format: "^[a-z][a-z]+([A-Z][a-z]+)*$"
0error Error
MethodName
  • format: "^[a-z][a-z]+([A-Z][a-z]+)*$"
0error Error
PackageName
  • format: "^org.fuwjax.[a-z]+(\.[a-z]+)*$"
0error Error
ParameterName
  • format: "^[a-z][a-z]+([A-Z][a-z]+)*$"
0error Error
StaticVariableName
  • format: "^[a-z][a-z]+([A-Z][a-z]+)*$"
0error Error
TypeName
  • format: "^[A-Z][a-z]+([A-Z][a-z]+)*$"
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
ExecutableStatementCount
  • max: "20"
0error Error
FileLength
  • max: "400"
0error Error
LineLength
  • max: "120"
0error Error
MethodLength
  • max: "30"
0error Error
AnonInnerLength
  • max: "10"
0error Error
ParameterNumber
  • max: "3"
0error Error
MethodParamPad0error Error
NoWhitespaceBefore0error Error
NoWhitespaceAfter0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
0error Error
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_ASSERT, LITERAL_FINALLY, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
0error Error
ModifierOrder0error Error
RedundantModifier0error Error
EmptyBlock
  • option: "text"
0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0error Error
AvoidInlineConditionals0error Error
CovariantEquals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
FinalLocalVariable0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
IllegalToken0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
ModifiedControlVariable0error Error
RedundantThrows
  • allowUnchecked: "true"
0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
StringLiteralEquality0error Error
NestedIfDepth0error Error
NestedTryDepth0error Error
SuperClone0error Error
SuperFinalize0error Error
PackageDeclaration0error Error
DeclarationOrder0error Error
ParameterAssignment0error Error
ExplicitInitialization0error Error
DefaultComesLast0error Error
FallThrough0error Error
MultipleStringLiterals0error Error
MultipleVariableDeclarations0error Error
UnnecessaryParentheses0error Error
VisibilityModifier0error Error
FinalClass0error Error
InterfaceIsType0error Error
HideUtilityClassConstructor0error Error
MutableException0error Error
BooleanExpressionComplexity0error Error
ClassFanOutComplexity
  • max: "25"
0error Error
CyclomaticComplexity
  • max: "3"
0error Error
NPathComplexity0error Error
GenericIllegalRegexp
  • format: "System\.out"
0error Error
GenericIllegalRegexp
  • format: "System\.err"
0error Error
GenericIllegalRegexp
  • format: "printStackTrace"
0error Error
UncommentedMain0error Error
UpperEll0error Error
ArrayTypeStyle0error Error
FinalParameters0error Error

Files

Filesinfowarningerror

Details