6ff638e18de4b591aefd428cf888c5088d8ec175
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getUnusedOffset(offsetTuple Tuple) : byte[] renamed to public getRemainingOffset(offsetTuple Tuple) : Integer in class org.apache.phoenix.util.QueryUtil | From | To | |
| Rename Method public addIterator(itr TableResultIterator) : void renamed to public addIteratorForLeaseRenewal(itr TableResultIterator) : void in class org.apache.phoenix.jdbc.PhoenixConnection | From | To | |
| Rename Method public getUnusedOffset() : Integer renamed to public getRemainingOffset() : Integer in class org.apache.phoenix.iterate.OffsetResultIterator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable value : Cell to cell : Cell in method public getRemainingOffset(offsetTuple Tuple) : Integer in class org.apache.phoenix.util.QueryUtil | From | To | |
| Change Return Type | 1 | ||
| Change Return Type byte[] to Integer in method public getRemainingOffset(offsetTuple Tuple) : Integer in class org.apache.phoenix.util.QueryUtil | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute offsetRowKeyPtr : ImmutableBytesPtr to OFFSET_ROW_KEY_PTR : ImmutableBytesPtr in class org.apache.phoenix.query.QueryConstants | From | To |