d902db93e6bc5cc94e4b293100fba90230f9bea5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private end0(data ByteBuf) : void renamed to private write(chunk ByteBuf, last boolean) : Http2ServerResponseImpl in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type streamId : int to stream : Http2Stream in method public Http2ServerResponseImpl(ctx ChannelHandlerContext, encoder Http2ConnectionEncoder, stream Http2Stream) in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to Http2ServerResponseImpl in method private write(chunk ByteBuf, last boolean) : Http2ServerResponseImpl in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Change Return Type HttpServerResponse to Http2ServerResponseImpl in method public response() : Http2ServerResponseImpl in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute streamId : int to stream : Http2Stream in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method private createHttp2ClientBuilder() : OkHttpClient.Builder extracted from private createHttp2Client() : OkHttpClient in class io.vertx.test.core.Http2Test | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type streamId : int to stream : Http2Stream in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter data : ByteBuf to chunk : ByteBuf in method private write(chunk ByteBuf, last boolean) : Http2ServerResponseImpl in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Rename Parameter streamId : int to stream : Http2Stream in method public Http2ServerResponseImpl(ctx ChannelHandlerContext, encoder Http2ConnectionEncoder, stream Http2Stream) in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
| Rename Parameter data : Buffer to chunk : Buffer in method public write(chunk Buffer) : HttpServerResponse in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To |