3496dec90cc751de87ae4da93a63c8d8de2fac30
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type connectionMap : Map<Channel,? super C> to connectionFactory : Function<VertxHttp2ConnectionHandler<C>,C> in method public VertxHttp2ConnectionHandler(connectionFactory Function<VertxHttp2ConnectionHandler<C>,C>, useDecompressor boolean, decoder Http2ConnectionDecoder, encoder Http2ConnectionEncoder, initialSettings Http2Settings) in class io.vertx.core.http.impl.VertxHttp2ConnectionHandler | From | To | |
| Change Parameter Type handlers : HttpHandlers to requestHandler : Handler<HttpServerRequest> in method package Http2ServerConnection(context ContextImpl, serverOrigin String, connHandler VertxHttp2ConnectionHandler, options HttpServerOptions, requestHandler Handler<HttpServerRequest>, metrics HttpServerMetrics) in class io.vertx.core.http.impl.Http2ServerConnection | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute connectionMap : Map<Channel,? super C> to connectionFactory : Function<VertxHttp2ConnectionHandler<C>,C> in class io.vertx.core.http.impl.VertxHttp2ConnectionHandler | From | To | |
| Rename Attribute handlers : HttpHandlers to requestHandler : Handler<HttpServerRequest> in class io.vertx.core.http.impl.Http2ServerConnection | From | To | |
| Extract Variable | 2 | ||
| Extract Variable handler : Handler<Void> in method protected onConcurrencyChange() : void from class io.vertx.core.http.impl.Http2ClientConnection | From | To | |
| Extract Variable handler : Handler<Void> in method package onStreamClosed(nettyStream Http2Stream) : void from class io.vertx.core.http.impl.Http2ClientConnection | From | To | |
| Split Attribute | 2 | ||
| Split Attribute connectionMap : Map<Channel,? super C> to [connectionFactory : Function<VertxHttp2ConnectionHandler<C>,C>, useCompression : boolean] in class io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder | From | To | |
| Split Attribute connectionMap : Map<Channel,? super C> to [connectionFactory : Function<VertxHttp2ConnectionHandler<C>,C>, useDecompression : boolean] in class io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type handlers : HttpHandlers to requestHandler : Handler<HttpServerRequest> in class io.vertx.core.http.impl.Http2ServerConnection | From | To | |
| Change Attribute Type connectionMap : Map<Channel,? super C> to connectionFactory : Function<VertxHttp2ConnectionHandler<C>,C> in class io.vertx.core.http.impl.VertxHttp2ConnectionHandler | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter connectionMap : Map<Channel,? super C> to connectionFactory : Function<VertxHttp2ConnectionHandler<C>,C> in method public VertxHttp2ConnectionHandler(connectionFactory Function<VertxHttp2ConnectionHandler<C>,C>, useDecompressor boolean, decoder Http2ConnectionDecoder, encoder Http2ConnectionEncoder, initialSettings Http2Settings) in class io.vertx.core.http.impl.VertxHttp2ConnectionHandler | From | To | |
| Rename Parameter handlers : HttpHandlers to requestHandler : Handler<HttpServerRequest> in method package Http2ServerConnection(context ContextImpl, serverOrigin String, connHandler VertxHttp2ConnectionHandler, options HttpServerOptions, requestHandler Handler<HttpServerRequest>, metrics HttpServerMetrics) in class io.vertx.core.http.impl.Http2ServerConnection | From | To |