d653c0bc7f84379ae797ad9dd899214f72a58213
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.apache.curator:curator-recipes:4.0.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public next(outResult List<Cell>) : boolean from class org.apache.hadoop.hbase.regionserver.StoreScanner to public next(result List<Cell>) : boolean from class org.apache.hadoop.hbase.regionserver.InternalScanner | From | To | |
Pull Up Method public next(result List<Cell>) : boolean from class org.apache.hadoop.hbase.regionserver.KeyValueHeap to public next(result List<Cell>) : boolean from class org.apache.hadoop.hbase.regionserver.InternalScanner | From | To | |
Inline Method | 2 | ||
Inline Method public next(results List<Cell>) : boolean inlined to public next(result List<Cell>, scannerContext ScannerContext) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.TestCompactor.Scanner | From | To | |
Inline Method public next(results List<Cell>) : boolean inlined to public next(result List<Cell>, scannerContext ScannerContext) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.TestStripeCompactionPolicy.Scanner | From | To | |
Rename Parameter | 3 | ||
Rename Parameter e : CoprocessorEnvironment to env : CoprocessorEnvironment in method public start(env CoprocessorEnvironment) : void in class org.apache.hadoop.hbase.coprocessor.example.ZooKeeperScanPolicyObserver | From | To | |
Rename Parameter results : List<Cell> to result : List<Cell> in method public next(result List<Cell>) : boolean in class org.apache.hadoop.hbase.regionserver.InternalScanner | From | To | |
Rename Parameter outResult : List<Cell> to result : List<Cell> in method public next(result List<Cell>) : boolean in class org.apache.hadoop.hbase.regionserver.InternalScanner | From | To |