320c48a462b3d7e7257dbb2ed3b63ec03157a2c3
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 syncMetadata(journalContext JournalContext, inodePath LockedInodePath, lockingScheme LockingScheme, syncDescendantLevels int) : boolean | 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 loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void | From | To | |
Rename Variable | 3 | ||
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 Variable isLoadDirectChildren : boolean to loadDescendantLevels : int in method public fields() : void in class alluxio.master.file.options.LoadMetadataOptionsTest | 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 |