98cd85287c4d994b6b8acbe496b331bf85699966
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private stream : Stream from class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2 to private stream : Stream from class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2 | From | To | |
Inline Variable | 1 | ||
Inline Variable http2 : HTTP2ServerConnectionFactory in method protected start(maxConcurrentStreams int, handler Handler) : void from class org.eclipse.jetty.http2.client.http.AbstractTest | From | To | |
Extract Method | 2 | ||
Extract Method protected prepareServer(connectionFactory ConnectionFactory) : void extracted from protected start(maxConcurrentStreams int, handler Handler) : void in class org.eclipse.jetty.http2.client.http.AbstractTest | From | To | |
Extract Method protected prepareClient() : void extracted from protected start(maxConcurrentStreams int, handler Handler) : void in class org.eclipse.jetty.http2.client.http.AbstractTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setStream(stream Stream) : void extracted from protected sendHeaders(exchange HttpExchange, content HttpContent, callback Callback) : void in class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2 & moved to class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2 | From | To |