6d9b6ca3f61bb0c66812b8bed5c63d833a2bf26a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getDispatcherGateway() : DispatcherGateway renamed to private getDispatcherGatewayFuture() : CompletableFuture<DispatcherGateway> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
| Change Return Type | 1 | ||
| Change Return Type DispatcherGateway to CompletableFuture<DispatcherGateway> in method private getDispatcherGatewayFuture() : CompletableFuture<DispatcherGateway> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To |