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 | 1 | 0 |
File | I | W | E |
---|---|---|---|
org/apache/shardingsphere/single/distsql/parser/core/SingleDistSQLStatementVisitor.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
metrics | ClassFanOutComplexity | 1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 20). | 58 |