c3d2c1edb49bb887d80199faec5969ffb75a31c6
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable buffer : ByteBuf in method protected encode(ctx ChannelHandlerContext, frame Frame, out List<Object>) : void from class com.datastax.oss.driver.internal.core.protocol.FrameEncoder | From | To | |
Extract Variable error : Throwable in method public operationComplete(future Future<java.lang.Void>) : void from class com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.NodeResponseCallback | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type frameCodec : FrameCodec to frameCodec : FrameCodec<ByteBuf> in class com.datastax.oss.driver.internal.core.protocol.FrameEncoder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cause : Throwable to exception : Throwable in method public exceptionCaught(ctx ChannelHandlerContext, exception Throwable) : void in class com.datastax.oss.driver.internal.core.channel.InFlightHandler | From | To |