b791ad5c0ef462aa79c73ae120d84eec2a8f060a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private tryOpen(path TachyonURI) : TachyonFile renamed to private ensureExists(path TachyonURI) : void in class tachyon.hadoop.AbstractTFS | From | To | |
Rename Variable | 4 | ||
Rename Variable info : FileInfo to status : URIStatus in method public listStatus(path Path) : FileStatus[] in class tachyon.hadoop.AbstractTFS | From | To | |
Rename Variable fileMetadata : TachyonFile to status : URIStatus in method public getFileBlockLocations(file FileStatus, start long, len long) : BlockLocation[] in class tachyon.hadoop.AbstractTFS | From | To | |
Rename Variable info : FileInfo to dstStatus : URIStatus in method public rename(src Path, dst Path) : boolean in class tachyon.hadoop.AbstractTFS | From | To | |
Rename Variable files : List<FileInfo> to statuses : List<URIStatus> in method public listStatus(path Path) : FileStatus[] in class tachyon.hadoop.AbstractTFS | From | To | |
Change Return Type | 1 | ||
Change Return Type TachyonFile to void in method private ensureExists(path TachyonURI) : void in class tachyon.hadoop.AbstractTFS | From | To | |
Change Variable Type | 5 | ||
Change Variable Type files : List<FileInfo> to statuses : List<URIStatus> in method public listStatus(path Path) : FileStatus[] in class tachyon.hadoop.AbstractTFS | From | To | |
Change Variable Type fileStatus : FileInfo to fileStatus : URIStatus in method public getFileStatus(path Path) : FileStatus in class tachyon.hadoop.AbstractTFS | From | To | |
Change Variable Type info : FileInfo to status : URIStatus in method public listStatus(path Path) : FileStatus[] in class tachyon.hadoop.AbstractTFS | From | To | |
Change Variable Type fileMetadata : TachyonFile to status : URIStatus in method public getFileBlockLocations(file FileStatus, start long, len long) : BlockLocation[] in class tachyon.hadoop.AbstractTFS | From | To | |
Change Variable Type info : FileInfo to dstStatus : URIStatus in method public rename(src Path, dst Path) : boolean in class tachyon.hadoop.AbstractTFS | From | To |