cae177af7f61ff2e616f001c50c2fec8ec66f2d1
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public NettyResponseBodyPart(last boolean) from class org.asynchttpclient.netty.NettyResponseBodyPart to public HttpResponseBodyPart(last boolean) from class org.asynchttpclient.HttpResponseBodyPart | From | To | |
Pull Up Method public isLast() : boolean from class org.asynchttpclient.netty.NettyResponseBodyPart to public isLast() : boolean from class org.asynchttpclient.HttpResponseBodyPart | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type bodyPart : NettyResponseBodyPart to bodyPart : HttpResponseBodyPart in method private updateBodyAndInterrupt(future NettyResponseFuture<?>, handler AsyncHandler<?>, bodyPart HttpResponseBodyPart) : boolean in class org.asynchttpclient.netty.handler.HttpProtocol | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private last : boolean from class org.asynchttpclient.netty.NettyResponseBodyPart to private last : boolean from class org.asynchttpclient.HttpResponseBodyPart | From | To | |
Change Return Type | 1 | ||
Change Return Type NettyResponseBodyPart to HttpResponseBodyPart in method public abstract newResponseBodyPart(buf ByteBuf, last boolean) : HttpResponseBodyPart in class org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory | From | To | |
Rename Class | 2 | ||
Rename Class org.asynchttpclient.netty.EagerNettyResponseBodyPart renamed to org.asynchttpclient.netty.EagerResponseBodyPart | From | To | |
Rename Class org.asynchttpclient.netty.LazyNettyResponseBodyPart renamed to org.asynchttpclient.netty.LazyResponseBodyPart | From | To | |
Change Variable Type | 3 | ||
Change Variable Type part : NettyResponseBodyPart to part : HttpResponseBodyPart in method private handleChunk(chunk HttpContent, channel Channel, future NettyResponseFuture<?>, handler AsyncHandler<?>) : void in class org.asynchttpclient.netty.handler.HttpProtocol | From | To | |
Change Variable Type part : NettyResponseBodyPart to part : HttpResponseBodyPart in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler | From | To | |
Change Variable Type part : NettyResponseBodyPart to part : HttpResponseBodyPart in method public handle(channel Channel, future NettyResponseFuture<?>, e Object) : void in class org.asynchttpclient.netty.handler.WebSocketProtocol | From | To |