0483ba583c7790d13b8035c2916318a2b58c67d6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setupEnv(conf Configuration, appMasterEnv Map<String,String>) : void renamed to public setupYarnClassPath(conf Configuration, appMasterEnv Map<String,String>) : void in class org.apache.flink.yarn.Utils | From | To | |
| Rename Method public setShipFiles(shipFiles List<File>) : void renamed to public addShipFiles(shipFiles List<File>) : void in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type paths : Path[] to paths : List<Path> in method public setTokensFor(amContainer ContainerLaunchContext, paths List<Path>, conf Configuration) : void in class org.apache.flink.yarn.Utils | From | To | |
| Extract Variable | 1 | ||
| Extract Variable applicationClassPathEntries : String[] in method public setupYarnClassPath(conf Configuration, appMasterEnv Map<String,String>) : void from class org.apache.flink.yarn.Utils | From | To | |
| Extract Method | 1 | ||
| Extract Method protected setupApplicationMasterContainer(hasLogback boolean, hasLog4j boolean) : ContainerLaunchContext extracted from protected deployInternal() : YarnClusterClient in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To |