The following document contains the results of SpotBugs
SpotBugs Version is 4.9.2
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
3 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.transaction.distsql.segment.TransactionProviderSegment | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.transaction.distsql.segment.TransactionProviderSegment.getProps() may expose internal representation by returning TransactionProviderSegment.props | MALICIOUS_CODE | EI_EXPOSE_REP | 35 | Medium |
new org.apache.shardingsphere.transaction.distsql.segment.TransactionProviderSegment(String, Properties) may expose internal representation by storing an externally mutable object into TransactionProviderSegment.props | MALICIOUS_CODE | EI_EXPOSE_REP2 | 29 | Medium |