The following document contains the results of SpotBugs
SpotBugs Version is 4.9.3
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
813 | 9 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer | 8 |
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.channelNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 128 | Medium |
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.modeNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 132 | Medium |
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 4351 | Medium |
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 235 | Medium |
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 398 | Medium |
Switch statement found in org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.BEGIN_DOLLAR_STRING_CONSTANT_action(RuleContext, int) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 459-461 | Medium |
Switch statement found in org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.END_DOLLAR_STRING_CONSTANT_action(RuleContext, int) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 466-468 | Medium |
Switch statement found in org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementLexer.action(RuleContext, int, int) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 449-454 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser is too big for analysis | EXPERIMENTAL | SKIPPED_CLASS_TOO_BIG | 14-65516 | Medium |