kemitix-checkstyle-ruleset/5.complexity.txt

33 lines
656 B
Text
Raw Normal View History

- AnonInnerLength
- AvoidInlineConditionals
- AvoidNestedBlocks
- AvoidStaticImport
- BooleanExpressionComplexity
- ClassDataAbstractionCoupling
- ClassFanOutComplexity
- CovariantEquals
- CyclomaticComplexity
- DesignForExtension
- EqualsHashCode
- ExecutableStatementCount
- FileLength
- FinalClass
- InterfaceIsType
- JavaNCSS
- MethodCount
- MethodLength
- NestedForDepth
- NestedIfDepth
- NestedTryDepth
- NPathComplexity
- ReturnCount
- SimplifyBooleanExpression
- SimplifyBooleanReturn
- ThrowsCount
- ConfusingCondition
- ConstructorWithoutParams
- ForbidReturnInFinallyBlock
- ForbidWildcardAsReturnType
- MapIterationInForEachLoop
- NestedSwitch