96fcdc4241695dd4622449aa659569004faf022d
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private mockTachyonFSGet() : void renamed to private mockMasterClient() : void in class tachyon.hadoop.TFSTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type tfs : TachyonFS to tfs : TachyonFileSystem in method public HdfsFileInputStream(tfs TachyonFileSystem, fileId long, hdfsPath Path, conf Configuration, bufferSize int, stats FileSystem.Statistics, tachyonConf TachyonConf) in class tachyon.hadoop.HdfsFileInputStream | From | To | |
| Rename Variable | 4 | ||
| Rename Variable file : TachyonFile to fileStatus : FileInfo in method public getFileStatus(path Path) : FileStatus in class tachyon.hadoop.AbstractTFS | From | To | |
| Rename Variable path : TachyonURI to parentPath : TachyonURI in method public createNonRecursive(cPath Path, permission FsPermission, overwrite boolean, bufferSize int, replication short, blockSize long, progress Progressable) : FSDataOutputStream in class tachyon.hadoop.AbstractTFS | From | To | |
| Rename Variable ioe : IOException to e : IOException in method public rename(src Path, dst Path) : boolean in class tachyon.hadoop.AbstractTFS | From | To | |
| Rename Variable tachyonFS : TachyonFS to mockMaster : FileSystemMasterClient in method private mockMasterClient() : void in class tachyon.hadoop.TFSTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mTachyonFile : TachyonFile to mFileInfo : FileInfo in class tachyon.hadoop.HdfsFileInputStream | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type file : TachyonFile to fileStatus : FileInfo in method public getFileStatus(path Path) : FileStatus in class tachyon.hadoop.AbstractTFS | From | To | |
| Change Variable Type tachyonFS : TachyonFS to mockMaster : FileSystemMasterClient in method private mockMasterClient() : void in class tachyon.hadoop.TFSTest | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type mTachyonFile : TachyonFile to mFileInfo : FileInfo in class tachyon.hadoop.HdfsFileInputStream | From | To | |
| Change Attribute Type mTFS : TachyonFS to mTFS : TachyonFileSystem in class tachyon.hadoop.AbstractTFS | From | To | |
| Change Attribute Type mTFS : TachyonFS to mTFS : TachyonFileSystem in class tachyon.hadoop.HdfsFileInputStream | From | To |