c38e40811246bd28a7d1d72b63e9f3fcd0e16c7f
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public makeSslContext(sslResource SslResource, forServer boolean, sslProvider String, protocols String, ciphers String) : SslContext renamed to public makeSslPolicy(sslResource SslResource, sslProvider String, protocols String, ciphers String) : SslPolicy in class org.neo4j.ssl.SslContextFactory | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public get(trustAll boolean, trustedCertificatesDir File, crls Collection<X509CRL>, clientAuth ClientAuth) : TrustManagerFactory from class org.neo4j.kernel.configuration.ssl.TrustManagerFactoryProvider to private createTrustManagerFactory(trustAll boolean, trustedCertificatesDir File, crls Collection<X509CRL>, clientAuth ClientAuth) : TrustManagerFactory from class org.neo4j.kernel.configuration.ssl.SslPolicyLoader | From | To | |
Change Return Type | 1 | ||
Change Return Type SslContext to SslPolicy in method public makeSslPolicy(sslResource SslResource, sslProvider String, protocols String, ciphers String) : SslPolicy in class org.neo4j.ssl.SslContextFactory | From | To | |
Move Attribute | 1 | ||
Move Attribute private isClient : boolean from class org.neo4j.ssl.OnConnectSslHandlerInjectorHandler to private isClient : boolean from class org.neo4j.ssl.EssentialEngineModifications | From | To | |
Rename Attribute | 1 | ||
Rename Attribute verifyHostname : boolean to sslPolicy : SslPolicy in class org.neo4j.ssl.SecureClient.ClientInitializer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type verifyHostname : boolean to sslPolicy : SslPolicy in class org.neo4j.ssl.SecureClient.ClientInitializer | From | To |