a85a74bbdc23f18e36e9d3fb8c1c6c29dd4c1301
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private process() : void renamed to private releaseBuffer(buffer ByteBuffer) : void in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP | From | To | |
| Extract Method | 2 | ||
| Extract Method private acquireBuffer() : ByteBuffer extracted from public receive() : void in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP | From | To | |
| Extract Method private process(buffer ByteBuffer) : void extracted from public content(buffer ByteBuffer) : boolean in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP | From | To |