6ac677e15fe7b1f4c516e9c2495a0dc01df31d6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 2 | ||
| Move And Inline Method public setLoadDirectChildren(loadDirectChildren boolean) : LoadMetadataOptions moved from class alluxio.master.file.options.LoadMetadataOptions to class alluxio.master.file.DefaultFileSystemMaster & inlined to private loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void | From | To | |
| Move And Inline Method public setLoadDirectChildren(loadDirectChildren boolean) : LoadMetadataOptions moved from class alluxio.master.file.options.LoadMetadataOptions to class alluxio.master.file.DefaultFileSystemMaster & inlined to private syncMetadata(journalContext JournalContext, inodePath LockedInodePath, lockingScheme LockingScheme, syncDescendantLevels int) : boolean | From | To | |
| Rename Variable | 3 | ||
| Rename Variable isLoadDirectChildren : boolean to loadDescendantLevels : int in method public fields() : void in class alluxio.master.file.options.LoadMetadataOptionsTest | From | To | |
| Rename Variable status : UfsStatus to childStatus : UfsStatus in method private loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
| Rename Variable files : UfsStatus[] to children : UfsStatus[] in method private loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mLoadDirectChildren : boolean to mLoadDescendantLevels : int in class alluxio.master.file.options.LoadMetadataOptions | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type isLoadDirectChildren : boolean to loadDescendantLevels : int in method public fields() : void in class alluxio.master.file.options.LoadMetadataOptionsTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mLoadDirectChildren : boolean to mLoadDescendantLevels : int in class alluxio.master.file.options.LoadMetadataOptions | From | To | |
| Extract Method | 1 | ||
| Extract Method private syncDirMetadata(journalContext JournalContext, inodePath LockedInodePath, syncDescendantLevels int) : boolean extracted from private syncMetadata(journalContext JournalContext, inodePath LockedInodePath, lockingScheme LockingScheme) : boolean in class alluxio.master.file.DefaultFileSystemMaster | From | To |