1667bd4a37c4703233034deb04086cc29b9ccdb4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected computePreContentBytes() : ByteBuf renamed to private lazyLoadPreContentBuffer() : ByteBuf in class org.asynchttpclient.request.body.multipart.part.MultipartPart | From | To | |
| Change Return Type | 1 | ||
| Change Return Type long to int in method public getCount() : int in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type multipartBody : Body to multipartBody : MultipartBody in method private compareContentLength(parts List<Part>) : void in class org.asynchttpclient.request.body.multipart.MultipartBodyTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type count : long to count : int in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor | From | To | |
| Extract Method | 1 | ||
| Extract Method protected computePreContentBytes(preContentLength int) : ByteBuf extracted from protected computePreContentBytes() : ByteBuf in class org.asynchttpclient.request.body.multipart.part.MultipartPart | From | To |