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 | |||
|---|---|---|---|
| 10 | 0 | 2 | 0 |
| File | |||
|---|---|---|---|
| org/apache/shardingsphere/database/exception/postgresql/mapper/PostgreSQLDialectExceptionMapper.java | 0 | 2 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | CyclomaticComplexity | 1 | |
| NPathComplexity | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 52 | |
| metrics | NPathComplexity | NPath Complexity is 16,384 (max allowed is 200). | 52 |