aadfae936c5fb3b668af219ef57ae43fd33545e2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable fail : boolean to closed : boolean in method public append(entry Entry) : boolean in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Rename Variable fail : boolean to closed : boolean in method public prepend(entry Entry) : boolean in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Inline Method | 1 | ||
| Inline Method private fail(x Throwable, closed boolean) : void inlined to protected onCompleteFailure(x Throwable) : void in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute queued : Queue<Entry> to actives : List<Entry> in method protected onCompleteFailure(x Throwable) : void in class org.eclipse.jetty.http2.HTTP2Flusher | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type queued : Queue<Entry> to actives : List<Entry> in method protected onCompleteFailure(x Throwable) : void in class org.eclipse.jetty.http2.HTTP2Flusher | From | To |