8c6a1c6d8449960f197f9fcad6f21944786ea0ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type handler : ConnectionHandler<S,P> to handler : ConnectionHandler<S> in method public RecycledProcessors(handler ConnectionHandler<S>) in class org.apache.coyote.AbstractProtocol.RecycledProcessors | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cHandler : ConnectionHandler<S,AjpProcessor> to cHandler : ConnectionHandler<S> in method public AbstractAjpProtocol(endpoint AbstractEndpoint<S>) in class org.apache.coyote.ajp.AbstractAjpProtocol | From | To | |
Change Variable Type cHandler : ConnectionHandler<S,Http11Processor> to cHandler : ConnectionHandler<S> in method public AbstractHttp11Protocol(endpoint AbstractEndpoint<S>) in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type handler : ConnectionHandler<S,P> to handler : ConnectionHandler<S> in class org.apache.coyote.AbstractProtocol.RecycledProcessors | From | To | |
Change Attribute Type recycledProcessors : RecycledProcessors<P,S> to recycledProcessors : RecycledProcessors<S> in class org.apache.coyote.AbstractProtocol.ConnectionHandler | From | To |