eb22e8e276158e91c03b7fb516449de85932ad63
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type server : HttpServerImpl to sslHelper : SSLHelper in method public ServerConnection(vertx VertxInternal, sslHelper SSLHelper, options HttpServerOptions, channel Channel, context ContextImpl, serverOrigin String, metrics HttpServerMetrics) in class io.vertx.core.http.impl.ServerConnection | From | To | |
| Move Method | 1 | ||
| Move Method package createHandshaker(ch Channel, request HttpRequest) : WebSocketServerHandshaker from class io.vertx.core.http.impl.HttpServerImpl to package createHandshaker(ch Channel, request HttpRequest) : WebSocketServerHandshaker from class io.vertx.core.http.impl.HttpServerImpl.ServerHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method private getEventLoop(vertx VertxInternal) : EventLoop extracted from protected ContextImpl(vertx VertxInternal, internalBlockingPool WorkerPool, workerPool WorkerPool, deploymentID String, config JsonObject, tccl ClassLoader) in class io.vertx.core.impl.ContextImpl | From | To | |
| Split Attribute | 1 | ||
| Split Attribute server : HttpServerImpl to [options : HttpServerOptions, sslHelper : SSLHelper] in class io.vertx.core.http.impl.ServerConnection | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter server : HttpServerImpl to sslHelper : SSLHelper in method public ServerConnection(vertx VertxInternal, sslHelper SSLHelper, options HttpServerOptions, channel Channel, context ContextImpl, serverOrigin String, metrics HttpServerMetrics) in class io.vertx.core.http.impl.ServerConnection | From | To |