9f115009cdfcffee087d20184e8cfd34585d240b
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type BlockInStream to BufferedBlockInStream in method public getInStream(blockId long) : BufferedBlockInStream in class tachyon.client.block.TachyonBlockStore | From | To | |
Rename Class | 2 | ||
Rename Class tachyon.client.block.BlockInStream renamed to tachyon.client.block.BufferedBlockInStream | From | To | |
Rename Class tachyon.client.BlockInStreamIntegrationTest renamed to tachyon.client.BufferedBlockInStreamIntegrationTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass tachyon.client.block.BufferedBlockInStream from classes [tachyon.client.block.LocalBlockInStream, tachyon.client.block.RemoteBlockInStream, tachyon.client.file.UnderStoreFileInStream] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mCurrentBlockInStream : BlockInStream to mCurrentBlockInStream : BufferedBlockInStream in class tachyon.client.file.FileInStream | From | To |