f14187c501ce7b79df7d1e006886c9a966eab9ca
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testConnectionErrorsGetReportedToRequest() : void renamed to public testConnectionErrorsGetReportedToHandlers() : void in class io.vertx.core.http.HttpTest | From | To | |
| Push Down Method | 2 | ||
| Push Down Method package exceptionHandler() : Handler<Throwable> from class io.vertx.core.http.impl.HttpClientRequestBase to private exceptionHandler() : Handler<Throwable> from class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
| Push Down Method public exceptionHandler(handler Handler<Throwable>) : HttpClientRequest from class io.vertx.core.http.impl.HttpClientRequestBase to public exceptionHandler(handler Handler<Throwable>) : HttpClientRequest from class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private exceptionHandler : Handler<Throwable> from class io.vertx.core.http.impl.HttpClientRequestBase to private exceptionHandler : Handler<Throwable> from class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type respHandler : Handler<AsyncResult<HttpClientResponse>> to respHandler : Future<HttpClientResponse> in class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To |