4922ced71a307a26b9f5070b41f72fd5d93b0ac8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected shutDownInternally() : void renamed to private shutDownServices() : CompletableFuture<Void> in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner | From | To | |
Change Return Type | 1 | ||
Change Return Type void to CompletableFuture<Void> in method private shutDownServices() : CompletableFuture<Void> in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner | From | To | |
Extract Method | 1 | ||
Extract Method protected terminateJVM() : void extracted from public onFatalError(exception Throwable) : void in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner | From | To |