cf8528b7b3119a7c2a80fef93719b2f44d40143c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public getConnection(waiter Waiter) : boolean from class io.vertx.core.http.impl.Http2Pool to package getConnection(waiter Waiter) : boolean from class io.vertx.core.http.impl.ConnectionManager.Pool | From | To | |
Pull Up Method public getConnection(waiter Waiter) : boolean from class io.vertx.core.http.impl.Http1xPool to package getConnection(waiter Waiter) : boolean from class io.vertx.core.http.impl.ConnectionManager.Pool | From | To | |
Rename Variable | 1 | ||
Rename Variable conn : Http2ClientConnection to toClose : List<Http2ClientConnection> in method package closeAllConnections() : void in class io.vertx.core.http.impl.Http2Pool | From | To | |
Change Return Type | 1 | ||
Change Return Type Context to ContextImpl in method public getContext() : ContextImpl in class io.vertx.core.http.impl.HttpClientConnection | From | To | |
Change Variable Type | 1 | ||
Change Variable Type conn : Http2ClientConnection to toClose : List<Http2ClientConnection> in method package closeAllConnections() : void in class io.vertx.core.http.impl.Http2Pool | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type streamCount : long to streamCount : int in class io.vertx.core.http.impl.Http2ClientConnection | From | To | |
Rename Parameter | 1 | ||
Rename Parameter handler : Http2ClientConnection to conn : Http2ClientConnection in method package checkPending(conn Http2ClientConnection) : void in class io.vertx.core.http.impl.Http2Pool | From | To |