397c9c60e9d24556945d9c59507bfb0dbd6e31a6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type CompletableFuture<AccessExecutionGraph> to CompletableFuture<ArchivedExecutionGraph> in method public getExecutionGraphFuture() : CompletableFuture<ArchivedExecutionGraph> in class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache.ExecutionGraphEntry | From | To | |
Change Variable Type | 2 | ||
Change Variable Type executionGraphFuture : CompletableFuture<AccessExecutionGraph> to executionGraphFuture : CompletableFuture<ArchivedExecutionGraph> in method private getExecutionGraphInternal(jobId JobID, restfulGateway RestfulGateway) : CompletableFuture<ArchivedExecutionGraph> in class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache | From | To | |
Change Variable Type executionGraphFuture : CompletableFuture<? extends AccessExecutionGraph> to executionGraphFuture : CompletableFuture<ArchivedExecutionGraph> in method private getExecutionGraphInternal(jobId JobID, restfulGateway RestfulGateway) : CompletableFuture<ArchivedExecutionGraph> in class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type executionGraphFuture : CompletableFuture<AccessExecutionGraph> to executionGraphFuture : CompletableFuture<ArchivedExecutionGraph> in class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache.ExecutionGraphEntry | From | To | |
Extract Method | 1 | ||
Extract Method private getExecutionGraphInternal(jobId JobID, restfulGateway RestfulGateway) : CompletableFuture<ArchivedExecutionGraph> extracted from public getExecutionGraph(jobId JobID, restfulGateway RestfulGateway) : CompletableFuture<AccessExecutionGraph> in class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache | From | To |