8f53d14e15aa27bc48024bfba1bbaada3630c20b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable trailers : Supplier<HttpFields> to trailerSupplier : Supplier<HttpFields> in method protected sendHeaders(exchange HttpExchange, content HttpContent, callback Callback) : void in class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2 | From | To | |
Rename Variable trailers : Supplier<HttpFields> to trailerSupplier : Supplier<HttpFields> in method protected sendContent(exchange HttpExchange, content HttpContent, callback Callback) : void in class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2 | From | To | |
Extract Variable | 1 | ||
Extract Variable bytes : long in method protected process() : Action from class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback | From | To | |
Extract Method | 1 | ||
Extract Method private sendTrailers(stream Stream, trailers HttpFields, callback Callback) : void extracted from protected sendHeaders(exchange HttpExchange, content HttpContent, callback Callback) : void in class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2 | From | To | |
Inline Variable | 1 | ||
Inline Variable hasContent : boolean in method private process() : void from class org.eclipse.jetty.client.HttpSender.CommitCallback | From | To |