4573e20033208579121e40a0e59c80ef227f63ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type proxyServlet : HttpServlet to proxyServlet : AsyncMiddleManServlet in method private startProxy(proxyServlet AsyncMiddleManServlet, initParams Map<String,String>) : void in class org.eclipse.jetty.proxy.AsyncMiddleManServletTest | From | To | |
| Change Parameter Type proxyServlet : HttpServlet to proxyServlet : AsyncMiddleManServlet in method private startProxy(proxyServlet AsyncMiddleManServlet) : void in class org.eclipse.jetty.proxy.AsyncMiddleManServletTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method public abstract transform(source Source, sink Sink) : boolean in class org.eclipse.jetty.proxy.AfterContentTransformer | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute buffers : List<ByteBuffer> to sinkBuffers : List<ByteBuffer> in class org.eclipse.jetty.proxy.AfterContentTransformer.Sink | From | To | |
| Rename Attribute buffers : List<ByteBuffer> to sourceBuffers : List<ByteBuffer> in class org.eclipse.jetty.proxy.AfterContentTransformer | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method private drain(file FileChannel, output List<ByteBuffer>) : void extracted from private drainTo(output List<ByteBuffer>) : void in class org.eclipse.jetty.proxy.AfterContentTransformer.Sink & moved to class org.eclipse.jetty.proxy.AfterContentTransformer | From | To |