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 | |||
|---|---|---|---|
| 326 | 0 | 4 | 0 |
| File | |||
|---|---|---|---|
| org/apache/shardingsphere/infra/hint/SQLHintUtils.java | 0 | 2 | 0 |
| org/apache/shardingsphere/infra/props/TypedPropertyValue.java | 0 | 2 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | CyclomaticComplexity | 2 | |
| NPathComplexity | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 58 | |
| metrics | NPathComplexity | NPath Complexity is 640 (max allowed is 200). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 38 | |
| metrics | NPathComplexity | NPath Complexity is 7,500 (max allowed is 200). | 38 |