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 | |||
|---|---|---|---|
| 17 | 0 | 1 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/shardingsphere/single/distsql/handler/update/LoadSingleTableExecutorTest.java | 0 | 1 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | ClassFanOutComplexity | 1 |
Details
org/apache/shardingsphere/single/distsql/handler/update/LoadSingleTableExecutorTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 68 |
