d670c3a4da7dd80dccf6c6308603bb3bb013b3b0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type in : DataInputStream to in : InputStream in method package NativeAzureFsInputStream(in InputStream, key String, fileLength long) in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsInputStream | From | To | |
Change Return Type | 4 | ||
Change Return Type DataInputStream to InputStream in method public retrieve(key String) : InputStream in class org.apache.hadoop.fs.azure.NativeFileSystemStore | From | To | |
Change Return Type DataInputStream to InputStream in method public retrieve(key String) : InputStream in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore | From | To | |
Change Return Type DataInputStream to InputStream in method public retrieve(key String, byteRangeStart long) : InputStream in class org.apache.hadoop.fs.azure.NativeFileSystemStore | From | To | |
Change Return Type DataInputStream to InputStream in method public retrieve(key String, startByteOffset long) : InputStream in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore | From | To | |
Change Variable Type | 1 | ||
Change Variable Type inputStream : DataInputStream to inputStream : InputStream in method public testReadOOBWrites() : void in class org.apache.hadoop.fs.azure.TestAzureConcurrentOutOfBandIo | From | To | |
Extract Method | 1 | ||
Extract Method public create(containerNameSuffix String, createOptions EnumSet<CreateOptions>, initialConfiguration Configuration, useContainerSuffixAsContainerName boolean) : AzureBlobStorageTestAccount extracted from public create(containerNameSuffix String, createOptions EnumSet<CreateOptions>, initialConfiguration Configuration) : AzureBlobStorageTestAccount in class org.apache.hadoop.fs.azure.AzureBlobStorageTestAccount | From | To |