1a5346ec4f277b0390b89fa8e4efbe6f8c39e348
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private acquireIdleConnection() : Connection renamed to private activateIdle() : Connection in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Inline Method | 1 | ||
| Inline Method private activate(connection Connection) : boolean inlined to private activateIdle() : Connection in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute connectionPromise : Promise<Connection> to requester : Promise<Connection> in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Variable | 3 | ||
| Extract Variable activeSize : int in method public toString() : String from class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Variable idleSize : int in method public toString() : String from class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Variable acquired : boolean in method private activateIdle() : Connection from class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Method | 3 | ||
| Extract Method private send(dispatch boolean) : void extracted from protected send() : void in class org.eclipse.jetty.client.PoolingHttpDestination | From | To | |
| Extract Method private idle(connection Connection, idle boolean) : boolean extracted from private tryCreate() : Connection in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Extract Method private idle(connection Connection, idle boolean) : boolean extracted from public release(connection Connection) : boolean in class org.eclipse.jetty.client.ConnectionPool | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter connectionPromise : Promise<Connection> to requester : Promise<Connection> in method public ConnectionPool(destination Destination, maxConnections int, requester Promise<Connection>) in class org.eclipse.jetty.client.ConnectionPool | From | To |