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 |
---|---|---|---|
41 | 9 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer | 5 |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementParser | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer.channelNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 33 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer.modeNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 37 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 624 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 59 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementLexer.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 99 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementParser._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 2286 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementParser.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 57 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementParser.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 97 | Medium |
Switch statement found in org.apache.shardingsphere.distsql.parser.autogen.ShadowDistSQLStatementParser.execute() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 201-277 | Medium |