ebdac4b52e67614db70b59be8cd8143efe701911
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected doCompare(compareOp CompareOp, comparator ByteArrayComparable, data byte[], offset int, length int) : boolean renamed to private compare(compareOp CompareOp, compareResult int) : boolean in class org.apache.hadoop.hbase.filter.CompareFilter | From | To | |
Move Source Folder | 1 | ||
Move Source Folder hbase-client to hbase-common | From | To | |
Extract Variable | 1 | ||
Extract Variable rowArr : byte[] in method public filterRowKey(firstRowCell Cell) : boolean from class org.apache.hadoop.hbase.filter.MultiRowRangeFilter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter offset : int to compareResult : int in method private compare(compareOp CompareOp, compareResult int) : boolean in class org.apache.hadoop.hbase.filter.CompareFilter | From | To | |
Rename Parameter kv : Cell to cell : Cell in method public filterKeyValue(cell Cell) : ReturnCode in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter | From | To |