b3dd98970af8daaf66230ca3906856ad7612bbd5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private readBodyPart(target ByteBuf, part BodyPart) : void renamed to private readBodyChunk(target ByteBuf, part BodyChunk) : void in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator.PushBody | From | To | |
Rename Method private readNextPart(target ByteBuf) : BodyState renamed to private readNextChunk(target ByteBuf) : BodyState in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator.PushBody | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type part : BodyPart to part : BodyChunk in method private readBodyChunk(target ByteBuf, part BodyChunk) : void in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator.PushBody | From | To | |
Rename Class | 1 | ||
Rename Class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator.BodyPart renamed to org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator.BodyChunk | From | To | |
Change Variable Type | 1 | ||
Change Variable Type nextPart : BodyPart to nextPart : BodyChunk in method private readNextChunk(target ByteBuf) : BodyState in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator.PushBody | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type queue : Queue<BodyPart> to queue : Queue<BodyChunk> in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator | From | To |