6bbf2b340cd19a7b443b49a04b1d073bcd65a33e
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type fileOutStream : AbstractCountingOutStream to fileOutStream : AbstractOutStream in method public BaseKeyValuePartitionWriter(fileOutStream AbstractOutStream) in class tachyon.client.keyvalue.BaseKeyValuePartitionWriter | From | To | |
Change Parameter Type out : AbstractCountingOutStream to out : AbstractOutStream in method public OutStreamPayloadWriter(out AbstractOutStream) in class tachyon.client.keyvalue.OutStreamPayloadWriter | From | To | |
Rename Class | 2 | ||
Rename Class tachyon.client.ByteArrayCountingOutStream renamed to tachyon.client.ByteArrayOutStream | From | To | |
Rename Class tachyon.client.AbstractCountingOutStream renamed to tachyon.client.AbstractOutStream | From | To | |
Extract Superclass | 1 | ||
Extract Superclass tachyon.client.AbstractOutStream from classes [tachyon.client.ByteArrayOutStream, tachyon.client.file.FileOutStream] | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type mOutStream : AbstractCountingOutStream to mOutStream : AbstractOutStream in class tachyon.client.keyvalue.OutStreamPayloadWriter | From | To | |
Change Attribute Type mTestOutStream : ByteArrayCountingOutStream to mTestOutStream : ByteArrayOutStream in class tachyon.client.keyvalue.PayloadReaderWriterTest | From | To | |
Change Attribute Type mFileOutStream : AbstractCountingOutStream to mFileOutStream : AbstractOutStream in class tachyon.client.keyvalue.BaseKeyValuePartitionWriter | From | To | |
Change Attribute Type mOutStream : ByteArrayCountingOutStream to mOutStream : ByteArrayOutStream in class tachyon.client.keyvalue.LinearProbingIndexTest | From | To | |
Change Attribute Type mOutStream : ByteArrayCountingOutStream to mOutStream : ByteArrayOutStream in class tachyon.client.keyvalue.KeyValuePartitionReaderWriterTest | From | To |