1b0f265db1a5bfccf1d870912237ea9618bd9c34
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private copy(sCopy Path, dstdir Path) : Path renamed to private verifyAndCopy(destination Path) : void in class org.apache.hadoop.yarn.util.FSDownload | From | To | |
Rename Variable | 1 | ||
Rename Variable dst_work : Path to destinationTmp : Path in method public call() : Path in class org.apache.hadoop.yarn.util.FSDownload | From | To | |
Change Return Type | 2 | ||
Change Return Type long to void in method private unpack(source Path, destination Path, sourceFileSystem FileSystem, destinationFileSystem FileSystem) : void in class org.apache.hadoop.yarn.util.FSDownload | From | To | |
Change Return Type Path to void in method private verifyAndCopy(destination Path) : void in class org.apache.hadoop.yarn.util.FSDownload | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sCopy : Path to destination : Path in method private verifyAndCopy(destination Path) : void in class org.apache.hadoop.yarn.util.FSDownload | From | To |