eec78405f0ce02de4dfdff9d270bcc8885522a16
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type method : io.vertx.core.http.HttpMethod to method : HttpMethod in method public pushPromise(method HttpMethod, path String, handler Handler<AsyncResult<HttpServerResponse>>) : HttpServerResponse in class io.vertx.core.http.impl.HttpServerResponseImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable handler : Handler<AsyncResult<HttpServerResponse>> in method private testPushPromise(headers Http2Headers, authority String, provide boolean) : void from class io.vertx.test.core.Http2ServerTest | From | To | |
Extract Method | 2 | ||
Extract Method public pushPromise(method HttpMethod, host String, path String, handler Handler<AsyncResult<HttpServerResponse>>) : HttpServerResponse extracted from public pushPromise(method HttpMethod, path String, handler Handler<AsyncResult<HttpServerResponse>>) : HttpServerResponse in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Extract Method private testPushPromise(headers Http2Headers, authority String, provide boolean) : void extracted from public testPushPromise() : void in class io.vertx.test.core.Http2ServerTest | From | To |