98710ead59305fc067cb8fdfab2c47d3bdc2e3fc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type applyFunction : ApplyFunction<? super T,Future<? extends R>> to applyFunction : ApplyFunction<? super T,? extends Future<R>> in method public thenComposeAsync(applyFunction ApplyFunction<? super T,? extends Future<R>>, executor Executor) : Future<R> in class org.apache.flink.runtime.concurrent.impl.FlinkFuture | From | To | |
Change Parameter Type composeFunction : ApplyFunction<? super T,Future<? extends R>> to composeFunction : ApplyFunction<? super T,? extends Future<R>> in method public thenComposeAsync(composeFunction ApplyFunction<? super T,? extends Future<R>>, executor Executor) : Future<R> in class org.apache.flink.runtime.concurrent.Future | From | To | |
Extract Variable | 1 | ||
Extract Variable executionContext : ExecutionContext in method public handleAsync(biFunction BiFunction<? super T,Throwable,? extends R>, executor Executor) : Future<R> from class org.apache.flink.runtime.concurrent.impl.FlinkFuture | From | To |