SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.9.2

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
1 2 0 0

Files

Class Bugs
org.apache.shardingsphere.globalclock.config.GlobalClockRuleConfiguration 2

org.apache.shardingsphere.globalclock.config.GlobalClockRuleConfiguration

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