f54cc1ca51440ee0f445a008f2f31697730fd7fe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable seenNonHintReturnCode : boolean to everyFilterReturnHint : boolean in method private filterKeyValueWithMustPassOne(c Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable i : int to index : int in method private updatePrevFilterRCList(index int, currentRC ReturnCode) : void in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Parameterize Variable i : int to index : int in method private updatePrevCellList(index int, currentCell Cell, currentRC ReturnCode) : void in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Extract Method | 4 | ||
| Extract Method private updatePrevCellList(index int, currentCell Cell, currentRC ReturnCode) : void extracted from public filterKeyValue(c Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Extract Method private filterKeyValueWithMustPassAll(c Cell) : ReturnCode extracted from public filterKeyValue(c Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Extract Method private updatePrevFilterRCList(index int, currentRC ReturnCode) : void extracted from public filterKeyValue(c Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Extract Method private filterKeyValueWithMustPassOne(c Cell) : ReturnCode extracted from public filterKeyValue(c Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter c : Cell to currentCell : Cell in method private updatePrevCellList(index int, currentCell Cell, currentRC ReturnCode) : void in class org.apache.hadoop.hbase.filter.FilterList | From | To |