1819d3dd19a599a833b2e8073ae52a7d517cba79
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Collection<BatchCommandData<?,?>> to Deque<BatchCommandData<?,?>> in method public getCommands() : Deque<BatchCommandData<?,?>> in class org.redisson.command.CommandBatchService.Entry | From | To | |
| Change Variable Type | 1 | ||
| 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 Attribute Type | 1 | ||
| Change Attribute Type commands : Collection<BatchCommandData<?,?>> to commands : Deque<BatchCommandData<?,?>> in class org.redisson.command.CommandBatchService.Entry | From | To | |
| Extract Method | 1 | ||
| Extract Method private executeAsyncVoid(noResult boolean) : RFuture<Void> extracted from public executeAsyncVoid() : RFuture<Void> in class org.redisson.command.CommandBatchService | From | To |