SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.9.7

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
44 2 0 0

Files

Class Bugs
org.apache.shardingsphere.distsql.handler.engine.query.DistSQLQueryExecuteEngine 1
org.apache.shardingsphere.distsql.handler.engine.update.DistSQLUpdateExecuteEngine 1

org.apache.shardingsphere.distsql.handler.engine.query.DistSQLQueryExecuteEngine

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

org.apache.shardingsphere.distsql.handler.engine.update.DistSQLUpdateExecuteEngine

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