705b3fa98c97806c7eba63617a99f62d829400d1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testFilterListWithInclusiveStopFilteMustPassOne() : void renamed to public testFilterListWithInclusiveStopFilterMustPassOne() : void in class org.apache.hadoop.hbase.filter.TestFilterList | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public filterKeyValue(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListWithAND to public filterKeyValue(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Pull Up Method public filterKeyValue(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListWithOR to public filterKeyValue(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type filterIdx : int to prevCode : ReturnCode in method private shouldPassCurrentCellToFilter(prevCell Cell, currentCell Cell, prevCode ReturnCode) : boolean in class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Rename Parameter | 5 | ||
Rename Parameter currentTransformedCell : Cell to transformedCell : Cell in method package internalFilterKeyValue(c Cell, transformedCell Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Rename Parameter filterIdx : int to prevCode : ReturnCode in method private shouldPassCurrentCellToFilter(prevCell Cell, currentCell Cell, prevCode ReturnCode) : boolean in class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Rename Parameter currentTransformedCell : Cell to transformedCell : Cell in method package internalFilterKeyValue(c Cell, transformedCell Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterListWithAND | From | To | |
Rename Parameter currentTransformCell : Cell to transformCell : Cell in method package internalFilterKeyValue(c Cell, transformCell Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Rename Parameter currentTransformedCell : Cell to transformedCell : Cell in method package abstract internalFilterKeyValue(c Cell, transformedCell Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.FilterListBase | From | To |