fe6efbc557607b05cd7b05966fff8ed481d7560d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private copyFileToLocal(tachyonClient TachyonFS, srcPath TachyonURI, dstFile File) : int renamed to public copyToLocal(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Inline Method | 2 | ||
Inline Method private fileReadTest(fileName String, size int) : void inlined to public copyToLocalLargeTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Inline Method private fileReadTest(fileName String, size int) : void inlined to public copyToLocalTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Merge Variable | 1 | ||
Merge Variable [srcPath : TachyonURI, dstFile : File] to argv : String[] in method public run(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute size : int to SIZE_BYTES : int in method public copyToLocalLargeTest() : void in class tachyon.shell.TFsShellTest | From | To |