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
4 0 1 0

Files

File  I  W  E
org/apache/shardingsphere/single/distsql/parser/core/SingleDistSQLStatementVisitor.java 0 1 0

Rules

Category Rule Violations Severity
metrics ClassFanOutComplexity 1  Warning

Details

org/apache/shardingsphere/single/distsql/parser/core/SingleDistSQLStatementVisitor.java

Severity Category Rule Message Line
 Warning metrics ClassFanOutComplexity Class Fan-Out Complexity is 30 (max allowed is 20). 58