bdbb99c638c562e5fadd6ec356206dfd539e607f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private syncPersistDirectory(dir InodeDirectory, journalAppender JournalEntryAppender) : void from class alluxio.master.file.meta.InodeTree to public syncPersistDirectory(dir InodeDirectory, inodeTree InodeTree, mountTable MountTable, journalAppender JournalEntryAppender) : void from class alluxio.master.file.meta.InodeUtils | From | To | |
Rename Variable | 2 | ||
Rename Variable ufsDirAndPerm : Pair<String,MkdirsOptions> to dir : InodeDirectory in method private renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, journalContext JournalContext, replayed boolean, options RenameOptions) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Rename Variable ufsDirsToMakeWithOptions : Stack<Pair<String,MkdirsOptions>> to sameMountDirs : Stack<InodeDirectory> in method private renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, journalContext JournalContext, replayed boolean, options RenameOptions) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Change Variable Type | 2 | ||
Change Variable Type ufsDirsToMakeWithOptions : Stack<Pair<String,MkdirsOptions>> to sameMountDirs : Stack<InodeDirectory> in method private renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, journalContext JournalContext, replayed boolean, options RenameOptions) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Change Variable Type ufsDirAndPerm : Pair<String,MkdirsOptions> to dir : InodeDirectory in method private renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, journalContext JournalContext, replayed boolean, options RenameOptions) : void in class alluxio.master.file.FileSystemMaster | From | To |