ab2c312cf235f7ee4b8956113f1a778588fa3c53
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private createTrustManagerFactory(trustAll boolean, trustedCertificatesDir File, crls Collection<X509CRL>, clientAuth ClientAuth) : TrustManagerFactory from class org.neo4j.kernel.configuration.ssl.SslPolicyLoader to public get(trustAll boolean, trustedCertificatesDir File, crls Collection<X509CRL>, clientAuth ClientAuth) : TrustManagerFactory from class org.neo4j.kernel.configuration.ssl.TrustManagerFactoryProvider | From | To | |
| Change Return Type | 2 | ||
| Change Return Type SslHandler to T in method public nettyServerHandler(channel Channel) : T in class org.neo4j.ssl.SslPolicy | From | To | |
| Change Return Type SslHandler to T in method public nettyClientHandler(channel Channel) : T in class org.neo4j.ssl.SslPolicy | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute sslHandler : SslHandler to onConnectSslHandler : OnConnectSslHandlerInjectorHandler in method protected initChannel(channel SocketChannel) : void in class org.neo4j.ssl.SecureClient.ClientInitializer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute handshakeFuture : Future<Channel> to channelFuture : Future<Channel> in class org.neo4j.ssl.SecureClient.ClientInitializer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type sslHandler : SslHandler to onConnectSslHandler : OnConnectSslHandlerInjectorHandler in method protected initChannel(channel SocketChannel) : void in class org.neo4j.ssl.SecureClient.ClientInitializer | From | To | |
| Extract Method | 1 | ||
| Extract Method private generatePrivateKeyAndCertificate(log Log, policyName String, keyCertChainFile File, privateKeyFile File, trustedCertificatesDir File, revokedCertificatesDir File) : void extracted from private load(config Config, log Log) : void in class org.neo4j.kernel.configuration.ssl.SslPolicyLoader | From | To |