40f4f4353a27d81456890b5ded66fe5561b5f68f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method package getConnection(waiter Waiter) : boolean moved from class io.vertx.core.http.impl.ConnectionManager.Pool to class io.vertx.core.http.impl.ConnectionManager.ConnQueue & inlined to public getConnection(waiter Waiter) : void | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type conn : C to conn : HttpClientConnection in method package deliverStream(conn HttpClientConnection, waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Move Method | 1 | ||
| Move Method package deliverStream(conn C, waiter Waiter) : void from class io.vertx.core.http.impl.ConnectionManager.Pool to package deliverStream(conn HttpClientConnection, waiter Waiter) : void from class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Rename Variable | 1 | ||
| Rename Variable served : boolean to conn : HttpClientConnection in method public getConnection(waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type served : boolean to conn : HttpClientConnection in method public getConnection(waiter Waiter) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type pool : Pool<? extends HttpClientConnection> to pool : Pool<HttpClientConnection> in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To |