9288206cb3c1a39044a8e106436987185ef43ddf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fs : FileSystem to fs : NativeAzureFileSystem in method public writeFile(fs NativeAzureFileSystem) : void in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending | From | To | |
Extract Method | 2 | ||
Extract Method protected getFileStatusInternal(f Path) : FileStatus extracted from public getFileStatus(f Path) : FileStatus in class org.apache.hadoop.fs.azure.NativeAzureFileSystem | From | To | |
Extract Method protected createInternal(f Path, permission FsPermission, overwrite boolean, parentFolderLease SelfRenewingLease) : FSDataOutputStream extracted from private create(f Path, permission FsPermission, overwrite boolean, createParent boolean, bufferSize int, replication short, blockSize long, progress Progressable, parentFolderLease SelfRenewingLease) : FSDataOutputStream in class org.apache.hadoop.fs.azure.NativeAzureFileSystem | From | To |