7ce1943ef3ef6865d0292364d5d9b51adf3e9827
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract And Move Method | 3 | ||
Extract And Move Method package add(cell Cell) : Mutation extracted from public add(kv Cell) : Put in class org.apache.hadoop.hbase.client.Put & moved to class org.apache.hadoop.hbase.client.Mutation | From | To | |
Extract And Move Method package add(cell Cell) : Mutation extracted from public add(cell Cell) : Append in class org.apache.hadoop.hbase.client.Append & moved to class org.apache.hadoop.hbase.client.Mutation | From | To | |
Extract And Move Method package add(cell Cell) : Mutation extracted from public add(cell Cell) : Increment in class org.apache.hadoop.hbase.client.Increment & moved to class org.apache.hadoop.hbase.client.Mutation | From | To | |
Rename Parameter | 2 | ||
Rename Parameter kv : Cell to cell : Cell in method public add(cell Cell) : Put in class org.apache.hadoop.hbase.client.Put | From | To | |
Rename Parameter kv : Cell to cell : Cell in method public add(cell Cell) : Delete in class org.apache.hadoop.hbase.client.Delete | From | To |