02b5732720607c2703d8c0e1a9d62901f40aea67
Files Diff
- Added: 13
- Removed: 1
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private notifyFailure(stream Stream, failure Throwable) : void renamed to private notifyTimeout(stream Stream, failure Throwable) : void in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Change Return Type | 2 | ||
Change Return Type void to boolean in method public prepend(entry Entry) : boolean in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
Change Return Type void to boolean in method public append(entry Entry) : boolean in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
Rename Attribute | 1 | ||
Rename Attribute reset : boolean to remoteReset : boolean in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Extract Method | 1 | ||
Extract Method public connect(sslContextFactory SslContextFactory, address InetSocketAddress, listener Session.Listener, promise Promise<Session>, context Map<String,Object>) : void extracted from public connect(sslContextFactory SslContextFactory, address InetSocketAddress, listener Session.Listener, promise Promise<Session>) : void in class org.eclipse.jetty.http2.client.HTTP2Client | From | To |