faef875e2af9356d5deaf727ef64f4b1e994af44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getFileSize(path String) : long renamed to public getFileStatus(path String) : UnderFileStatus in class alluxio.underfs.UnderFileSystem | From | To | |
| Rename Method public getFileSize(path String) : long renamed to public getFileStatus(path String) : UnderFileStatus in class alluxio.underfs.UnderFileSystemWithLogging | From | To | |
| Rename Variable | 1 | ||
| Rename Variable file : UnderFileStatus to status : UnderFileStatus in method private loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
| Change Return Type | 2 | ||
| Change Return Type long to UnderFileStatus in method public getFileStatus(path String) : UnderFileStatus in class alluxio.underfs.UnderFileSystem | From | To | |
| Change Return Type long to UnderFileStatus in method public getFileStatus(path String) : UnderFileStatus in class alluxio.underfs.UnderFileSystemWithLogging | From | To |