Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
161000

Files

FilesInfosWarningsErrors

Rules

RulesViolationsSeverity
Translation0Errors Error
PackageHtml0Errors Error
StrictDuplicateCode
  • min: "30"
0Errors Error
JavadocType
  • scope: "private"
  • authorFormat: ".+"
0Errors Error
JavadocMethod
  • allowMissingParamTags: "true"
  • scope: "package"
  • allowMissingReturnTag: "true"
  • allowMissingThrowsTags: "true"
0Errors Error
JavadocVariable
  • scope: "package"
0Errors Error
JavadocStyle
  • scope: "public"
  • checkFirstSentence: "false"
0Errors Error
ConstantName0Errors Error
MethodName0Errors Error
StaticVariableName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
0Errors Error
ParameterName0Errors Error
TypeName0Errors Error
Header
  • headerFile: "/Users/gluck/work/ehcache/core/target/checkstyle-header.txt"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
FileLength
  • max: "1400"
0Errors Error
LineLength
  • max: "140"
  • ignorePattern: "^ *\* *"
0Errors Error
MethodLength
  • max: "200"
  • tokens: "METHOD_DEF"
0Errors Error
MethodLength
  • max: "60"
  • tokens: "CTOR_DEF"
0Errors Error
ParameterNumber
  • max: "8"
  • tokens: "METHOD_DEF"
0Errors Error
ParameterNumber
  • max: "12"
  • tokens: "CTOR_DEF"
0Errors Error
AnonInnerLength
  • max: "20"
0Errors Error
ExecutableStatementCount
  • max: "20"
  • tokens: "CTOR_DEF, INSTANCE_INIT, STATIC_INIT"
0Errors Error
EmptyForInitializerPad0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter
  • allowLineBreaks: "false"
0Errors Error
NoWhitespaceBefore
  • allowLineBreaks: "false"
0Errors Error
ParenPad0Errors Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
0Errors 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"
0Errors Error
OperatorWrap
  • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
  • option: "eol"
0Errors Error
TabCharacter0Errors Error
EmptyBlock
  • tokens: "LITERAL_CATCH"
  • option: "text"
0Errors Error
EmptyBlock
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, STATIC_INIT"
0Errors Error
RightCurly
  • option: "same"
0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0Errors Error
ArrayTrailingComma0Errors Error
CovariantEquals0Errors Error
DeclarationOrder0Errors Error
ParameterAssignment0Errors Error
ExplicitInitialization0Errors Error
DefaultComesLast0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
HiddenField
  • tokens: "VARIABLE_DEF"
0Errors Error
IllegalInstantiation
  • classes: "java.lang.Boolean"
0Errors Error
IllegalTokenText
  • tokens: "NUM_INT,NUM_LONG"
  • format: "^0[^lx]"
  • ignoreCase: "true"
0Errors Error
IllegalType
  • tokens: "PARAMETER_DEF, METHOD_DEF"
  • ignoredMethodNames: "getInstance"
0Errors Error
InnerAssignment0Errors Error
JUnitTestCase0Errors Error
ReturnCount
  • max: "5"
0Errors Error
NestedIfDepth
  • max: "2"
0Errors Error
NestedTryDepth
  • max: "2"
0Errors Error
PackageDeclaration0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
MagicNumber0Errors Error
EqualsHashCode0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
FinalClass0Errors Error
InterfaceIsType0Errors Error
MutableException0Errors Error
ThrowsCount
  • max: "3"
0Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0Errors Error
BooleanExpressionComplexity
  • max: "4"
0Errors Error
ClassDataAbstractionCoupling
  • max: "15"
0Errors Error
ClassFanOutComplexity
  • max: "40"
0Errors Error
CyclomaticComplexity
  • max: "12"
0Errors Error
NPathComplexity
  • max: "50"
0Errors Error
GenericIllegalRegexp
  • format: "System\.out\.println"
0Errors Error
GenericIllegalRegexp
  • format: "import org\.apache\.commons\.logging\.Log;"
0Errors Error
GenericIllegalRegexp
  • format: "[^entry]\\.getKey\\(\\)"
0Errors Error
GenericIllegalRegexp
  • format: "[^entry]\\.getValue\\(\\)"
0Errors Error
ArrayTypeStyle0Errors Error
TodoComment0Errors Error
TrailingComment0Errors Error
UpperEll0Errors Error

Details