d53af5d737bd28cf240a5344ee877ad9f0d94a20
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable alpn : ALPNClientConnectionFactory to connectionFactory : ClientConnectionFactory in method protected newSslClientConnectionFactory(sslContextFactory SslContextFactory, connectionFactory ClientConnectionFactory) : ClientConnectionFactory in class org.eclipse.jetty.http2.client.HTTP2Client | From | To | |
Change Variable Type | 1 | ||
Change Variable Type alpn : ALPNClientConnectionFactory to connectionFactory : ClientConnectionFactory in method protected newSslClientConnectionFactory(sslContextFactory SslContextFactory, connectionFactory ClientConnectionFactory) : ClientConnectionFactory in class org.eclipse.jetty.http2.client.HTTP2Client | From | To | |
Extract Method | 1 | ||
Extract Method protected newSslClientConnectionFactory(sslContextFactory SslContextFactory, connectionFactory ClientConnectionFactory) : ClientConnectionFactory extracted from protected doStart() : void in class org.eclipse.jetty.http2.client.HTTP2Client | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method protected newSslClientConnectionFactory(connectionFactory ClientConnectionFactory) : ClientConnectionFactory extracted from private tunnelSucceeded(endPoint EndPoint) : void in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise & moved to class org.eclipse.jetty.client.HttpClient | From | To | |
Extract And Move Method protected newSslClientConnectionFactory(connectionFactory ClientConnectionFactory) : ClientConnectionFactory extracted from private tunnel() : void in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection & moved to class org.eclipse.jetty.client.HttpClient | From | To | |
Extract And Move Method protected newSslClientConnectionFactory(connectionFactory ClientConnectionFactory) : ClientConnectionFactory extracted from protected newSslClientConnectionFactory(connectionFactory ClientConnectionFactory) : ClientConnectionFactory in class org.eclipse.jetty.client.HttpDestination & moved to class org.eclipse.jetty.client.HttpClient | From | To |