SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.9.2

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
33 11 0 0

Files

Class Bugs
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer 5
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser 6

org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer

Bug Category Details Line Priority
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer.channelNames should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 30 Medium
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer.modeNames should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 34 Medium
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer._decisionToDFA should be package protected MALICIOUS_CODE MS_PKGPROTECT 474 Medium
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer.ruleNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 53 Medium
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementLexer.tokenNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 89 Medium

org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser

Bug Category Details Line Priority
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser._decisionToDFA should be package protected MALICIOUS_CODE MS_PKGPROTECT 1459 Medium
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser.ruleNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 46 Medium
org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser.tokenNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 82 Medium
Switch statement found in org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser.execute() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 168-208 Medium
Switch statement found in org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser.tableIdentifier() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 676-760 Medium
Switch statement found in org.apache.shardingsphere.distsql.parser.autogen.SingleDistSQLStatementParser.unloadSingleTable() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 383-420 Medium