bb9569c49c49675cecc09c96b526640f050270d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable k : int to i : int in method private traverseToInode(pathComponents String[]) : TraverseResult in class tachyon.master.next.filesystem.meta.InodeTree | From | To | |
| Rename Variable inodeTraversal : Pair<Inode,Integer> to traversalResult : TraverseResult in method public getInodeByPath(path TachyonURI) : Inode in class tachyon.master.next.filesystem.meta.InodeTree | From | To | |
| Rename Variable inodeTraversal : Pair<Inode,Integer> to traversalResult : TraverseResult in method public createPath(path TachyonURI, blockSizeBytes long, recursive boolean, directory boolean) : Inode in class tachyon.master.next.filesystem.meta.InodeTree | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Pair<Inode,Integer> to TraverseResult in method private traverseToInode(pathComponents String[]) : TraverseResult in class tachyon.master.next.filesystem.meta.InodeTree | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type inodeTraversal : Pair<Inode,Integer> to traversalResult : TraverseResult in method public createPath(path TachyonURI, blockSizeBytes long, recursive boolean, directory boolean) : Inode in class tachyon.master.next.filesystem.meta.InodeTree | From | To | |
| Change Variable Type inodeTraversal : Pair<Inode,Integer> to traversalResult : TraverseResult in method public getInodeByPath(path TachyonURI) : Inode in class tachyon.master.next.filesystem.meta.InodeTree | From | To |