9159c82fbf6bf0b31eba58095eeca33348e2c389
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public buildCellBlock(codec Codec, compressor CompressionCodec, cellScanner CellScanner, bb ByteBuffer) : ByteBuffer extracted from public buildCellBlock(codec Codec, compressor CompressionCodec, cellScanner CellScanner) : ByteBuffer in class org.apache.hadoop.hbase.ipc.IPCUtil | From | To | |
Extract Method private allocate(capacity int, useDirectByteBuffer boolean) : ByteBuffer extracted from public ByteBufferOutputStream(capacity int, useDirectByteBuffer boolean) in class org.apache.hadoop.hbase.io.ByteBufferOutputStream | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package done() : void extracted from private processResponse(call Call) : boolean in class org.apache.hadoop.hbase.ipc.RpcServer.Responder & moved to class org.apache.hadoop.hbase.ipc.RpcServer.Call | From | To |