0d3e986f7e8e5052448f08ac08f644bfaadf89e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public hasMoreCellsInRow() : boolean renamed to public mayHaveMoreCellsInRow() : boolean in class org.apache.hadoop.hbase.client.Result | From | To | |
Rename Attribute | 1 | ||
Rename Attribute hasMoreCellsInRow : boolean to mayHaveMoreCellsInRow : boolean in class org.apache.hadoop.hbase.client.Result | From | To | |
Inline Variable | 2 | ||
Inline Variable c1 : Cell in method public testBatchingResultWhenRegionMove() : void from class org.apache.hadoop.hbase.TestPartialResultsFromClientSide | From | To | |
Inline Variable c2 : Cell in method public testBatchingResultWhenRegionMove() : void from class org.apache.hadoop.hbase.TestPartialResultsFromClientSide | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partial : boolean to hasMoreCellsInRow : boolean in method public create(cells List<Cell>, exists Boolean, stale boolean, hasMoreCellsInRow boolean) : Result in class org.apache.hadoop.hbase.client.Result | From | To |