6cd182ed9d39b35c3fc9bb1b3b5ad7269e17ae50
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Superclass | 1 | ||
| Extract Superclass io.vertx.core.http.impl.VertxHttp2Stream from classes [io.vertx.core.http.impl.Http2ServerRequestImpl] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type req : Http2ServerRequestImpl to req : VertxHttp2Stream in method public onRstStreamRead(ctx ChannelHandlerContext, streamId int, errorCode long) : void in class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type requestMap : IntObjectMap<Http2ServerRequestImpl> to requestMap : IntObjectMap<VertxHttp2Stream> in class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package schedulePushPromise(ctx ChannelHandlerContext, streamId int, handler Handler<AsyncResult<HttpServerResponse>>) : void extracted from public promisePush(method HttpMethod, path String, handler Handler<AsyncResult<HttpServerResponse>>) : HttpServerRequest in class io.vertx.core.http.impl.Http2ServerRequestImpl & moved to class io.vertx.core.http.impl.VertxHttp2Handler | From | To |