afa741817fb7a6f6918d5f37082cdfc6d0876cd2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable r : long to state : Body.State in method public nextChunk() : Object in class org.asynchttpclient.netty.request.body.BodyChunkedInput | From | To | |
Rename Variable r : long to state : Body.State in method public readChunk(ctx ChannelHandlerContext) : ByteBuf in class org.asynchttpclient.netty.request.body.BodyChunkedInput | From | To | |
Change Return Type | 6 | ||
Change Return Type long to State in method private readNextPart(buffer ByteBuffer) : State in class org.asynchttpclient.request.body.generator.FeedableBodyGenerator.PushBody | From | To | |
Change Return Type long to State in method public read(buffer ByteBuffer) : State in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator.InputStreamBody | From | To | |
Change Return Type long to State in method public read(buffer ByteBuffer) : State in class org.asynchttpclient.request.body.multipart.MultipartBody | From | To | |
Change Return Type long to State in method public read(byteBuffer ByteBuffer) : State in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody | From | To | |
Change Return Type long to State in method public read(buffer ByteBuffer) : State in class org.asynchttpclient.request.body.Body | From | To | |
Change Return Type long to State in method public read(buffer ByteBuffer) : State in class org.asynchttpclient.request.body.generator.FeedableBodyGenerator.PushBody | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.asynchttpclient.request.body.generator.FeedableBodyGenerator.PushBodyState moved and renamed to org.asynchttpclient.request.body.Body.State | From | To | |
Change Variable Type | 2 | ||
Change Variable Type r : long to state : Body.State in method public readChunk(ctx ChannelHandlerContext) : ByteBuf in class org.asynchttpclient.netty.request.body.BodyChunkedInput | From | To | |
Change Variable Type r : long to state : Body.State in method public nextChunk() : Object in class org.asynchttpclient.netty.request.body.BodyChunkedInput | From | To | |
Inline Variable | 1 | ||
Inline Variable readBytes : long in method private compareContentLength(parts List<Part>) : void from class org.asynchttpclient.request.body.multipart.MultipartBodyTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type state : PushBodyState to state : State in class org.asynchttpclient.request.body.generator.FeedableBodyGenerator.PushBody | From | To |