aa8284dda66cf61c962b67023c4a3a39c1921a67
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type address : SocketAddress to address : ConnectionKey in method package getConnQueue(address ConnectionKey, version HttpVersion) : ConnQueue in class io.vertx.core.http.impl.ConnectionManager.QueueManager | From | To | |
Change Parameter Type address : SocketAddress to address : ConnectionKey in method package ConnQueue(version HttpVersion, mgr QueueManager, address ConnectionKey) in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
Extract Attribute | 2 | ||
Extract Attribute package serverSSL : boolean in class io.vertx.test.core.HttpTLSTest.TLSTest | From | To | |
Extract Attribute package clientSSL : boolean in class io.vertx.test.core.HttpTLSTest.TLSTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type queueMap : Map<SocketAddress,ConnQueue> to queueMap : Map<ConnectionKey,ConnQueue> in class io.vertx.core.http.impl.ConnectionManager.QueueManager | From | To | |
Change Attribute Type address : SocketAddress to address : ConnectionKey in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To |