e9f4d7e763346e982dfabe176a2bd68634647980
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type InputStream to UnderFileInputStream in method public open(path String, options OpenOptions) : UnderFileInputStream in class alluxio.underfs.ObjectUnderFileSystem | From | To | |
Change Return Type InputStream to UnderFileInputStream in method public open(path String, options OpenOptions) : UnderFileInputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Change Variable Type | 3 | ||
Change Variable Type inputStream : InputStream to inputStream : FileInputStream in method public open(path String, options OpenOptions) : UnderFileInputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Change Variable Type inputStream : InputStream to inputStream : FileInputStream in method public create(options OpenOptions) : UnderFileInputStream in class alluxio.client.block.UnderStoreBlockInStreamTest.FileUnderStoreStreamFactory | From | To | |
Change Variable Type stream : InputStream to stream : UnderFileInputStream in method public failToUnderFs() : void in class alluxio.client.file.FileInStreamTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mMockInputStream : InputStream to mMockInputStream : UnderFileInputStream in class alluxio.worker.file.UnderFileSystemManagerTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter pos : long to position : long in method public abstract seek(position long) : void in class alluxio.underfs.UnderFileInputStream | From | To |