cd4a848a42dc78f51d4e57427f27e2e280e073bc
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public reactive(supplier Supplier<RFuture<R>>) : Publisher<R> from class org.redisson.command.CommandBatchService to public reactive(supplier Supplier<RFuture<R>>) : Publisher<R> from class org.redisson.command.CommandReactiveBatchService | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private publishers : Queue<Publisher<?>> from class org.redisson.command.CommandBatchService to private publishers : Queue<Publisher<?>> from class org.redisson.command.CommandReactiveBatchService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type executorService : CommandBatchService to executorService : CommandReactiveBatchService in class org.redisson.reactive.RedissonBatchReactive | From | To |