efdb2f71d13d3ada329637f6e7851bad7d993dac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type UfsStatus to UfsFileStatus in method public getFileStatus(path String) : UfsFileStatus in class alluxio.underfs.UnderFileSystemWithLogging | From | To | |
Change Return Type UfsStatus to UfsDirectoryStatus in method public getDirectoryStatus(path String) : UfsDirectoryStatus in class alluxio.underfs.UnderFileSystemWithLogging | From | To | |
Change Return Type UfsStatus to UfsFileStatus in method public getFileStatus(path String) : UfsFileStatus in class alluxio.underfs.sleepfs.SleepingUnderFileSystem | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ufsStatus : UfsStatus to ufsStatus : UfsFileStatus in method private loadFileMetadataAndJournal(inodePath LockedInodePath, resolution MountTable.Resolution, options LoadMetadataOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public clone() : UfsDirectoryStatus extracted from private getChildrenInUFS(alluxioUri AlluxioURI) : UfsStatus[] in class alluxio.master.file.UfsSyncChecker & moved to class alluxio.underfs.UfsDirectoryStatus | From | To | |
Extract And Move Method public clone() : UfsFileStatus extracted from private getChildrenInUFS(alluxioUri AlluxioURI) : UfsStatus[] in class alluxio.master.file.UfsSyncChecker & moved to class alluxio.underfs.UfsFileStatus | From | To |