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