4a314a80e64ea2af624131e5c02e1f167a22a354
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type effectiveShipFiles : Set<File> to effectiveShipFiles : Collection<File> in method protected addLibFolderToShipFiles(effectiveShipFiles Collection<File>) : void in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
Rename Variable | 1 | ||
Rename Variable classPaths : List<String> to systemClassPaths : List<String> in method public startAppMaster(jobGraph JobGraph, yarnClient YarnClient, yarnApplication YarnClientApplication) : ApplicationReport in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
Extract Method | 1 | ||
Extract Method private uploadAndRegisterFiles(shipFiles Collection<File>, fs FileSystem, appId String, remotePaths List<Path>, localResources Map<String,LocalResource>, envShipFileList StringBuilder) : List<String> extracted from public startAppMaster(jobGraph JobGraph, yarnClient YarnClient, yarnApplication YarnClientApplication) : ApplicationReport in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To |