8f1d045422f9e8cb44cdfbc6a9880f6fb9b9f69b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type readAddresses : List<URI> to readAddresses : Set<URI> in method public setSlaveAddresses(readAddresses Set<URI>) : void in class org.redisson.MasterSlaveServersConfig | From | To | |
Change Parameter Type ranges : List<ClusterSlotRange> to ranges : Set<ClusterSlotRange> in method public addSlotRanges(ranges Set<ClusterSlotRange>) : void in class org.redisson.cluster.ClusterPartition | From | To | |
Rename Variable | 1 | ||
Rename Variable entry : PubSubConnectionEntry to pubSubEntry : PubSubConnectionEntry in method public slaveDown(entry MasterSlaveEntry, host String, port int) : void in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Change Return Type | 3 | ||
Change Return Type List<ClusterSlotRange> to Set<ClusterSlotRange> in method public getSlotRanges() : Set<ClusterSlotRange> in class org.redisson.cluster.ClusterNodeInfo | From | To | |
Change Return Type List<URI> to Set<URI> in method public getSlaveAddresses() : Set<URI> in class org.redisson.MasterSlaveServersConfig | From | To | |
Change Return Type List<URI> to Set<URI> in method public getSlaveAddresses() : Set<URI> in class org.redisson.cluster.ClusterPartition | From | To | |
Extract Method | 1 | ||
Extract Method public slaveDown(entry MasterSlaveEntry, host String, port int) : void extracted from protected slaveDown(slotRange ClusterSlotRange, host String, port int) : void in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type slotRanges : List<ClusterSlotRange> to slotRanges : Set<ClusterSlotRange> in class org.redisson.cluster.ClusterNodeInfo | From | To | |
Change Attribute Type slaveAddresses : List<URI> to slaveAddresses : Set<URI> in class org.redisson.MasterSlaveServersConfig | From | To | |
Change Attribute Type slaveAddresses : List<URI> to slaveAddresses : Set<URI> in class org.redisson.cluster.ClusterPartition | From | To |