cab009bec9ca6a6bb55626c566a7cb6bb3adc3c3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setKeyValue(keyValue KeyValue) : void renamed to public setKey(cell Cell) : void in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type value : KeyValue to value : Cell in method public setKey(value Cell) : void in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Parameter Type keyValue : KeyValue to cell : Cell in method public SingleKeyValueTuple(cell Cell) in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Change Parameter Type keyValue : KeyValue to cell : Cell in method public setKey(cell Cell) : void in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Change Parameter Type value : KeyValue to value : Cell in method public resolveColumn(value Cell) : ReturnCode in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Rename Variable | 1 | ||
Rename Variable kv : KeyValue to cell : Cell in method public getValue(family byte[], qualifier byte[], ptr ImmutableBytesWritable) : boolean in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Return Type | 6 | ||
Change Return Type KeyValue to Cell in method public getValue(cf byte[], cq byte[]) : Cell in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Change Return Type KeyValue to Cell in method public getValue(index int) : Cell in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Return Type KeyValue to Cell in method public getValue(index int) : Cell in class org.apache.phoenix.filter.RowKeyComparisonFilter.RowKeyTuple | From | To | |
Change Return Type KeyValue to Cell in method public getValue(cf byte[], cq byte[]) : Cell in class org.apache.phoenix.filter.RowKeyComparisonFilter.RowKeyTuple | From | To | |
Change Return Type KeyValue to Cell in method public getValue(cf byte[], cq byte[]) : Cell in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Return Type KeyValue to Cell in method public getValue(index int) : Cell in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.KeyValueRef renamed to org.apache.phoenix.filter.MultiKeyValueComparisonFilter.CellRef | From | To | |
Rename Attribute | 2 | ||
Rename Attribute keyValue : KeyValue to cell : Cell in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.CellRef | From | To | |
Rename Attribute keyValue : KeyValue to cell : Cell in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Change Variable Type | 5 | ||
Change Variable Type ref : KeyValueRef to ref : CellRef in method public getValue(index int) : Cell in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Variable Type ref : KeyValueRef to ref : CellRef in method public reset() : void in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Variable Type ref : KeyValueRef to ref : CellRef in method public getValue(cf byte[], cq byte[]) : Cell in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Variable Type kv : KeyValue to cell : Cell in method public getValue(family byte[], qualifier byte[], ptr ImmutableBytesWritable) : boolean in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Variable Type ref : KeyValueRef to ref : CellRef in method public resolveColumn(value Cell) : ReturnCode in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type keyValue : KeyValue to cell : Cell in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Change Attribute Type foundColumns : Map<Object,KeyValueRef> to foundColumns : Map<Object,CellRef> in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.IncrementalResultTuple | From | To | |
Change Attribute Type keyValue : KeyValue to cell : Cell in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter.CellRef | From | To | |
Rename Parameter | 3 | ||
Rename Parameter keyValue : Cell to cell : Cell in method public filterKeyValue(cell Cell) : ReturnCode in class org.apache.phoenix.filter.MultiKeyValueComparisonFilter | From | To | |
Rename Parameter keyValue : KeyValue to cell : Cell in method public SingleKeyValueTuple(cell Cell) in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To | |
Rename Parameter keyValue : KeyValue to cell : Cell in method public setKey(cell Cell) : void in class org.apache.phoenix.schema.tuple.SingleKeyValueTuple | From | To |