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  Info  Warnings  Errors
304 0 4 0

Files

File  I  W  E
org/apache/shardingsphere/infra/hint/SQLHintUtils.java 0 2 0
org/apache/shardingsphere/infra/props/TypedPropertyValue.java 0 2 0

Rules

Category Rule Violations Severity
metrics CyclomaticComplexity 2  Warning
NPathComplexity 2  Warning

Details

org/apache/shardingsphere/infra/hint/SQLHintUtils.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 12 (max allowed is 10). 58
 Warning metrics NPathComplexity NPath Complexity is 1,152 (max allowed is 200). 58

org/apache/shardingsphere/infra/props/TypedPropertyValue.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 11 (max allowed is 10). 38
 Warning metrics NPathComplexity NPath Complexity is 300 (max allowed is 200). 38