Checkstyle Results
The following document contains the results of Checkstyle 9.3 with /home/runner/work/shardingsphere-doc/shardingsphere-doc/shardingsphere/src/resources/checkstyle.xml ruleset.
Summary
| Files |
Info |
Warnings |
Errors |
| 4 |
0 |
2 |
0 |
Details
org/apache/shardingsphere/single/distsql/parser/core/SingleDistSQLStatementVisitor.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
metrics |
ClassDataAbstractionCoupling |
Class Data Abstraction Coupling is 11 (max allowed is 10) classes [CountRuleStatement, DatabaseSegment, FromDatabaseSegment, IdentifierValue, LoadSingleTableStatement, SetDefaultSingleTableStorageUnitStatement, ShowDefaultSingleTableStorageUnitStatement, ShowSingleTablesStatement, ShowUnloadedSingleTablesStatement, SingleTableSegment, UnloadSingleTableStatement]. |
60 |
Warning |
metrics |
ClassFanOutComplexity |
Class Fan-Out Complexity is 31 (max allowed is 20). |
60 |