9468fb0dc0de6d9eefe39e903478542ffc183cb7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type nodesValue : String to nodes : List<ClusterNodeInfo> in method private parsePartitions(nodes List<ClusterNodeInfo>) : Collection<ClusterPartition> in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable nodesValue : String to nodes : List<ClusterNodeInfo> in method public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type nodesValue : String to nodes : List<ClusterNodeInfo> in method public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Change Variable Type future : Future<String> to future : Future<List<ClusterNodeInfo>> in method private updateClusterState(cfg ClusterServersConfig, connection RedisConnection, iterator Iterator<URI>) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type CLUSTER_NODES : RedisStrictCommand<String> to CLUSTER_NODES : RedisStrictCommand<List<ClusterNodeInfo>> in class org.redisson.client.protocol.RedisCommands | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter nodesValue : String to nodes : List<ClusterNodeInfo> in method private parsePartitions(nodes List<ClusterNodeInfo>) : Collection<ClusterPartition> in class org.redisson.cluster.ClusterConnectionManager | From | To |