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

Files

Class Bugs
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer 5
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementParser 3

org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer

Bug Category Details Line Priority
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer.channelNames should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 29 Medium
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer.modeNames should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 33 Medium
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer._decisionToDFA should be package protected MALICIOUS_CODE MS_PKGPROTECT 441 Medium
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer.ruleNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 51 Medium
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer.tokenNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 86 Medium

org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementParser

Bug Category Details Line Priority
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementParser._decisionToDFA should be package protected MALICIOUS_CODE MS_PKGPROTECT 891 Medium
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementParser.ruleNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 43 Medium
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementParser.tokenNames should be package protected MALICIOUS_CODE MS_PKGPROTECT 78 Medium