6fb243ff6c96714d997e71064c3e7b99d114d633
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 76
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method protected newSslContextFactory() : SslContextFactory renamed to protected newClientSslContextFactory() : SslContextFactory in class org.eclipse.jetty.osgi.test.TestOSGiUtil | From | To | |
Rename Method protected newSslContextFactory() : SslContextFactory renamed to protected newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.http2.alpn.tests.AbstractALPNTest | From | To | |
Rename Method private newSslContextFactory() : SslContextFactory renamed to private newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptHTTP2ServerTest | From | To | |
Rename Method private createSslContextFactory() : SslContextFactory renamed to private createServerSslContextFactory() : SslContextFactory.Server in class org.eclipse.jetty.client.HttpClientTLSTest | From | To | |
Rename Method private createSslContextFactory() : SslContextFactory renamed to private createServerSslContextFactory() : SslContextFactory.Server in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Rename Method public newSslContextFactory() : SslContextFactory renamed to public newClientSslContextFactory() : SslContextFactory in class org.eclipse.jetty.client.AbstractHttpClientServerTest.SslScenario | From | To | |
Rename Method protected secureConfigurationCheck() : void renamed to protected checkConfiguration() : void in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Push Down Method | 1 | ||
Push Down Method public newSslContextFactory() : SslContextFactory from class org.eclipse.jetty.client.AbstractHttpClientServerTest.Scenario to public newClientSslContextFactory() : SslContextFactory from class org.eclipse.jetty.client.AbstractHttpClientServerTest.NormalScenario | From | To | |
Rename Variable | 3 | ||
Rename Variable sslContextFactory : SslContextFactory to result : SslContextFactory.Client in method protected newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.http2.alpn.tests.AbstractALPNTest | From | To | |
Rename Variable ignore : NoSuchAlgorithmException to x : NoSuchAlgorithmException in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Rename Variable ssl : SslContextFactory to result : SslContextFactory.Client in method public newClientSslContextFactory() : SslContextFactory in class org.eclipse.jetty.client.AbstractHttpClientServerTest.SslScenario | From | To | |
Change Return Type | 4 | ||
Change Return Type SslContextFactory to SslContextFactory.Client in method private newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptHTTP2ServerTest | From | To | |
Change Return Type SslContextFactory to SslContextFactory.Client in method protected newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.http2.alpn.tests.AbstractALPNTest | From | To | |
Change Return Type SslContextFactory to SslContextFactory.Server in method private createServerSslContextFactory() : SslContextFactory.Server in class org.eclipse.jetty.client.HttpClientTLSTest | From | To | |
Change Return Type SslContextFactory to SslContextFactory.Server in method private createServerSslContextFactory() : SslContextFactory.Server in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute __byteBufferPool : ByteBufferPool to _byteBufferPool : ByteBufferPool in class org.eclipse.jetty.io.SocketChannelEndPointTest.SslScenario | From | To | |
Rename Attribute __sslCtxFactory : SslContextFactory to _sslCtxFactory : SslContextFactory in class org.eclipse.jetty.io.SocketChannelEndPointTest.SslScenario | From | To | |
Change Variable Type | 9 | ||
Change Variable Type sslContextFactory : SslContextFactory to sslContextFactory : SslContextFactory.Client in method private newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptHTTP2ServerTest | From | To | |
Change Variable Type sslContextFactory : SslContextFactory to result : SslContextFactory.Client in method protected newClientSslContextFactory() : SslContextFactory.Client in class org.eclipse.jetty.http2.alpn.tests.AbstractALPNTest | From | To | |
Change Variable Type serverSSL : SslContextFactory to serverSSL : SslContextFactory.Server in method public testWantClientAuthWithoutAuth() : void in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Change Variable Type serverSSL : SslContextFactory to serverSSL : SslContextFactory.Server in method public testWantClientAuthWithAuth() : void in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Change Variable Type serverSSL : SslContextFactory to serverSSL : SslContextFactory.Server in method public testNeedClientAuthWithAuth() : void in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Change Variable Type sslContextFactory : SslContextFactory to sslContextFactory : SslContextFactory.Server in method private createServerSslContextFactory() : SslContextFactory.Server in class org.eclipse.jetty.client.HttpClientTLSTest | From | To | |
Change Variable Type ssl : SslContextFactory to result : SslContextFactory.Client in method public newClientSslContextFactory() : SslContextFactory in class org.eclipse.jetty.client.AbstractHttpClientServerTest.SslScenario | From | To | |
Change Variable Type serverSSL : SslContextFactory to serverSSL : SslContextFactory.Server in method public testNeedClientAuthWithoutAuth() : void in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Change Variable Type sslContextFactory : SslContextFactory to sslContextFactory : SslContextFactory.Server in method private createServerSslContextFactory() : SslContextFactory.Server in class org.eclipse.jetty.client.ssl.NeedWantClientAuthTest | From | To | |
Extract Method | 9 | ||
Extract Method private configure(ssl SslContextFactory) : void extracted from public newSslContextFactory() : SslContextFactory in class org.eclipse.jetty.client.AbstractHttpClientServerTest.SslScenario | From | To | |
Extract Method private configureSslContextFactory(sslContextFactory SslContextFactory) : void extracted from private newServerSslContextFactory() : SslContextFactory in class org.eclipse.jetty.proxy.ForwardProxyTLSServerTest | From | To | |
Extract Method protected checkProtocols(supported SSLParameters) : void extracted from protected secureConfigurationCheck() : void in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Extract Method protected newClientSslContextFactory() : SslContextFactory.Client extracted from public startClient(config Consumer<HttpClient>) : void in class org.eclipse.jetty.http.client.TransportScenario | From | To | |
Extract Method private configureSslContextFactory(sslContextFactory SslContextFactory) : void extracted from private createSslContextFactory() : SslContextFactory in class org.eclipse.jetty.client.HttpClientTLSTest | From | To | |
Extract Method private newClientSslContextFactory() : SslContextFactory.Client extracted from private startClient() : void in class org.eclipse.jetty.http2.client.http.DirectHTTP2OverTLSTest | From | To | |
Extract Method private configureSslContextFactory(sslContextFactory SslContextFactory) : void extracted from protected newSslContextFactory() : SslContextFactory in class org.eclipse.jetty.http2.alpn.tests.AbstractALPNTest | From | To | |
Extract Method protected checkCiphers(supported SSLParameters) : void extracted from protected secureConfigurationCheck() : void in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Extract Method private configureSslContextFactory(sslContextFactory SslContextFactory) : void extracted from private newSslContextFactory() : SslContextFactory in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptHTTP2ServerTest | From | To |