c6bd73c6c5760c3a52203e6a51628587ceec6896
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute timeoutInMs : int to timeoutIntervalInMs : int in method private updateTimeoutInMs() : void in class org.apache.hadoop.fs.azure.StorageInterfaceImpl | From | To | |
Extract Variable | 3 | ||
Extract Variable container : CloudBlobContainer in method public getContainerReference(name String) : CloudBlobContainerWrapper from class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl | From | To | |
Extract Variable blob : CloudPageBlob in method public getPageBlobReference(relativePath String) : CloudBlobWrapper from class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl.SASCloudBlobContainerWrapperImpl | From | To | |
Extract Variable blob : CloudBlockBlob in method public getBlockBlobReference(relativePath String) : CloudBlobWrapper from class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl.SASCloudBlobContainerWrapperImpl | From | To | |
Extract Method | 2 | ||
Extract Method private updateRetryPolicy() : void extracted from public setRetryPolicyFactory(retryPolicyFactory RetryPolicyFactory) : void in class org.apache.hadoop.fs.azure.StorageInterfaceImpl | From | To | |
Extract Method private updateTimeoutInMs() : void extracted from public setTimeoutInMs(timeoutInMs int) : void in class org.apache.hadoop.fs.azure.StorageInterfaceImpl | From | To |