79371dccb2c87764db563888bf3fbdbdfa4c8acd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method package handleResponse(resp HttpResponse) : void moved from class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl to class io.vertx.core.http.impl.Http1xClientConnection & inlined to package handleResponse(resp HttpResponse) : void | From | To | |
Move And Inline Method public createNetSocket() : NetSocket moved from class io.vertx.core.http.impl.Http1xClientConnection to class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & inlined to public createNetSocket() : NetSocket | From | To | |
Change Return Type | 2 | ||
Change Return Type HttpClientStream to void in method public createStream(completionHandler Handler<AsyncResult<HttpClientStream>>) : void in class io.vertx.core.http.impl.Http2ClientConnection | From | To | |
Change Return Type HttpClientStream to void in method public createStream(handler Handler<AsyncResult<HttpClientStream>>) : void in class io.vertx.core.http.impl.HttpClientConnection | From | To | |
Move Attribute | 1 | ||
Move Attribute public log : Logger from class io.vertx.core.http.impl.pool.ConnectionManager to package log : Logger from class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable checker : Handler<HttpClientResponse> in method private testClientContext() : void from class io.vertx.test.core.Http1xTest | From | To |