7111adb95e7900f265abd551d1e9c1ece90c1994
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public next(keyWritable BytesWritable, valueWritable BytesWritable) : boolean renamed to public nextKeyValue() : boolean in class alluxio.client.keyvalue.hadoop.KeyValueRecordReader | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute keyWritable : BytesWritable to mCurrentKey : BytesWritable in method public nextKeyValue() : boolean in class alluxio.client.keyvalue.hadoop.KeyValueRecordReader | From | To | |
Replace Variable With Attribute valueWritable : BytesWritable to mCurrentValue : BytesWritable in method public nextKeyValue() : boolean in class alluxio.client.keyvalue.hadoop.KeyValueRecordReader | From | To |