070fff876af82fc3ad7d3cf7503933fa89a5561c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type slotRanges : List<ClusterSlotRange> to slotRanges : Set<ClusterSlotRange> in method public SingleEntry(slotRanges Set<ClusterSlotRange>, connectionManager ConnectionManager, config MasterSlaveServersConfig) in class org.redisson.connection.SingleEntry | From | To | |
Change Parameter Type slotRanges : List<ClusterSlotRange> to slotRanges : Set<ClusterSlotRange> in method public MasterSlaveEntry(slotRanges Set<ClusterSlotRange>, connectionManager ConnectionManager, config MasterSlaveServersConfig) in class org.redisson.connection.MasterSlaveEntry | From | To | |
Change Return Type | 2 | ||
Change Return Type List<ClusterSlotRange> to Set<ClusterSlotRange> in method public getSlotRanges() : Set<ClusterSlotRange> in class org.redisson.connection.MasterSlaveEntry | From | To | |
Change Return Type List<ClusterSlotRange> to Set<ClusterSlotRange> in method public getSlotRanges() : Set<ClusterSlotRange> in class org.redisson.cluster.ClusterPartition | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute range : ClusterSlotRange to singleSlotRange : ClusterSlotRange in method protected initEntry(config MasterSlaveServersConfig) : void in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type slotRanges : List<ClusterSlotRange> to slotRanges : Set<ClusterSlotRange> in class org.redisson.connection.MasterSlaveEntry | From | To | |
Change Attribute Type slotRanges : List<ClusterSlotRange> to slotRanges : Set<ClusterSlotRange> in class org.redisson.cluster.ClusterPartition | From | To |