3468e0eadfa2f54e2fcef6ea33cc78bcb13b521e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package connectionClosed() : void renamed to package closeConnection() : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
Rename Method public discardConnection(conn ClientConnection) : void renamed to public evictConnection(conn ClientConnection) : void in class io.vertx.core.http.impl.Http1xPool | From | To | |
Rename Method public discardConnection(conn Http2ClientConnection) : void renamed to public evictConnection(conn Http2ClientConnection) : void in class io.vertx.core.http.impl.Http2Pool | From | To | |
Inline Method | 2 | ||
Inline Method package recycle(conn HttpClientConnection) : void inlined to private recycleConnection(conn HttpClientConnection) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public canCreateStream(connCount int) : boolean extracted from package getConnection(waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue & moved to class io.vertx.core.http.impl.Http2Pool | From | To |