| Rules | Violations | Severity |
|---|
| Translation | 0 | Error |
| PackageHtml | 0 | Error |
| StrictDuplicateCode | 0 | Error |
JavadocType- authorFormat: ".+"
- scope: "private"
- versionFormat: "\$Id.*\$"
| 0 | Error |
JavadocMethod- allowMissingParamTags: "true"
- scope: "package"
- allowMissingReturnTag: "true"
- allowMissingThrowsTags: "true"
| 0 | Error |
| JavadocVariable | 0 | Error |
JavadocStyle- checkFirstSentence: "false"
- scope: "public"
| 0 | Error |
| ConstantName | 0 | Error |
| MethodName | 0 | Error |
| StaticVariableName | 0 | Error |
| LocalFinalVariableName | 0 | Error |
| LocalVariableName | 0 | Error |
| MemberName | 0 | Error |
PackageName- format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
| 0 | Error |
| ParameterName | 0 | Error |
| TypeName | 0 | Error |
Header- headerFile: "/Users/gluck/work/ehcache/core/target/checkstyle-header.txt"
| 0 | Error |
| AvoidStarImport | 0 | Error |
| IllegalImport | 0 | Error |
| RedundantImport | 0 | Error |
| UnusedImports | 0 | Error |
| FileLength | 0 | Error |
LineLength- ignorePattern: "^ *\* *"
- max: "140"
| 0 | Error |
MethodLength- tokens: "METHOD_DEF"
- max: "200"
| 0 | Error |
MethodLength- tokens: "CTOR_DEF"
- max: "60"
| 0 | Error |
ParameterNumber- tokens: "METHOD_DEF"
- max: "8"
| 0 | Error |
ParameterNumber- tokens: "CTOR_DEF"
- max: "8"
| 0 | Error |
| AnonInnerLength | 0 | Error |
ExecutableStatementCount- tokens: "CTOR_DEF, INSTANCE_INIT, STATIC_INIT"
- max: "20"
| 0 | Error |
| EmptyForInitializerPad | 0 | Error |
| EmptyForIteratorPad | 0 | Error |
| MethodParamPad | 0 | Error |
| NoWhitespaceAfter | 0 | Error |
| NoWhitespaceBefore | 0 | Error |
| ParenPad | 0 | Error |
| WhitespaceAfter | 0 | 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"
| 0 | Error |
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 | Error |
| TabCharacter | 0 | Error |
EmptyBlock- option: "text"
- tokens: "LITERAL_CATCH"
| 0 | Error |
EmptyBlock- tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, STATIC_INIT"
| 0 | Error |
| RightCurly | 0 | Error |
| LeftCurly | 0 | Error |
| NeedBraces | 0 | Error |
AvoidNestedBlocks- allowInSwitchCase: "true"
| 0 | Error |
| ArrayTrailingComma | 0 | Error |
| CovariantEquals | 0 | Error |
| DeclarationOrder | 0 | Error |
| ParameterAssignment | 0 | Error |
| ExplicitInitialization | 0 | Error |
| DefaultComesLast | 0 | Error |
| FallThrough | 0 | Error |
| MultipleVariableDeclarations | 0 | Error |
| DoubleCheckedLocking | 0 | Error |
| EmptyStatement | 0 | Error |
| HiddenField | 0 | Error |
IllegalInstantiation- classes: "java.lang.Boolean"
| 0 | Error |
IllegalTokenText- tokens: "NUM_INT,NUM_LONG"
- ignoreCase: "true"
- format: "^0[^lx]"
| 0 | Error |
IllegalType- tokens: "PARAMETER_DEF, METHOD_DEF"
- ignoredMethodNames: "getInstance"
| 0 | Error |
| InnerAssignment | 0 | Error |
| JUnitTestCase | 0 | Error |
| ReturnCount | 0 | Error |
| NestedIfDepth | 0 | Error |
| NestedTryDepth | 0 | Error |
| PackageDeclaration | 0 | Error |
| SimplifyBooleanExpression | 0 | Error |
| SimplifyBooleanReturn | 0 | Error |
| StringLiteralEquality | 0 | Error |
| SuperClone | 0 | Error |
| SuperFinalize | 0 | Error |
| MagicNumber | 0 | Error |
| EqualsHashCode | 0 | Error |
| IllegalInstantiation | 0 | Error |
| InnerAssignment | 0 | Error |
| MissingSwitchDefault | 0 | Error |
| FinalClass | 0 | Error |
| HideUtilityClassConstructor | 0 | Error |
| InterfaceIsType | 0 | Error |
| MutableException | 0 | Error |
| ThrowsCount | 0 | Error |
| VisibilityModifier | 0 | Error |
| BooleanExpressionComplexity | 0 | Error |
| ClassDataAbstractionCoupling | 0 | Error |
| ClassFanOutComplexity | 0 | Error |
| CyclomaticComplexity | 0 | Error |
| NPathComplexity | 0 | Error |
GenericIllegalRegexp- format: "System\.out\.println"
| 0 | Error |
GenericIllegalRegexp- format: "import org\.apache\.commons\.logging\.Log;"
| 0 | Error |
GenericIllegalRegexp- format: "[^entry]\\.getKey\\(\\)"
| 0 | Error |
GenericIllegalRegexp- format: "[^entry]\\.getValue\\(\\)"
| 0 | Error |
| ArrayTypeStyle | 0 | Error |
| TodoComment | 0 | Error |
| TrailingComment | 0 | Error |
| UpperEll | 0 | Error |