c8b7d6f56d0b124f773449c3c7a4b3860e9d631f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private extractPartitions(nodesValue String) : Map<Integer,ClusterPartition> renamed to private parsePartitions(nodesValue String) : Map<Integer,ClusterPartition> in class org.redisson.connection.ClusterConnectionManager | From | To | |
Rename Variable | 2 | ||
Rename Variable masterClient : RedisClient to client : RedisClient in method public setupMasterEntry(host String, port int) : void in class org.redisson.connection.MasterSlaveEntry | From | To | |
Rename Variable c : MasterSlaveServersConfig to config : MasterSlaveServersConfig in method private addMasterEntry(partition ClusterPartition, cfg ClusterServersConfig) : void in class org.redisson.connection.ClusterConnectionManager | From | To |