3efde85614e80967557a57b1461b22b101d8a946
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 3 | ||
| Move And Inline Method public batchCallback(actions List<? extends Row>, callback Batch.Callback<R>) : Object[] moved from class org.apache.hadoop.hbase.client.HTable to class org.apache.hadoop.hbase.coprocessor.TestHTableWrapper & inlined to private checkBatch() : void | From | To | |
| Move And Inline Method public batch(actions List<? extends Row>) : Object[] moved from class org.apache.hadoop.hbase.client.HTable to class org.apache.hadoop.hbase.client.TestMultiParallel & inlined to public testBatchWithMixedActions() : void | From | To | |
| Move And Inline Method public batch(actions List<? extends Row>) : Object[] moved from class org.apache.hadoop.hbase.client.HTable to class org.apache.hadoop.hbase.client.TestMultiParallel & inlined to public testBatchWithIncrementAndAppend() : void | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type actions : List<? extends Row> to gets : List<Get> in method public get(gets List<Get>) : Result[] in class org.apache.hadoop.hbase.client.HTable | From | To | |
| Rename Variable | 1 | ||
| Rename Variable results : Object[] to r1 : Object[] in method public get(gets List<Get>) : Result[] in class org.apache.hadoop.hbase.client.HTable | From | To | |
| Inline Method | 1 | ||
| Inline Method public batch(actions List<? extends Row>) : Object[] inlined to public get(gets List<Get>) : Result[] in class org.apache.hadoop.hbase.client.HTable | From | To | |
| Extract Variable | 3 | ||
| Extract Variable puts : List<Put> in method public testBatchWithMixedActions() : void from class org.apache.hadoop.hbase.client.TestMultiParallel | From | To | |
| Extract Variable actions : ArrayList<Put> in method public testMulti() : void from class org.apache.hadoop.hbase.client.TestHCM | From | To | |
| Extract Variable actions : List<Row> in method private checkBatch() : void from class org.apache.hadoop.hbase.coprocessor.TestHTableWrapper | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter actions : List<? extends Row> to gets : List<Get> in method public get(gets List<Get>) : Result[] in class org.apache.hadoop.hbase.client.HTable | From | To |