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 | |||
|---|---|---|---|
| 14 | 0 | 3 | 0 |
| File | |||
|---|---|---|---|
| org/apache/shardingsphere/database/exception/mysql/mapper/MySQLDialectExceptionMapper.java | 0 | 3 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | ClassFanOutComplexity | 1 | |
| CyclomaticComplexity | 1 | ||
| NPathComplexity | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 20). | 52 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 24 (max allowed is 10). | 54 | |
| metrics | NPathComplexity | NPath Complexity is 4,718,592 (max allowed is 200). | 54 |