07482d04605b7f27f0c1613e88d90d88527276b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public read(b byte[], off int, len int) : int renamed to private readFromRemote(b byte[], off int, len int) : int in class tachyon.client.block.RemoteBlockInStream | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public close() : void from class tachyon.client.block.RemoteBlockInStream to public close() : void from class tachyon.client.block.BufferedBlockInStream | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public remaining() : long moved from class tachyon.client.block.RemoteBlockInStream to class tachyon.client.block.BufferedBlockInStream & inlined to public read(b byte[], off int, len int) : int | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private mLocation : InetSocketAddress from class tachyon.client.block.RemoteBlockInStream to protected mLocation : InetSocketAddress from class tachyon.client.block.BufferedBlockInStream | From | To | |
Extract Method | 1 | ||
Extract Method private incrementBytesReadMetric(bytes int) : void extracted from public read(b byte[], off int, len int) : int in class tachyon.client.block.RemoteBlockInStream | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected updateBuffer() : void extracted from public read(b byte[], off int, len int) : int in class tachyon.client.block.BufferedBlockInStream & moved to class tachyon.client.block.RemoteBlockInStream | From | To |