852e78d7ab459fb2d46e1919825583ce3667a509
Files Diff
- Added: 1
 - Removed: 1
 - Renamed: 0
 - Modified: 11
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public mkdirs(path TachyonURI, recursive boolean) : void renamed to public mkdir(path TachyonURI, recursive boolean) : InodeTree.CreatePathResult in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Method public inodePersistedEntryTest() : void renamed to public persistedDirectoryEntryTest() : void in class tachyon.master.journal.JournalFormatterTestBase | From | To | |
| Rename Variable | 2 | ||
| Rename Variable prefixInd : int to i : int in method public rename(fileId long, dstPath TachyonURI) : boolean in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Variable fdnee : FileDoesNotExistException to e : FileDoesNotExistException in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.file.FileSystemMaster | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to InodeTree.CreatePathResult in method public mkdir(path TachyonURI, recursive boolean) : InodeTree.CreatePathResult in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Class | 1 | ||
| Rename Class tachyon.master.file.journal.InodePersistedEntry renamed to tachyon.master.file.journal.PersistDirectoryEntry | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type typedEntry : InodePersistedEntry to typedEntry : PersistDirectoryEntry in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter persisted : boolean to replayed : boolean in method package deleteFileInternal(fileId long, recursive boolean, replayed boolean, opTimeMs long) : boolean in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Parameter path : String to ufsPath : String in method public persistFile(fileId long, nonce long, ufsPath String) : void in class tachyon.worker.block.BlockDataManager | From | To | |
| Rename Parameter persisted : boolean to replayed : boolean in method package renameInternal(fileId long, dstPath TachyonURI, replayed boolean, opTimeMs long) : boolean in class tachyon.master.file.FileSystemMaster | From | To |