The following document contains the results of SpotBugs
SpotBugs Version is 4.9.2
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
22 | 8 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementLexer | 5 |
org.apache.shardingsphere.distsql.parser.autogen.GlobalClockDistSQLStatementParser | 3 |
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 |
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 |