118751d90bc1f8dbe2a7e23bb2cb35ca6f91fd2e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.apache.thrift:libthrift 0.9.1 To 0.9.2 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type tachyonClient : TachyonFS to tachyonClient : TachyonFileSystem in method private copyPath(src File, tachyonClient TachyonFileSystem, dstPath TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Parameter Type tachyonClient : TachyonFS to tachyonClient : TachyonFileSystem in method private loadPath(tachyonClient TachyonFileSystem, filePath TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Parameter Type tachyonFS : TachyonFS to tachyonFS : TachyonFileSystem in method private getFileOrFolderSize(tachyonFS TachyonFileSystem, path TachyonURI) : long in class tachyon.shell.TFsShell | From | To | |
Rename Variable | 3 | ||
Rename Variable fileId : long to fd : TachyonFile in method public report(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Rename Variable block : FileBlockInfo to blockId : long in method public fileinfo(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Rename Variable host : String to blockId : long in method public location(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Parameterize Variable | 6 | ||
Parameterize Variable testFolder1 : TachyonURI to path : TachyonURI in method private isFileExist(path TachyonURI) : boolean in class tachyon.shell.TFsShellTest | From | To | |
Parameterize Variable testFolder2 : TachyonURI to path : TachyonURI in method private isFileExist(path TachyonURI) : boolean in class tachyon.shell.TFsShellTest | From | To | |
Parameterize Variable testFile2 : TachyonURI to path : TachyonURI in method private isFileExist(path TachyonURI) : boolean in class tachyon.shell.TFsShellTest | From | To | |
Replace Variable With Attribute | 8 | ||
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public request(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public report(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public du(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method private countHelper(path TachyonURI) : long[] in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public load(filePath TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method private listStatusSortedByIncreasingCreationTime(path TachyonURI) : List<FileInfo> in class tachyon.shell.TFsShell | From | To | |
Replace Variable With Attribute tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public copyFromLocal(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type | 11 | ||
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public report(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public du(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method private countHelper(path TachyonURI) : long[] in class tachyon.shell.TFsShell | From | To | |
Change Variable Type block : FileBlockInfo to blockId : long in method public fileinfo(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type host : String to blockId : long in method public location(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public load(filePath TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method private listStatusSortedByIncreasingCreationTime(path TachyonURI) : List<FileInfo> in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public copyFromLocal(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type fileId : long to fd : TachyonFile in method public report(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tachyonClient : TachyonFS to mTfs : TachyonFileSystem in method public request(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Extract Method | 25 | ||
Extract Method private isFileExist(path TachyonURI) : boolean extracted from public renameParentDirectoryTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Extract Method private listStatusSortedByIncreasingCreationTime(path TachyonURI) : List<FileInfo> extracted from public ls(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To | |
Extract Method private copyToLocalWithBytes(bytes int) : void extracted from public copyToLocalLargeTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Extract Method private copyToLocalWithBytes(bytes int) : void extracted from public copyToLocalTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Extract Method private isFileExist(path TachyonURI) : boolean extracted from public rmrTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Extract Method private isFileExist(path TachyonURI) : boolean extracted from public rmTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Extract Method private isFileExist(path TachyonURI) : boolean extracted from public renameTest() : void in class tachyon.shell.TFsShellTest | From | To | |
Extract Method private listStatusSortedByIncreasingCreationTime(path TachyonURI) : List<FileInfo> extracted from public lsr(path TachyonURI) : int in class tachyon.shell.TFsShell | From | To |