59275100e1d7889e73169ab0d0a70c710e260b7a
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private mergeReturnCodeForOrOperator(rc ReturnCode, localRC ReturnCode) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterList to private mergeReturnCode(rc ReturnCode, localRC ReturnCode) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Move And Rename Method private mergeReturnCodeForAndOperator(rc ReturnCode, localRC ReturnCode) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterList to private mergeReturnCode(rc ReturnCode, localRC ReturnCode) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListWithAND | From | To | |
Move Method | 8 | ||
Move Method private filterKeyValueWithMustPassAll(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterList to private filterKeyValueWithMustPassAll(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListWithAND | From | To | |
Move Method private isEmpty() : boolean from class org.apache.hadoop.hbase.filter.FilterList to public isEmpty() : boolean from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Move Method private filterKeyValueWithMustPassOne(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterList to private filterKeyValueWithMustPassOne(c Cell) : ReturnCode from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Move Method private checkAndGetReversed(rowFilters List<Filter>, defaultValue boolean) : boolean from class org.apache.hadoop.hbase.filter.FilterList to protected checkAndGetReversed(rowFilters List<Filter>, defaultValue boolean) : boolean from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Move Method private isInReturnCodes(testRC ReturnCode, returnCodes ReturnCode...) : boolean from class org.apache.hadoop.hbase.filter.FilterList to protected isInReturnCodes(testRC ReturnCode, returnCodes ReturnCode...) : boolean from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Move Method private updatePrevFilterRCList(index int, currentRC ReturnCode) : void from class org.apache.hadoop.hbase.filter.FilterList to private updatePrevFilterRCList(index int, currentRC ReturnCode) : void from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Move Method private shouldPassCurrentCellToFilter(prevCell Cell, currentCell Cell, filterIdx int) : boolean from class org.apache.hadoop.hbase.filter.FilterList to private shouldPassCurrentCellToFilter(prevCell Cell, currentCell Cell, filterIdx int) : boolean from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Move Method private updatePrevCellList(index int, currentCell Cell, currentRC ReturnCode) : void from class org.apache.hadoop.hbase.filter.FilterList to private updatePrevCellList(index int, currentCell Cell, currentRC ReturnCode) : void from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Inline Method | 1 | ||
Inline Method private initPrevListForMustPassOne(size int) : void inlined to public FilterList(operator Operator, filters List<Filter>) in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Move Attribute | 5 | ||
Move Attribute private MAX_LOG_FILTERS : int from class org.apache.hadoop.hbase.filter.FilterList to private MAX_LOG_FILTERS : int from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Move Attribute private prevCellList : List<Cell> from class org.apache.hadoop.hbase.filter.FilterList to private prevCellList : List<Cell> from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Move Attribute private transformedCell : Cell from class org.apache.hadoop.hbase.filter.FilterList to protected transformedCell : Cell from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Move Attribute private prevFilterRCList : List<ReturnCode> from class org.apache.hadoop.hbase.filter.FilterList to private prevFilterRCList : List<ReturnCode> from class org.apache.hadoop.hbase.filter.FilterListWithOR | From | To | |
Move Attribute private referenceCell : Cell from class org.apache.hadoop.hbase.filter.FilterList to protected referenceCell : Cell from class org.apache.hadoop.hbase.filter.FilterListBase | From | To | |
Extract Class | 3 | ||
Extract Class org.apache.hadoop.hbase.filter.FilterListWithOR from class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Extract Class org.apache.hadoop.hbase.filter.FilterListBase from class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Extract Class org.apache.hadoop.hbase.filter.FilterListWithAND from class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Rename Attribute | 1 | ||
Rename Attribute filters : List<Filter> to filterListBase : FilterListBase in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type filters : List<Filter> to filterListBase : FilterListBase in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Rename Parameter | 4 | ||
Rename Parameter rowFilters : Filter... to filters : Filter... in method public FilterList(filters Filter...) in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Rename Parameter rowFilters : List<Filter> to filters : List<Filter> in method public FilterList(operator Operator, filters List<Filter>) in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Rename Parameter rowFilters : List<Filter> to filters : List<Filter> in method public FilterList(filters List<Filter>) in class org.apache.hadoop.hbase.filter.FilterList | From | To | |
Rename Parameter rowFilters : Filter... to filters : Filter... in method public FilterList(operator Operator, filters Filter...) in class org.apache.hadoop.hbase.filter.FilterList | From | To |