d4e8e9ec7f23f46e6bf37324e4573c3f96d3de8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable commandData : BatchCommandData to offCommand : BatchCommandData<?,?> in method private executeAsyncVoid(noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<Void> in class org.redisson.command.CommandBatchService | From | To | |
Rename Variable commandData1 : BatchCommandData to onCommand : BatchCommandData<?,?> in method private executeAsyncVoid(noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<Void> in class org.redisson.command.CommandBatchService | From | To | |
Extract Variable | 4 | ||
Extract Variable interval : long in method private execute(entry Entry, source NodeSource, mainPromise RPromise<Void>, slots AtomicInteger, attempt int, noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : void from class org.redisson.command.CommandBatchService | From | To | |
Extract Variable nodeSource : NodeSource in method public operationComplete(future Future<Void>) : void from class org.redisson.command.CommandBatchService.execute.addListener | From | To | |
Extract Variable attempts : int in method public run(timeout Timeout) : void from class org.redisson.command.CommandBatchService.execute.retryTimerTask | From | To | |
Change Variable Type | 4 | ||
Change Variable Type entries : List<BatchCommandData> to entries : List<BatchCommandData<?,?>> in method public operationComplete(future Future<Void>) : void in class org.redisson.command.CommandBatchService.executeAsync.addListener | From | To | |
Change Variable Type commandData1 : BatchCommandData to onCommand : BatchCommandData<?,?> in method private executeAsyncVoid(noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<Void> in class org.redisson.command.CommandBatchService | From | To | |
Change Variable Type commandData : BatchCommandData to offCommand : BatchCommandData<?,?> in method private executeAsyncVoid(noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<Void> in class org.redisson.command.CommandBatchService | From | To | |
Change Variable Type timeout : Timeout to timeout : long in method private checkWriteFuture(attemptPromise RPromise<Void>, details AsyncDetails, connection RedisConnection, future ChannelFuture, noResult boolean, responseTimeout long) : void in class org.redisson.command.CommandBatchService | From | To | |
Extract Method | 1 | ||
Extract Method public executeAsync(responseTimeout long, retryAttempts int, retryInterval long) : RFuture<List<?>> extracted from public executeAsync() : RFuture<List<?>> in class org.redisson.command.CommandBatchService | From | To |