56a6c133d59a721a7e79a21ed7b6a499c624e9db
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testHeadMDontAutomaticallySetContentHeaders() : void renamed to public testHeadMustNotAutomaticallySetContentHeaders() : void in class io.vertx.test.core.Http1xTest | From | To | |
Rename Method private testHeadMustNoAutomaticallySetContentHeaders(reqHeaders MultiMap, headersChecker Consumer<MultiMap>) : void renamed to private testHeadAutomaticallySet(reqHeaders MultiMap, headersChecker Consumer<MultiMap>) : void in class io.vertx.test.core.Http1xTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type content : HttpContent to content : ByteBuf in method package AssembledHttpResponse(head boolean, version HttpVersion, status HttpResponseStatus, headers HttpHeaders, content ByteBuf) in class io.vertx.core.http.impl.AssembledHttpResponse | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type content : HttpContent to content : ByteBuf in class io.vertx.core.http.impl.AssembledHttpResponse | From | To |