e95b6d6a808270256fdbce24ed436c564249525e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable removedSlaves : Set<URI> to aliveSlaves : Set<URI> in method private upDownSlaves(entry MasterSlaveEntry, currentPart ClusterPartition, newPart ClusterPartition) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
Rename Variable addedSlaves : Set<URI> to failedSlaves : Set<URI> in method private upDownSlaves(entry MasterSlaveEntry, currentPart ClusterPartition, newPart ClusterPartition) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type flags : List<Flag> to flags : Set<Flag> in class org.redisson.cluster.ClusterNodeInfo | From | To | |
Extract Method | 2 | ||
Extract Method private upDownSlaves(entry MasterSlaveEntry, currentPart ClusterPartition, newPart ClusterPartition) : void extracted from private checkSlaveNodesChange(newPartitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
Extract Method private addRemoveSlaves(entry MasterSlaveEntry, currentPart ClusterPartition, newPart ClusterPartition) : void extracted from private checkSlaveNodesChange(newPartitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager | From | To |