3614ca9c63bb85ea41b8428972f9cbc54b5b6a46
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable future : ChannelFuture to writeFuture : ChannelFuture in method public operationComplete(connFuture Future<RedisConnection>) : void in class org.redisson.CommandExecutorService.async.addListener | From | To | |
Rename Variable c : RedisConnection to conn : T in method public operationComplete(future Future<T>) : void in class org.redisson.misc.ConnectionPool.initConnections.addListener | From | To | |
Change Variable Type | 1 | ||
Change Variable Type c : RedisConnection to conn : T in method public operationComplete(future Future<T>) : void in class org.redisson.misc.ConnectionPool.initConnections.addListener | From | To | |
Extract Method | 2 | ||
Extract Method private initConnections(entry SubscribesConnectionEntry, runnable Runnable, checkFreezed boolean) : void extracted from private scheduleCheck(entry SubscribesConnectionEntry) : void in class org.redisson.misc.ConnectionPool | From | To | |
Extract Method private initConnections(entry SubscribesConnectionEntry, runnable Runnable, checkFreezed boolean) : void extracted from public add(entry SubscribesConnectionEntry) : void in class org.redisson.misc.ConnectionPool | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type promises : ConcurrentLinkedQueue<Promise<T>> to promises : Deque<Promise<T>> in class org.redisson.misc.ConnectionPool | From | To |