1849e8a5a77373b5fb8e354c3f20214a80eb8c1a
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method protected updateLastCellLoadedToCache(result Result) : void from class org.apache.hadoop.hbase.client.ClientScanner to private updateLastCell(result Result) : void from class org.apache.hadoop.hbase.client.BatchScanResultCache | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type partialResults : List<Result> to partialResults : Iterable<Result> in method public createCompleteResult(partialResults Iterable<Result>) : Result in class org.apache.hadoop.hbase.client.Result | From | To | |
| Move Method | 1 | ||
| Move Method private regroupResults(result Result) : Result from class org.apache.hadoop.hbase.client.ClientScanner to private regroupResults(result Result) : Result from class org.apache.hadoop.hbase.client.BatchScanResultCache | From | To | |
| Rename Variable | 1 | ||
| Rename Variable first : Result to r : Result in method public addAndGet(results Result[], isHeartbeatMessage boolean) : Result[] in class org.apache.hadoop.hbase.client.AllowPartialScanResultCache | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.hadoop.hbase.client.BatchScanResultCache from class org.apache.hadoop.hbase.client.ClientScanner | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [i : int, partialResults : List<Result>] to iter : Iterator<Result> in method public createCompleteResult(partialResults Iterable<Result>) : Result in class org.apache.hadoop.hbase.client.Result | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter hasMoreCellsInRow : boolean to mayHaveMoreCellsInRow : boolean in method public create(cells List<Cell>, exists Boolean, stale boolean, mayHaveMoreCellsInRow boolean) : Result in class org.apache.hadoop.hbase.client.Result | From | To |