The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 44 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.shardingsphere.distsql.handler.engine.query.DistSQLQueryExecuteEngine | 1 |
| org.apache.shardingsphere.distsql.handler.engine.update.DistSQLUpdateExecuteEngine | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.apache.shardingsphere.distsql.handler.engine.query.DistSQLQueryExecuteEngine(DistSQLStatement, String, ContextManager, DistSQLConnectionContext) may expose internal representation by storing an externally mutable object into DistSQLQueryExecuteEngine.sqlStatement | MALICIOUS_CODE | EI_EXPOSE_REP2 | 55 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.apache.shardingsphere.distsql.handler.engine.update.DistSQLUpdateExecuteEngine(DistSQLStatement, String, ContextManager) may expose internal representation by storing an externally mutable object into DistSQLUpdateExecuteEngine.sqlStatement | MALICIOUS_CODE | EI_EXPOSE_REP2 | 52 | Medium |