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
36 0 2 0

Files

File  I  W  E
org/apache/shardingsphere/infra/merge/result/impl/local/LocalDataQueryResultRow.java 0 2 0

Rules

Category Rule Violations Severity
metrics CyclomaticComplexity 1  Warning
NPathComplexity 1  Warning

Details

org/apache/shardingsphere/infra/merge/result/impl/local/LocalDataQueryResultRow.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 17 (max allowed is 10). 44
 Warning metrics NPathComplexity NPath Complexity is 4,860 (max allowed is 200). 44