1dc66b72dd3788c1903e55cf1c8afcb2d4f7d343
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public responseComplete() : boolean renamed to private completeResponse(failure Throwable) : boolean in class org.eclipse.jetty.client.HttpExchange | From | To | |
| Rename Method private terminateResponse(exchange HttpExchange, failure Throwable) : void renamed to public abort(exchange HttpExchange, failure Throwable) : boolean in class org.eclipse.jetty.client.HttpReceiver | From | To | |
| Rename Method public requestComplete() : boolean renamed to private completeRequest(failure Throwable) : boolean in class org.eclipse.jetty.client.HttpExchange | From | To | |
| Pull Up Method | 3 | ||
| Pull Up Method public proceed(exchange HttpExchange, failure Throwable) : void from class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI to public proceed(exchange HttpExchange, failure Throwable) : void from class org.eclipse.jetty.client.HttpChannel | From | To | |
| Pull Up Method public proceed(exchange HttpExchange, failure Throwable) : void from class org.eclipse.jetty.client.http.HttpChannelOverHTTP to public proceed(exchange HttpExchange, failure Throwable) : void from class org.eclipse.jetty.client.HttpChannel | From | To | |
| Pull Up Method public proceed(exchange HttpExchange, failure Throwable) : void from class org.eclipse.jetty.spdy.client.http.HttpChannelOverSPDY to public proceed(exchange HttpExchange, failure Throwable) : void from class org.eclipse.jetty.client.HttpChannel | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type request : Request to exchange : HttpExchange in method protected headersToCommit(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Change Parameter Type request : Request to exchange : HttpExchange in method protected someToContent(exchange HttpExchange, content ByteBuffer) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Change Parameter Type request : Request to exchange : HttpExchange in method protected beginToHeaders(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Change Parameter Type request : Request to exchange : HttpExchange in method protected queuedToBegin(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Rename Variable | 2 | ||
| Rename Variable completed : boolean to request : Request in method public abort(exchange HttpExchange, failure Throwable) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Rename Variable fail : boolean to terminate : boolean in method public abort(exchange HttpExchange, failure Throwable) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Inline Method | 2 | ||
| Inline Method private failResponse(exchange HttpExchange, failure Throwable) : Result inlined to public abort(exchange HttpExchange, failure Throwable) : boolean in class org.eclipse.jetty.client.HttpReceiver | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to boolean in method public abort(exchange HttpExchange, failure Throwable) : boolean in class org.eclipse.jetty.client.HttpReceiver | From | To | |
| Change Return Type void to boolean in method public associate(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpChannel | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute destination : HttpDestination to _destination : HttpDestination in class org.eclipse.jetty.client.HttpChannel | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type completed : boolean to request : Request in method public abort(exchange HttpExchange, failure Throwable) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Extract Method | 4 | ||
| Extract Method public release() : void extracted from public exchangeTerminated(result Result) : void in class org.eclipse.jetty.spdy.client.http.HttpChannelOverSPDY | From | To | |
| Extract Method public abort(exchange HttpExchange, failure Throwable) : boolean extracted from protected anyToFailure(failure Throwable) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Extract Method public release() : void extracted from public exchangeTerminated(result Result) : void in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI | From | To | |
| Extract Method public release() : void extracted from public exchangeTerminated(result Result) : void in class org.eclipse.jetty.client.http.HttpChannelOverHTTP | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public abort(exchange HttpExchange, failure Throwable) : boolean extracted from protected responseFailure(failure Throwable) : boolean in class org.eclipse.jetty.client.HttpReceiver & moved to class org.eclipse.jetty.client.HttpSender | From | To | |
| Rename Parameter | 5 | ||
| Rename Parameter cause : Throwable to failure : Throwable in method public abort(failure Throwable) : boolean in class org.eclipse.jetty.client.HttpExchange | From | To | |
| Rename Parameter request : Request to exchange : HttpExchange in method protected someToContent(exchange HttpExchange, content ByteBuffer) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Rename Parameter request : Request to exchange : HttpExchange in method protected beginToHeaders(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Rename Parameter request : Request to exchange : HttpExchange in method protected queuedToBegin(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpSender | From | To | |
| Rename Parameter request : Request to exchange : HttpExchange in method protected headersToCommit(exchange HttpExchange) : boolean in class org.eclipse.jetty.client.HttpSender | From | To |