59e1f29ac4d7d3680c63e3d30cf9b2f2f872c87c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public copy(newContent ByteBuf) : AssembledFullHttpResponse from class io.vertx.core.http.impl.AssembledFullHttpResponse to public replace(content ByteBuf) : HttpContent from class io.vertx.core.http.impl.AssembledHttpResponse | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public copy(newContent ByteBuf) : AssembledFullHttpRequest from class io.vertx.core.http.impl.AssembledFullHttpRequest to public replace(content ByteBuf) : HttpContent from class io.vertx.core.http.impl.AssembledHttpResponse | From | To | |
| Change Return Type | 4 | ||
| Change Return Type AssembledFullHttpResponse to HttpContent in method public replace(content ByteBuf) : HttpContent in class io.vertx.core.http.impl.AssembledHttpResponse | From | To | |
| Change Return Type ByteBufHolder to DnsResource in method public duplicate() : DnsResource in class io.vertx.core.dns.impl.netty.DnsResource | From | To | |
| Change Return Type AssembledFullHttpRequest to HttpContent in method public replace(content ByteBuf) : HttpContent in class io.vertx.core.http.impl.AssembledHttpResponse | From | To | |
| Change Return Type ByteBufHolder to DnsResponse in method public duplicate() : DnsResponse in class io.vertx.core.dns.impl.netty.DnsResponse | From | To | |
| Extract Method | 2 | ||
| Extract Method public replace(content ByteBuf) : DnsResponse extracted from public copy() : DnsResponse in class io.vertx.core.dns.impl.netty.DnsResponse | From | To | |
| Extract Method public replace(content ByteBuf) : DnsResponse extracted from public duplicate() : ByteBufHolder in class io.vertx.core.dns.impl.netty.DnsResponse | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter newContent : ByteBuf to content : ByteBuf in method public replace(content ByteBuf) : HttpContent in class io.vertx.core.http.impl.AssembledHttpResponse | From | To |