f4d280f02b557885cd5e5cf36abc36eb579ccfb4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method private cleanupPreviousContainerFiles(containerWorkDir Path) : void from class org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerRelaunch to protected cleanupContainerFiles(containerWorkDir Path) : void from class org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch | From | To | |
Pull Up Method private getContainerWorkDir() : Path from class org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerRelaunch to protected getContainerWorkDir() : Path from class org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch | From | To | |
Pull Up Method private deleteAsUser(path Path) : void from class org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerRelaunch to private deleteAsUser(path Path) : void from class org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch | From | To |