c285d6f8bbd839906e8c39d23db2f343be22c6ca
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private commit(info MetaData.Response, endStream boolean, callback Callback) : void renamed to private sendHeaders(info MetaData.Response, endStream boolean, callback Callback) : void in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2 | From | To | |
Rename Method private send(content ByteBuffer, lastContent boolean, callback Callback) : void renamed to private sendContent(content ByteBuffer, lastContent boolean, endStream boolean, callback Callback) : void in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2 | From | To | |
Rename Variable | 1 | ||
Rename Variable committed : boolean to needsCommit : boolean in method public send(info MetaData.Response, isHeadRequest boolean, content ByteBuffer, lastContent boolean, callback Callback) : void in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2 | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Runnable in method public onRequestTrailers(frame HeadersFrame) : Runnable in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2 | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.client.HttpSender.LastContentCallback renamed to org.eclipse.jetty.client.HttpSender.LastCallback | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute client : HttpClient to httpClient : HttpClient in method protected sendContent(exchange HttpExchange, content HttpContent, callback Callback) : void in class org.eclipse.jetty.client.http.HttpSenderOverHTTP | From | To | |
Replace Variable With Attribute client : HttpClient to httpClient : HttpClient in method private release() : void in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback | From | To | |
Change Variable Type | 2 | ||
Change Variable Type request : Request to request : HttpRequest in method public HeadersCallback(exchange HttpExchange, content HttpContent, callback Callback) in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback | From | To | |
Change Variable Type request : Request to request : HttpRequest in method protected sendHeaders(exchange HttpExchange, content HttpContent, callback Callback) : void in class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2 | From | To | |
Extract Variable | 4 | ||
Extract Variable nested : Callback in method public send(info MetaData.Response, isHeadRequest boolean, content ByteBuffer, lastContent boolean, callback Callback) : void from class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2 | From | To | |
Extract Variable hasContent : boolean in method private process() : void from class org.eclipse.jetty.client.HttpSender.CommitCallback | From | To |