322e479d540a74e45a9b5e38eb17b4eb3a4c6e9e
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public runIfNotDoneAndGet(future RunnableFuture<T>) : T from class org.apache.flink.util.FutureUtil to public runIfNotDoneAndGet(future RunnableFuture<T>) : T from class org.apache.flink.runtime.concurrent.FutureUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type results : List<Future<?>> to results : List<CompletableFuture<?>> in method public testConcurrentConsumeMultiplePartitions() : void in class org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannelTest | From | To |