c217e41ad5a9ff661fda4b44e539f91af24867b5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type nonRecursiveUFSDeletes : HashMap<AlluxioURI,Inode<?>> to nonRecursiveUFSDeletes : LinkedList<Pair<AlluxioURI,Inode<?>>> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Change Variable Type recursiveUFSDeletes : HashMap<AlluxioURI,Inode<?>> to recursiveUFSDeletes : LinkedList<Pair<AlluxioURI,Inode<?>>> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Extract Variable | 2 | ||
Extract Variable inodePair : Pair<AlluxioURI,Inode<?>> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void from class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Extract Variable descendantPair : Pair<AlluxioURI,Inode<?>> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void from class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Extract Method | 4 | ||
Extract Method private findPathInPairList(recursiveList LinkedList<Pair<AlluxioURI,Inode<?>>>, path AlluxioURI) : Pair<AlluxioURI,Inode<?>> extracted from private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To |