a90ad87ae97fef89ec8ebc969faeffa957f2fff8
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type AbstractOutputBuffer<S> to Http11OutputBuffer<S> in method protected getOutputBuffer() : Http11OutputBuffer<S> in class org.apache.coyote.http11.AbstractHttp11Processor | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.coyote.http11.AbstractOutputBuffer renamed to org.apache.coyote.http11.Http11OutputBuffer | From | To | |
Move Class | 1 | ||
Move Class org.apache.coyote.http11.AbstractOutputBuffer.SocketOutputBuffer moved to org.apache.coyote.http11.Http11OutputBuffer.SocketOutputBuffer | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.coyote.http11.Http11OutputBuffer from classes [org.apache.coyote.http11.filters.TesterOutputBuffer] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type outputBuffer : AbstractOutputBuffer<S> to outputBuffer : Http11OutputBuffer<S> in class org.apache.coyote.http11.AbstractHttp11Processor | From | To |