3148cfdfb09d0e713fa15d3f83d56a1065a303a2
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method package getLockGroup() : InodeLockGroup from class alluxio.master.file.meta.InodePath to package getLockGroup() : InodeLockGroup from class alluxio.master.file.meta.ExtensibleInodePath | From | To | |
Push Down Method package getInodes() : List<Inode<?>> from class alluxio.master.file.meta.InodePath to package getInodes() : List<Inode<?>> from class alluxio.master.file.meta.ExtensibleInodePath | From | To | |
Push Down Method package getPathComponents() : String[] from class alluxio.master.file.meta.InodePath to package getPathComponents() : String[] from class alluxio.master.file.meta.ExtensibleInodePath | From | To | |
Extract Subclass | 1 | ||
Extract Subclass alluxio.master.file.meta.ExtensibleInodePath from class alluxio.master.file.meta.InodePath | From | To | |
Rename Variable | 1 | ||
Rename Variable inodePath : InodePath to extensibleInodePath : ExtensibleInodePath in method private traverseToInode(inodePath InodePath, lockMode LockMode) : TraversalResult in class alluxio.master.file.meta.InodeTree | From | To | |
Inline Method | 2 | ||
Inline Method public getPath(inodePath InodePath) : AlluxioURI inlined to public getPath(inode Inode<?>) : AlluxioURI in class alluxio.master.file.meta.InodeTree | From | To | |
Change Variable Type | 1 | ||
Change Variable Type inodePath : InodePath to extensibleInodePath : ExtensibleInodePath in method private traverseToInode(inodePath InodePath, lockMode LockMode) : TraversalResult in class alluxio.master.file.meta.InodeTree | From | To |