c35b83225195487915197044a8e385fcd839e729
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute channels : Map<Integer,HttpChannelOverFCGI> to activeChannels : Map<Integer,HttpChannelOverFCGI> in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI | From | To | |
Change Variable Type | 2 | ||
Change Variable Type request : org.eclipse.jetty.client.api.Request to request : Request in method private newHttpClientTransport(transport Transport, code Predicate<HttpExchange>) : HttpClientTransport in class org.eclipse.jetty.http.client.HttpChannelAssociationTest | From | To | |
Change Variable Type request : org.eclipse.jetty.client.api.Request to request : Request in method protected newHttpConnection(endPoint EndPoint, destination HttpDestination, promise Promise<Connection>) : HttpConnectionOverFCGI in class org.eclipse.jetty.http.client.HttpChannelAssociationTest.newHttpClientTransport | From | To | |
Extract Method | 1 | ||
Extract Method protected newHttpChannel() : HttpChannelOverHTTP2 extracted from protected provideHttpChannel() : HttpChannelOverHTTP2 in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2 | From | To |