15bd810f2bd40ad87a24e60840a1d06e207e0fee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable client : RedisClient to connection : RedisConnection in method public shutdown() : void in class org.redisson.connection.ClusterConnectionManager | From | To | |
Rename Variable c : RedisConnection to connection : RedisConnection in method private addMasterEntry(partition ClusterPartition, cfg ClusterServersConfig) : void in class org.redisson.connection.ClusterConnectionManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : RedisClient to connection : RedisConnection in method public shutdown() : void in class org.redisson.connection.ClusterConnectionManager | From | To | |
Extract Method | 2 | ||
Extract Method private connect(cfg ClusterServersConfig, addr URI) : RedisConnection extracted from private addMasterEntry(partition ClusterPartition, cfg ClusterServersConfig) : void in class org.redisson.connection.ClusterConnectionManager | From | To | |
Extract Method private connect(cfg ClusterServersConfig, addr URI) : RedisConnection extracted from public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.connection.ClusterConnectionManager | From | To |