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 |
---|---|---|---|
43 | 10 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer | 5 |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementParser | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer.channelNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 34 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer.modeNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 38 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 644 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 60 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 101 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementParser._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 2211 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementParser.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 61 | Medium |
org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementParser.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 102 | Medium |
Switch statement found in org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementParser.encryptColumnDefinition() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 657-663 | Medium |
Switch statement found in org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementParser.execute() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 185-219 | Medium |