db04a9f9d910caf3976f8a86cdd8bacbafcd78e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getKeyLen() : int renamed to package getKeyLength() : int in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To | |
Rename Variable | 1 | ||
Rename Variable c : int to diff : int in method public compare(a Cell, b Cell, ignoreSequenceid boolean) : int in class org.apache.hadoop.hbase.CellComparatorImpl | From | To | |
Inline Method | 1 | ||
Inline Method private getRowLen() : short inlined to public getRowLength() : short in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To | |
Extract Method | 6 | ||
Extract Method package getTimestamp(keyLength int) : long extracted from public getTimestamp() : long in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To | |
Extract Method package getFamilyLengthPosition(rowLength int) : int extracted from private getFamilyLengthPosition() : int in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To | |
Extract Method public getFamilyPosition(familyLengthPosition int) : int extracted from public getFamilyPosition() : int in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To | |
Extract Method package compareRows(left Cell, leftRowLength int, right Cell, rightRowLength int) : int extracted from public compareRows(left Cell, right Cell) : int in class org.apache.hadoop.hbase.CellComparatorImpl | From | To | |
Extract Method package getTypeByte(keyLen int) : byte extracted from public getTypeByte() : byte in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To | |
Extract Method package getQualifierPosition(familyPosition int, familyLength int) : int extracted from public getQualifierPosition() : int in class org.apache.hadoop.hbase.ByteBufferKeyValue | From | To |