980282ef9b32401919e3c7ee72790a3fb9980faf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private promise() : Promise<Connection> renamed to private connectionPromise() : Promise<Connection> in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.SessionListenerPromise | From | To | |
Extract Variable | 1 | ||
Extract Variable idleTimeout : long in method public onIdleTimeout(session Session) : boolean from class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.SessionListenerPromise | From | To | |
Extract Method | 1 | ||
Extract Method private startServer(maxConcurrentStreams int, handler Handler) : void extracted from private start(maxConcurrentStreams int, handler Handler) : void in class org.eclipse.jetty.http2.client.http.MaxConcurrentStreamsTest | From | To | |
Inline Variable | 1 | ||
Inline Variable c : HttpConnectionOverHTTP2 in method public onFailure(session Session, failure Throwable) : void from class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.SessionListenerPromise | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type connection : HttpConnectionOverHTTP2 to connection : AtomicMarkableReference<HttpConnectionOverHTTP2> in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.SessionListenerPromise | From | To |