8bdd6cf67a453ca60c198cb932e5de67ad3fceea
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type connection : org.redisson.client.RedisConnection to connection : RedisConnection in method protected async(readOnlyMode boolean, slot int, messageDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, client RedisClient, attempt int) : void in class org.redisson.CommandExecutorService | From | To | |
Extract Variable | 1 | ||
Extract Variable res : R in method public operationComplete(future Future<R>) : void from class org.redisson.CommandExecutorService.async.addListener | From | To | |
Extract Method | 1 | ||
Extract Method private retrieveConnection(entry SubscribesConnectionEntry) : RedisConnection extracted from public nextConnection() : RedisConnection in class org.redisson.connection.BaseLoadBalancer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type clients : Queue<SubscribesConnectionEntry> to clients : Map<RedisClient,SubscribesConnectionEntry> in class org.redisson.connection.BaseLoadBalancer | From | To |