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 | Info | Warnings | Errors |
---|---|---|---|
4 | 0 | 2 | 0 |
File | I | W | E |
---|---|---|---|
org/apache/shardingsphere/mask/distsql/parser/core/MaskDistSQLStatementVisitor.java | 0 | 2 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
metrics | ClassDataAbstractionCoupling
|
1 | Warning |
ClassFanOutComplexity | 1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 10) classes [AlgorithmSegment, AlterMaskRuleStatement, CountRuleStatement, CreateMaskRuleStatement, DatabaseSegment, DropMaskRuleStatement, IdentifierValue, MaskColumnSegment, MaskRuleSegment, Properties, ShowMaskRulesStatement, ShowPluginsStatement]. | 55 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 20). | 55 |