The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.disid.fiebdc3.antlr4.Fiebdc3Lexer | 7 |
com.disid.fiebdc3.antlr4.Fiebdc3Parser | 6 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.disid.fiebdc3.antlr4.Fiebdc3Lexer.getModeNames() may expose internal representation by returning Fiebdc3Lexer.modeNames | MALICIOUS_CODE | EI_EXPOSE_REP | 53 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Lexer.getRuleNames() may expose internal representation by returning Fiebdc3Lexer.ruleNames | MALICIOUS_CODE | EI_EXPOSE_REP | 47 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Lexer.getTokenNames() may expose internal representation by returning Fiebdc3Lexer.tokenNames | MALICIOUS_CODE | EI_EXPOSE_REP | 44 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Lexer.modeNames should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 20 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Lexer._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 87 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Lexer.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 29 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Lexer.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 24 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.disid.fiebdc3.antlr4.Fiebdc3Parser.getRuleNames() may expose internal representation by returning Fiebdc3Parser.ruleNames | MALICIOUS_CODE | EI_EXPOSE_REP | 53 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Parser.getTokenNames() may expose internal representation by returning Fiebdc3Parser.tokenNames | MALICIOUS_CODE | EI_EXPOSE_REP | 50 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Parser._decisionToDFA should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 2631 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Parser.ruleNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 36 | Medium |
com.disid.fiebdc3.antlr4.Fiebdc3Parser.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 20 | Medium |
Switch statement found in com.disid.fiebdc3.antlr4.Fiebdc3Parser.cConcept() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1135-1164 | Medium |