9f9e9ecaf95ac370b206a627a88fbe64beb69ae7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private notifyTimeout(stream Stream, failure Throwable) : void renamed to private notifyIdleTimeout(stream Stream, failure Throwable) : boolean in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Rename Method public requestContent(frame DataFrame, callback Callback) : Runnable renamed to public onRequestContent(frame DataFrame, callback Callback) : Runnable in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2 | From | To | |
Rename Method public onTimeout(stream Stream, failure Throwable) : void renamed to public onIdleTimeout(stream Stream, x Throwable) : boolean in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2 | From | To | |
Change Return Type | 2 | ||
Change Return Type void to boolean in method private notifyIdleTimeout(stream Stream, failure Throwable) : boolean in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Change Return Type void to boolean in method public onIdleTimeout(stream Stream, x Throwable) : boolean in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2 | From | To | |
Inline Variable | 1 | ||
Inline Variable session : Session in method private close(stream Stream, reason String) : void from class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public onIdleTimeout(stream Stream, x Throwable) : boolean extracted from private notifyTimeout(stream Stream, failure Throwable) : void in class org.eclipse.jetty.http2.HTTP2Stream & moved to class org.eclipse.jetty.http2.api.Stream.Listener | From | To | |
Rename Parameter | 1 | ||
Rename Parameter failure : Throwable to x : Throwable in method public onIdleTimeout(stream Stream, x Throwable) : boolean in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2 | From | To |