ccd8032ea01eac12ecf140ccbc747702293dc077
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private getMountPointInfo(mountInfo MountInfo) : MountPointInfo renamed to private getDisplayMountPointInfo(mountInfo MountInfo) : MountPointInfo in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Rename Method public getMountPointInfo(path AlluxioURI) : MountPointInfo renamed to public getDisplayMountPointInfo(path AlluxioURI) : MountPointInfo in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Rename Method public getMountPointInfo(path AlluxioURI) : MountPointInfo renamed to public getDisplayMountPointInfo(path AlluxioURI) : MountPointInfo in class alluxio.master.file.FileSystemMaster | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public toDisplayMountPointInfo() : MountPointInfo extracted from private getMountPointInfo(mountInfo MountInfo) : MountPointInfo in class alluxio.master.file.DefaultFileSystemMaster & moved to class alluxio.master.file.meta.options.MountInfo | From | To |