The following document contains the results of Checkstyle 9.3 with /home/runner/work/shardingsphere-doc/shardingsphere-doc/shardingsphere/src/resources/checkstyle.xml ruleset.
| Files | |||
|---|---|---|---|
| 2 | 0 | 2 | 0 |
| File | |||
|---|---|---|---|
| org/apache/shardingsphere/infra/connection/kernel/KernelProcessorTest.java | 0 | 2 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | ClassDataAbstractionCoupling
|
1 | |
| ClassFanOutComplexity | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 10) classes [CommonSQLStatementContext, ConfigurationProperties, HintValueContext, KernelProcessor, Property, QueryContext, RuleAttributes, RuleMetaData, SQLTranslatorContext, SelectStatement, ShardingSphereDatabase]. | 58 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 58 |