6224e75862dc64660ba7ca7442881b4220ae21b9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getFrameBytesRemaining() : int renamed to public getFrameBytesGenerated() : int in class org.eclipse.jetty.http2.HTTP2Session.DataEntry | From | To | |
| Rename Method public getFrameBytesRemaining() : int renamed to public getFrameBytesGenerated() : int in class org.eclipse.jetty.http2.HTTP2Session.ControlEntry | From | To | |
| Rename Method public abstract getFrameBytesRemaining() : int renamed to public abstract getFrameBytesGenerated() : int in class org.eclipse.jetty.http2.HTTP2Flusher.Entry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable dataBytes : int to dataRemaining : int in method protected generate(lease ByteBufferPool.Lease) : boolean in class org.eclipse.jetty.http2.HTTP2Session.DataEntry | From | To | |
| Rename Variable written : int to dataBytes : int in method protected generate(lease ByteBufferPool.Lease) : boolean in class org.eclipse.jetty.http2.HTTP2Session.DataEntry | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute actives : List<Entry> to processedEntries : Set<Entry> in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Rename Attribute stalled : Entry to stalledEntry : Entry in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type actives : List<Entry> to processedEntries : Set<Entry> in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Change Attribute Type entries : Queue<Entry> to entries : Deque<Entry> in class org.eclipse.jetty.http2.HTTP2Flusher | From | To |