3eee7302847b55291cc87820d96e603f5e4d7612
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method package getAsShort(buf ByteBuffer, offset int) : short extracted from public toShort(buf ByteBuffer, offset int) : short in class org.apache.hadoop.hbase.util.UnsafeAccess | From | To | |
Extract Method package getAsLong(buf ByteBuffer, offset int) : long extracted from public toLong(buf ByteBuffer, offset int) : long in class org.apache.hadoop.hbase.util.UnsafeAccess | From | To | |
Extract Method package getAsInt(buf ByteBuffer, offset int) : int extracted from public toInt(buf ByteBuffer, offset int) : int in class org.apache.hadoop.hbase.util.UnsafeAccess | From | To | |
Rename Parameter | 2 | ||
Rename Parameter len1 : int to l1 : int in method public compareTo(buf1 ByteBuffer, o1 int, l1 int, buf2 ByteBuffer, o2 int, l2 int) : int in class org.apache.hadoop.hbase.util.ByteBufferUtils | From | To | |
Rename Parameter len2 : int to l2 : int in method public compareTo(buf1 ByteBuffer, o1 int, l1 int, buf2 ByteBuffer, o2 int, l2 int) : int in class org.apache.hadoop.hbase.util.ByteBufferUtils | From | To |