0374d40caeaae244e655db51557129d88c597550
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private release() : void inlined to public produce() : Runnable in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer | From | To | |
Rename Variable | 2 | ||
Rename Variable looping : boolean to parse : boolean in method public produce() : Runnable in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer | From | To | |
Rename Variable frameBytesCallback : FrameBytesCallback to dataFrameCallback : DataFrameCallback in method public testInterleaving() : void in class org.eclipse.jetty.http2.client.InterleavingTest | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.http2.client.InterleavingTest.FrameBytesCallback renamed to org.eclipse.jetty.http2.client.InterleavingTest.DataFrameCallback | From | To | |
Rename Attribute | 1 | ||
Rename Attribute last : boolean to frame : DataFrame in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2.DataInfo | From | To | |
Change Variable Type | 3 | ||
Change Variable Type dataFrames : BlockingQueue<FrameBytesCallback> to dataFrames : BlockingQueue<DataFrameCallback> in method public testInterleaving() : void in class org.eclipse.jetty.http2.client.InterleavingTest | From | To | |
Change Variable Type dataQueue : Deque<Object> to dataQueue : Deque<Callback> in method public testResetAfterAsyncRequestBlockingWriteStalledByFlowControl() : void in class org.eclipse.jetty.http2.client.StreamResetTest | From | To | |
Change Variable Type frameBytesCallback : FrameBytesCallback to dataFrameCallback : DataFrameCallback in method public testInterleaving() : void in class org.eclipse.jetty.http2.client.InterleavingTest | From | To | |
Extract Variable | 1 | ||
Extract Variable responseListeners : List<Response.ResponseListener> in method protected responseHeaders(exchange HttpExchange) : boolean from class org.eclipse.jetty.client.HttpReceiver | From | To | |
Extract Method | 1 | ||
Extract Method public onData(frame DataFrame, callback Callback) : void extracted from public onData(frame DataFrame) : void in class org.eclipse.jetty.http2.HTTP2Session | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type buffer : ByteBuffer to buffer : NetworkBuffer in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer | From | To | |
Change Attribute Type last : boolean to frame : DataFrame in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2.DataInfo | From | To |