f24955846b6dfef25e835d57a81468749ccc2abc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable addr : InetSocketAddress to address : URI in method public unfreeze(address URI, freezeReason FreezeReason) : boolean in class org.redisson.connection.balancer.LoadBalancerManager | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [host : String, port : int] to address : URI in method public slaveDown(address URI, freezeReason FreezeReason) : boolean in class org.redisson.connection.MasterSlaveEntry | From | To | |
Rename Attribute | 1 | ||
Rename Attribute addr2Entry : Map<InetSocketAddress,ClientConnectionsEntry> to ip2Entry : Map<String,ClientConnectionsEntry> in class org.redisson.connection.balancer.LoadBalancerManager | From | To | |
Change Variable Type | 2 | ||
Change Variable Type addr : InetSocketAddress to addr : URI in method private slaveDown(entry ClientConnectionsEntry, temporaryDown boolean) : boolean in class org.redisson.connection.MasterSlaveEntry | From | To | |
Change Variable Type addr : InetSocketAddress to address : URI in method public unfreeze(address URI, freezeReason FreezeReason) : boolean in class org.redisson.connection.balancer.LoadBalancerManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type addr2Entry : Map<InetSocketAddress,ClientConnectionsEntry> to ip2Entry : Map<String,ClientConnectionsEntry> in class org.redisson.connection.balancer.LoadBalancerManager | From | To | |
Extract Method | 1 | ||
Extract Method protected convert(ip String, port String) : URI extracted from protected onSentinelAdded(cfg SentinelServersConfig, msg String, c MasterSlaveServersConfig) : void in class org.redisson.connection.SentinelConnectionManager | From | To |