3ee81d3762704e301ce27a0a37bc68968bfb72ea
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable sentinel : RedisClient to client : RedisClient in method public shutdown() : void in class org.redisson.connection.ClusterConnectionManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type CLUSTER_INFO : RedisStrictCommand<String> to CLUSTER_INFO : RedisStrictCommand<Map<String,String>> in class org.redisson.client.protocol.RedisCommands | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public shutdownAsync(client RedisClient) : void extracted from public shutdownAsync() : void in class org.redisson.connection.BaseLoadBalancer & moved to class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Extract And Move Method public shutdownAsync(client RedisClient) : void extracted from public shutdownMasterAsync() : void in class org.redisson.connection.MasterSlaveEntry & moved to class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Extract And Move Method public shutdownAsync(client RedisClient) : void extracted from public changeMaster(host String, port int) : void in class org.redisson.connection.MasterSlaveEntry & moved to class org.redisson.connection.MasterSlaveConnectionManager | From | To |