fee63b39bc3f0f44a81798dba9f48c295a104570
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type address : String to address : URI in method public addSlaveAddress(address URI) : void in class org.redisson.connection.ClusterPartition | From | To | |
Change Return Type | 3 | ||
Change Return Type List<String> to List<URI> in method public getSlaveAddresses() : List<URI> in class org.redisson.connection.ClusterPartition | From | To | |
Change Return Type String to URI in method public getMasterAddress() : URI in class org.redisson.connection.ClusterPartition | From | To | |
Change Return Type String to URI in method public getAddress() : URI in class org.redisson.connection.ClusterNodeInfo | From | To | |
Extract Method | 1 | ||
Extract Method public setMasterAddress(masterAddress URI) : void extracted from public setMasterAddress(masterAddress String) : void in class org.redisson.connection.ClusterPartition | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type masterAddress : String to masterAddress : URI in class org.redisson.connection.ClusterPartition | From | To | |
Change Attribute Type address : String to address : URI in class org.redisson.connection.ClusterNodeInfo | From | To | |
Change Attribute Type slaveAddresses : List<String> to slaveAddresses : List<URI> in class org.redisson.connection.ClusterPartition | From | To |