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 |
---|---|---|---|
16 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.sql.parser.core.ParseASTNode | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.apache.shardingsphere.sql.parser.core.ParseASTNode(ParseTree, CommonTokenStream) may expose internal representation by storing an externally mutable object into ParseASTNode.parseTree | MALICIOUS_CODE | EI_EXPOSE_REP2 | 32 | Medium |
new org.apache.shardingsphere.sql.parser.core.ParseASTNode(ParseTree, CommonTokenStream) may expose internal representation by storing an externally mutable object into ParseASTNode.tokenStream | MALICIOUS_CODE | EI_EXPOSE_REP2 | 32 | Medium |