f2a9dab30eb339c86222db47430f18f7abf405c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public passesGeneralBloomFilter(row byte[], rowOffset int, rowLen int, col byte[], colOffset int, colLen int) : boolean renamed to public passesGeneralRowBloomFilter(row byte[], rowOffset int, rowLen int) : boolean in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader | From | To | |
Rename Class | 6 | ||
Rename Class org.apache.hadoop.hbase.CellUtil.FirstOnRowColumnFakeCell renamed to org.apache.hadoop.hbase.CellUtil.FirstOnRowColCell | From | To | |
Rename Class org.apache.hadoop.hbase.CellUtil.LastOnRowFakeCell renamed to org.apache.hadoop.hbase.CellUtil.LastOnRowCell | From | To | |
Rename Class org.apache.hadoop.hbase.CellUtil.LastOnRowColumnFakeCell renamed to org.apache.hadoop.hbase.CellUtil.LastOnRowColCell | From | To | |
Rename Class org.apache.hadoop.hbase.CellUtil.FirstOnRowFakeCell renamed to org.apache.hadoop.hbase.CellUtil.FirstOnRowCell | From | To | |
Rename Class org.apache.hadoop.hbase.CellUtil.FakeCell renamed to org.apache.hadoop.hbase.CellUtil.EmptyCell | From | To | |
Rename Class org.apache.hadoop.hbase.CellUtil.FirstOnRowColumnTSFakeCell renamed to org.apache.hadoop.hbase.CellUtil.FirstOnRowColTSCell | From | To | |
Extract Method | 1 | ||
Extract Method private checkGeneralBloomFilter(key byte[], kvKey Cell, bloomFilter BloomFilter) : boolean extracted from public passesGeneralBloomFilter(row byte[], rowOffset int, rowLen int, col byte[], colOffset int, colLen int) : boolean in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader | From | To |