668817a6cefa6025ddfe082ed71d7d317d811381
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method public getPrimaryGroup() : String moved from class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore to class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem & inlined to public getOwnerUserPrimaryGroup() : String | From | To | |
Move And Inline Method public getUser() : String moved from class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore to class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem & inlined to public getOwnerUser() : String | From | To | |
Extract Variable | 2 | ||
Extract Variable effectiveGroup : String in method public setOwner(path Path, owner String, group String) : void from class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore | From | To | |
Extract Variable effectiveOwner : String in method public setOwner(path Path, owner String, group String) : void from class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore | From | To | |
Split Attribute | 1 | ||
Split Attribute abfsStore : AzureBlobFileSystemStore to [user : String, primaryUserGroup : String] in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem | From | To |