f037f230fd5a0b6f28e68b02f47efeb4dbc22694
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type boolean to void in method public onNext(results Result[], controller ScanController) : void in class org.apache.hadoop.hbase.client.RawScanResultConsumer | From | To | |
Change Return Type boolean to void in method public onNext(results Result[], controller ScanController) : void in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan.SimpleRawScanResultConsumer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute prefetchStopped : boolean to resumer : ScanResumer in class org.apache.hadoop.hbase.client.AsyncTableResultScanner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type prefetchStopped : boolean to resumer : ScanResumer in class org.apache.hadoop.hbase.client.AsyncTableResultScanner | From | To | |
Extract Method | 1 | ||
Extract Method private completeOrNext(resp ScanResponse, numValidResults int) : void extracted from private onComplete(controller HBaseRpcController, resp ScanResponse) : void in class org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller | From | To |