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 |
---|---|---|---|
2 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.shardingsphere.globalclock.distsql.statement.updatable.AlterGlobalClockRuleStatement | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.shardingsphere.globalclock.distsql.statement.updatable.AlterGlobalClockRuleStatement.getProps() may expose internal representation by returning AlterGlobalClockRuleStatement.props | MALICIOUS_CODE | EI_EXPOSE_REP | 39 | Medium |
new org.apache.shardingsphere.globalclock.distsql.statement.updatable.AlterGlobalClockRuleStatement(String, String, boolean, Properties) may expose internal representation by storing an externally mutable object into AlterGlobalClockRuleStatement.props | MALICIOUS_CODE | EI_EXPOSE_REP2 | 29 | Medium |