ae9613e75d705391ecb3c9353dd598130f1aebe3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable ufsDirsToMake : Stack<String> to ufsDirsToMakeWithOptions : Stack<Pair<String,MkdirsOptions>> in method package renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, replayed boolean, opTimeMs long) : void in class alluxio.master.file.FileSystemMaster | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [ufsDirToMake : String, mkdirsOptions : MkdirsOptions] to ufsDirAndPerm : Pair<String,MkdirsOptions> in method package renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, replayed boolean, opTimeMs long) : void in class alluxio.master.file.FileSystemMaster | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type ufsDirsToMake : Stack<String> to ufsDirsToMakeWithOptions : Stack<Pair<String,MkdirsOptions>> in method package renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, replayed boolean, opTimeMs long) : void in class alluxio.master.file.FileSystemMaster | From | To |