f5ea00f72442e5c80f2a5fc6e99506127fa8d16b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public postMutationBeforeWAL(ctx ObserverContext<RegionCoprocessorEnvironment>, opType MutationType, mutation Mutation, oldCell Cell, newCell Cell) : Cell renamed to private createNewCellWithTags(mutation Mutation, newCell Cell) : Cell in class org.apache.hadoop.hbase.security.visibility.VisibilityController | From | To | |
Rename Method public postMutationBeforeWAL(opType MutationType, mutation Mutation, oldCell Cell, newCell Cell) : Cell renamed to public postIncrementBeforeWAL(mutation Mutation, cellPairs List<Pair<Cell,Cell>>) : List<Pair<Cell,Cell>> in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost | From | To | |
Rename Method public postMutationBeforeWAL(ctx ObserverContext<RegionCoprocessorEnvironment>, opType MutationType, mutation Mutation, oldCell Cell, newCell Cell) : Cell renamed to private createNewCellWithTags(mutation Mutation, oldCell Cell, newCell Cell) : Cell in class org.apache.hadoop.hbase.security.access.AccessController | From | To | |
Rename Variable | 1 | ||
Rename Variable toApply : List<Cell> to cellPairs : List<Pair<Cell,Cell>> in method private reckonDeltasByStore(store HStore, op Operation, mutation Mutation, effectiveDurability Durability, now long, deltas List<Cell>, results List<Cell>) : List<Cell> in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
Change Return Type | 1 | ||
Change Return Type Cell to List<Pair<Cell,Cell>> in method public postIncrementBeforeWAL(mutation Mutation, cellPairs List<Pair<Cell,Cell>>) : List<Pair<Cell,Cell>> in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost | From | To | |
Change Variable Type | 1 | ||
Change Variable Type toApply : List<Cell> to cellPairs : List<Pair<Cell,Cell>> in method private reckonDeltasByStore(store HStore, op Operation, mutation Mutation, effectiveDurability Durability, now long, deltas List<Cell>, results List<Cell>) : List<Cell> in class org.apache.hadoop.hbase.regionserver.HRegion | From | To |