3e0f02cbf88e399986c2e52d9f75444baf107fad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable future : Future<Void> to masterFuture : Future<Collection<Future<Void>>> in method public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Rename Variable nodesValue : String to future : Future<String> in method private updateClusterState(cfg ClusterServersConfig, connection RedisConnection) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type future : Future<Void> to masterFuture : Future<Collection<Future<Void>>> in method public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Change Variable Type nodesValue : String to future : Future<String> in method private updateClusterState(cfg ClusterServersConfig, connection RedisConnection) : void in class org.redisson.cluster.ClusterConnectionManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private checkClusterState(cfg ClusterServersConfig, iterator Iterator<URI>, lastException AtomicReference<Throwable>) : void extracted from private monitorClusterChange(cfg ClusterServersConfig) : void in class org.redisson.cluster.ClusterConnectionManager | From | To |