fd5c0934b60664ecdde21a994910953339c7060d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public channelRead(ctx ChannelHandlerContext, msg Object) : void renamed to protected channelRead0(ctx ChannelHandlerContext, inBuffer ByteBuf) : void in class org.apache.hadoop.hbase.ipc.AsyncServerResponseHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type msg : Object to inBuffer : ByteBuf in method protected channelRead0(ctx ChannelHandlerContext, inBuffer ByteBuf) : void in class org.apache.hadoop.hbase.ipc.AsyncServerResponseHandler | From | To | |
Extract Method | 1 | ||
Extract Method private close0(e Throwable) : void extracted from public close(e Throwable) : void in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel | From | To | |
Rename Parameter | 1 | ||
Rename Parameter msg : Object to inBuffer : ByteBuf in method protected channelRead0(ctx ChannelHandlerContext, inBuffer ByteBuf) : void in class org.apache.hadoop.hbase.ipc.AsyncServerResponseHandler | From | To |