6661f2d0254f1da9d8cbbd717274421a2ddcb95f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private runTest(hTable Table) : void renamed to private runTest1(hTable Table) : void in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private fuzzyValue : byte in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd | From | To | |
Extract Method | 1 | ||
Extract Method package updateWith(currentCell Cell, fuzzyData Pair<byte[],byte[]>) : void extracted from package updateTracker(currentCell Cell) : boolean in class org.apache.hadoop.hbase.filter.FuzzyRowFilter.RowTracker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type nextRows : List<byte[]> to nextRows : PriorityQueue<Pair<byte[],Pair<byte[],byte[]>>> in class org.apache.hadoop.hbase.filter.FuzzyRowFilter.RowTracker | From | To |