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
21 8 0 0

Files

Class Bugs
org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementLexer 5
org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementParser 3

org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementLexer

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

org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementParser

Bug Category Details Line Priority
org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementParser._decisionToDFA should be package protected MALICIOUS_CODE MS_PKGPROTECT 903 Medium
org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementParser.ruleNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 44 Medium
org.apache.shardingsphere.distsql.parser.autogen.TransactionDistSQLStatementParser.tokenNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 79 Medium