a6d7f2d72d47b268c0d6ffa402a59a6349c91d95
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getJobExecutionResult(jobId JobID, timeout Time) : CompletableFuture<JobResult> renamed to public requestJobStatus(jobId JobID, timeout Time) : CompletableFuture<JobStatus> in class org.apache.flink.runtime.webmonitor.RestfulGateway | From | To | |
Inline Method | 1 | ||
Inline Method private assertPropagateAsRestHandlerException(exception Exception) : void inlined to public testPropagateFlinkJobNotFoundExceptionAsRestHandlerException() : void in class org.apache.flink.runtime.rest.handler.job.JobExecutionResultHandlerTest | From | To | |
Change Return Type | 1 | ||
Change Return Type CompletableFuture<JobResult> to CompletableFuture<JobStatus> in method public requestJobStatus(jobId JobID, timeout Time) : CompletableFuture<JobStatus> in class org.apache.flink.runtime.webmonitor.RestfulGateway | From | To | |
Extract Variable | 1 | ||
Extract Variable expectedState : JobStatus in method public testCacheJobExecutionResult() : void from class org.apache.flink.runtime.dispatcher.DispatcherTest | From | To |