aa196322a2834b2cf48709727c6e4a9a2a36502a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testUpgradeToClearText() : void renamed to private testClearText(upgrade boolean) : void in class io.vertx.test.core.Http2ClientTest | From | To | |
Rename Method private createClearTextServer(handler BiFunction<Http2ConnectionDecoder,Http2ConnectionEncoder,Http2FrameListener>) : ServerBootstrap renamed to private createH2CServer(handler BiFunction<Http2ConnectionDecoder,Http2ConnectionEncoder,Http2FrameListener>, upgrade boolean) : ServerBootstrap in class io.vertx.test.core.Http2ClientTest | From | To | |
Rename Method public testRejectUpgradeToClearText() : void renamed to public testRejectClearTextUpgrade() : void in class io.vertx.test.core.Http2ClientTest | From | To | |
Rename Method private createServer(handler BiFunction<Http2ConnectionDecoder,Http2ConnectionEncoder,Http2FrameListener>) : ServerBootstrap renamed to private createH2Server(handler BiFunction<Http2ConnectionDecoder,Http2ConnectionEncoder,Http2FrameListener>) : ServerBootstrap in class io.vertx.test.core.Http2ClientTest | From | To | |
Rename Variable | 2 | ||
Rename Variable alpnFallbackProtocolVersion : HttpVersion to sslEngine : SSLEngine in method public testClientOptionsJson() : void in class io.vertx.test.core.Http1xTest | From | To | |
Rename Variable alpnFallbackProtocolVersion : HttpVersion to sslEngine : SSLEngine in method public testCopyClientOptions() : void in class io.vertx.test.core.Http1xTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type alpnFallbackProtocolVersion : HttpVersion to sslEngine : SSLEngine in method public testClientOptionsJson() : void in class io.vertx.test.core.Http1xTest | From | To | |
Change Variable Type alpnFallbackProtocolVersion : HttpVersion to sslEngine : SSLEngine in method public testCopyClientOptions() : void in class io.vertx.test.core.Http1xTest | From | To | |
Extract Method | 2 | ||
Extract Method protected channelInitializer(port int, host String, handler Consumer<Request>) : ChannelInitializer extracted from public connect(port int, host String, handler Consumer<Request>) : ChannelFuture in class io.vertx.test.core.Http2ServerTest.TestClient | From | To | |
Extract Method public handleHttp2(ch Channel) : void extracted from public listen(port int, host String, listenHandler Handler<AsyncResult<HttpServer>>) : HttpServer in class io.vertx.core.http.impl.HttpServerImpl | From | To |