504e36a781b23172f21f0fa33d11e86962f35727
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private deliverInternal(conn ConnectionHolder<C>, waiter Waiter<C>) : boolean renamed to private deliverToWaiter(conn ConnectionHolder<C>, waiter Waiter<C>) : boolean in class io.vertx.core.http.impl.pool.Pool | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute delegate : Pool<FakeConnection> to pool : Pool<FakeConnection> in class io.vertx.test.core.net.ConnectionManagerTest.FakeConnectionManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private initConnection(waiter Waiter<C>, holder ConnectionHolder<C>, context ContextImpl, concurrency long, maxConcurrency long, conn C, channel Channel, oldWeight long, newWeight long) : boolean extracted from private createConnection(waiter Waiter<C>) : long in class io.vertx.core.http.impl.pool.Pool | From | To |