9b0716ee7e8daab6046f33c617548898c3e162e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public copyToLocal(argv String[]) : int renamed to public copyFileToLocal(srcPath TachyonURI, dstFile File) : int in class tachyon.shell.TFsShell | From | To | |
Rename Variable | 1 | ||
Rename Variable src : File to dstFile : File in method public run(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Inline Method | 1 | ||
Inline Method public copyFromLocal(argv String[]) : int inlined to public run(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable dst : File to dstFile : File in method public copyFileToLocal(srcPath TachyonURI, dstFile File) : int in class tachyon.shell.TFsShell | From | To | |
Extract Method | 1 | ||
Extract Method private fileReadTest(fileName String, size int) : void extracted from private copyToLocalWithBytes(bytes int) : void in class tachyon.shell.TFsShellTest | From | To |