85d701892ed969380a8bcca9c9f4e306c74af941
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public smallScan(scan Scan, limit int) : CompletableFuture<List<Result>> renamed to public scanAll(scan Scan) : CompletableFuture<List<Result>> in class org.apache.hadoop.hbase.client.AsyncTableImpl | From | To | |
| Rename Method public smallScan(scan Scan, limit int) : CompletableFuture<List<Result>> renamed to public scanAll(scan Scan) : CompletableFuture<List<Result>> in class org.apache.hadoop.hbase.client.AsyncTableBase | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public onHeartbeat() : boolean from class org.apache.hadoop.hbase.client.TestRawAsyncTableScan.SimpleRawScanResultConsumer to public onHeartbeat() : boolean from class org.apache.hadoop.hbase.client.RawScanResultConsumer | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private limit : int from class org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory.SmallScanCallerBuilder to private limit : int from class org.apache.hadoop.hbase.client.Scan | From | To | |
| Move Attribute private limit : int from class org.apache.hadoop.hbase.client.AsyncSmallScanRpcRetryingCaller to private limit : int from class org.apache.hadoop.hbase.client.Scan | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.hadoop.hbase.client.TestAsyncTableSmallScan renamed to org.apache.hadoop.hbase.client.TestAsyncTableScanAll | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute scannerId : long to resp : ScanResponse in class org.apache.hadoop.hbase.client.AsyncClientScanner.OpenScannerResponse | From | To | |
| Inline Variable | 2 | ||
| Inline Variable table : AsyncTableBase in method public testScanWithLimit() : void from class org.apache.hadoop.hbase.client.TestAsyncTableSmallScan | From | To | |
| Inline Variable table : AsyncTableBase in method public testReversedScanWithLimit() : void from class org.apache.hadoop.hbase.client.TestAsyncTableSmallScan | From | To | |
| Extract Method | 1 | ||
| Extract Method private remainingTimeNs() : long extracted from private onError(error Throwable) : void in class org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type scannerId : long to resp : ScanResponse in class org.apache.hadoop.hbase.client.AsyncClientScanner.OpenScannerResponse | From | To |