71f6527caefa6daed00bea0a21bb2aa749906975
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type connectionPromise : Promise<Connection> to requester : Callback in method public LeakTrackingConnectionPool(destination Destination, maxConnections int, requester Callback) in class org.eclipse.jetty.client.LeakTrackingConnectionPool | From | To | |
| Change Parameter Type connectionPromise : Promise<Connection> to requester : Callback in method public ConnectionPool(destination Destination, maxConnections int, requester Callback) in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute connectionPromise : Promise<Connection> to requester : Callback in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Variable | 1 | ||
| Extract Variable idle : boolean in method protected idle(connection Connection, created boolean) : boolean from class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type connectionPromise : Promise<Connection> to requester : Callback in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Method | 2 | ||
| Extract Method protected idle(connection Connection, created boolean) : boolean extracted from private tryCreate() : Connection in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Method protected idle(connection Connection, created boolean) : boolean extracted from public release(connection Connection) : boolean in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter connectionPromise : Promise<Connection> to requester : Callback in method public ConnectionPool(destination Destination, maxConnections int, requester Callback) in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Rename Parameter connectionPromise : Promise<Connection> to requester : Callback in method public LeakTrackingConnectionPool(destination Destination, maxConnections int, requester Callback) in class org.eclipse.jetty.client.LeakTrackingConnectionPool | From | To |