ddac413da0c6b03516377757f9291ddad95c6598
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method package getConnQueue(peerHost String, ssl boolean, port int, host String) : ConnQueue from class io.vertx.core.http.impl.pool.ConnectionManager.QueueManager to private getConnQueue(peerHost String, ssl boolean, port int, host String) : ConnQueue from class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private queueMap : Map<ConnectionKey,ConnQueue> from class io.vertx.core.http.impl.pool.ConnectionManager.QueueManager to private queueMap : Map<ConnectionKey,ConnQueue> from class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
| Move Attribute private connectionMap : Map<Channel,C> from class io.vertx.core.http.impl.pool.ConnectionManager.QueueManager to private connectionMap : Map<Channel,C> from class io.vertx.core.http.impl.pool.ConnectionManager | From | To |