2eea704198149f9066653a0d9224343c8c5850e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testClientResetServerStream() : void renamed to public testClientResetServerStreamDuringRequest() : void in class io.vertx.test.core.Http2ClientTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute handler : Http2ClientConnection to conn : Http2ClientConnection in class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To | |
| Rename Attribute clientStream : Http2ClientConnection.Http2ClientStream to stream : Http2ClientConnection.Http2ClientStream in class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter handler : Http2ClientConnection to conn : Http2ClientConnection in method public HttpClientRequestPushPromise(conn Http2ClientConnection, stream Http2Stream, client HttpClientImpl, method HttpMethod, uri String, host String, headers MultiMap) in class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To | |
| Rename Parameter clientStream : Http2Stream to stream : Http2Stream in method public HttpClientRequestPushPromise(conn Http2ClientConnection, stream Http2Stream, client HttpClientImpl, method HttpMethod, uri String, host String, headers MultiMap) in class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To |