The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
18 | 8 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementLexer | 5 |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementParser | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementLexer.channelNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 29 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementLexer.modeNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 33 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementLexer._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 446 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementLexer.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 51 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementLexer.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 86 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementParser._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 774 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementParser.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 40 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.BroadcastDistSQLStatementParser.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 75 | Medium |