8cf15659be0b41d89ac335c91059d8d17b413cdd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private prepare() : void renamed to private beforeSend() : void in class org.eclipse.jetty.http2.HTTP2Session.ControlEntry | From | To | |
Extract Variable | 2 | ||
Extract Variable oldState : CloseState in method public close() : void from class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Extract Variable dataFrame : DataFrame in method protected generate(lease ByteBufferPool.Lease) : boolean from class org.eclipse.jetty.http2.HTTP2Session.DataEntry | From | To | |
Extract Method | 3 | ||
Extract Method private updateCloseAfterReceived() : boolean extracted from public updateClose(update boolean, local boolean) : boolean in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Extract Method private updateCloseAfterSend() : boolean extracted from public updateClose(update boolean, local boolean) : boolean in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Extract Method private updateCloseBeforeSend() : boolean extracted from public updateClose(update boolean, local boolean) : boolean in class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Inline Variable | 2 | ||
Inline Variable newValue : CloseState in method public updateClose(update boolean, local boolean) : boolean from class org.eclipse.jetty.http2.HTTP2Stream | From | To | |
Inline Variable local : boolean in method public removeStream(stream IStream) : void from class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type remoteStreamCount : AtomicInteger to remoteStreamCount : AtomicBiInteger in class org.eclipse.jetty.http2.HTTP2Session | From | To |