a4e138a8e706c378cb159988ba94d539d2bae9f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type o : CommandEntry to o : BatchCommandData<T,R> in method public compareTo(o BatchCommandData<T,R>) : int in class org.redisson.client.protocol.BatchCommandData | From | To | |
| Move Method | 1 | ||
| Move Method public compareTo(o CommandEntry) : int from class org.redisson.command.CommandBatchService.CommandEntry to public compareTo(o BatchCommandData<T,R>) : int from class org.redisson.client.protocol.BatchCommandData | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Queue<CommandEntry> to Queue<BatchCommandData<?,?>> in method public getCommands() : Queue<BatchCommandData<?,?>> in class org.redisson.command.CommandBatchService.Entry | From | To | |
| Move Attribute | 1 | ||
| Move Attribute package index : int from class org.redisson.command.CommandBatchService.CommandEntry to private index : int from class org.redisson.client.protocol.BatchCommandData | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type c : CommandEntry to c : BatchCommandData<?,?> in method private checkConnectionFuture(entry Entry, source NodeSource, mainPromise Promise<Void>, attemptPromise Promise<Void>, details AsyncDetails, connFuture Future<RedisConnection>) : void in class org.redisson.command.CommandBatchService | From | To | |
| Change Variable Type entries : List<CommandEntry> 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 commandEntry : CommandEntry to commandEntry : BatchCommandData<?,?> in method public clearErrors() : void in class org.redisson.command.CommandBatchService.Entry | From | To | |
| Change Variable Type commandEntry : CommandEntry to commandEntry : BatchCommandData<?,?> in method public operationComplete(future Future<Void>) : void in class org.redisson.command.CommandBatchService.executeAsync.addListener | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type commands : Queue<CommandEntry> to commands : Queue<BatchCommandData<?,?>> in class org.redisson.command.CommandBatchService.Entry | From | To |