f8d3b5612e63a0d77a67dea44b4d9681d5f4ba39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected addMaster(slotRange ClusterSlotRange, entry MasterSlaveEntry) : void renamed to protected addEntry(slotRange ClusterSlotRange, entry MasterSlaveEntry) : void in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Rename Variable | 1 | ||
Rename Variable partitionsSlots : Collection<ClusterSlotRange> to newPartitionsSlots : Collection<ClusterSlotRange> in method private checkSlotsChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type list : ArrayList<CommandData<?,?>> to list : List<CommandData<?,?>> in method public operationComplete(connFuture Future<RedisConnection>) : void in class org.redisson.CommandBatchExecutorService.execute.addListener | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partitions : Collection<ClusterPartition> to newPartitions : Collection<ClusterPartition> in method private checkSlotsChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager | From | To |