46ad40588538b4e5d9f2e50fe65af5a83f9c4797
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private shutdownInternal(removeShutdownHook boolean) : void renamed to public shutdown(failApplication boolean) : void in class org.apache.flink.yarn.FlinkYarnCluster | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public shutdown() : void moved from class org.apache.flink.yarn.FlinkYarnCluster to class org.apache.flink.client.FlinkYarnSessionCli & inlined to public runInteractiveCli(yarnCluster AbstractFlinkYarnCluster) : void | From | To | |
| Extract Variable | 1 | ||
| Extract Variable finalStatus : FinalApplicationStatus in method public shutdown(failApplication boolean) : void from class org.apache.flink.yarn.FlinkYarnCluster | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter removeShutdownHook : boolean to failApplication : boolean in method public shutdown(failApplication boolean) : void in class org.apache.flink.yarn.FlinkYarnCluster | From | To |