5bed6323c1e1f308a393f74d527e41f4f8fe3182
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
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.fcgi.client.http.HttpConnectionOverFCGI | From | To | |
Extract Method | 1 | ||
Extract Method private acquireBuffer() : ByteBuffer extracted from public onFillable() : void in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private process(buffer ByteBuffer) : void extracted from public onContent(request int, stream FCGI.StreamType, buffer ByteBuffer) : boolean in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI.ResponseListener & moved to class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI | From | To |