737653f6b6cfb1e9dc3d9a85e50f70975ea27442
Files Diff
- Added: 97
- Removed: 9
- Renamed: 0
- Modified: 103
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| junit:junit-dep:4.11 | |
| Removed | |
| org.mockito:mockito-all:1.10.19 | |
| Updated | |
| From org.neo4j:neo4j-graphviz 3.3.0-SNAPSHOT To 3.2.2-SNAPSHOT |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public HazelcastClientConnector(config Config) from class org.neo4j.causalclustering.discovery.HazelcastClientConnector to private SslPolicyLoader(config Config) from class org.neo4j.kernel.configuration.ssl.SslPolicyLoader | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type config : KeyStoreInformation to sslPolicy : SslPolicy in method public createConnector(server Server, sslPolicy SslPolicy, address ListenSocketAddress, jettyThreadCalculator JettyThreadCalculator) : ServerConnector in class org.neo4j.server.security.ssl.SslSocketConnectorFactory | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Certificate[] to X509Certificate[] in method public loadCertificates(certFile File) : X509Certificate[] in class org.neo4j.ssl.PkiUtils | From | To | |
| Move Attribute | 6 | ||
| Move Attribute public tls_certificate_file : Setting<File> from class org.neo4j.bolt.BoltKernelExtension.Settings to public tls_certificate_file : Setting<File> from class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig | From | To | |
| Move Attribute public tls_certificate_file : Setting<File> from class org.neo4j.server.configuration.ServerSettings to public tls_certificate_file : Setting<File> from class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig | From | To | |
| Move Attribute public tls_key_file : Setting<File> from class org.neo4j.bolt.BoltKernelExtension.Settings to public tls_key_file : Setting<File> from class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig | From | To | |
| Move Attribute public certificates_directory : Setting<File> from class org.neo4j.bolt.BoltKernelExtension.Settings to public certificates_directory : Setting<File> from class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig | From | To | |
| Move Attribute public certificates_directory : Setting<File> from class org.neo4j.server.configuration.ServerSettings to public certificates_directory : Setting<File> from class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig | From | To | |
| Move Attribute public tls_key_file : Setting<File> from class org.neo4j.server.configuration.ServerSettings to public tls_key_file : Setting<File> from class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.kernel.configuration.ssl.LegacySslPolicyConfig from class org.neo4j.bolt.BoltKernelExtension.Settings | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.bolt.security.ssl.Certificates moved and renamed to org.neo4j.ssl.PkiUtils | From | To | |
| Move Class | 6 | ||
| Move Class org.neo4j.bolt.security.ssl.InsecureRandom moved to org.neo4j.ssl.InsecureRandom | From | To | |
| Move Class org.neo4j.bolt.security.ssl.KeyStoreFactory moved to org.neo4j.ssl.KeyStoreFactory | From | To | |
| Move Class org.neo4j.bolt.v1.transport.integration.SelfSignedCertificatesIT moved to org.neo4j.ssl.SelfSignedCertificatesIT | From | To | |
| Move Class org.neo4j.bolt.security.ssl.TestSslCertificateFactory moved to org.neo4j.ssl.TestSslCertificateFactory | From | To | |
| Move Class org.neo4j.bolt.security.ssl.KeyStoreInformation moved to org.neo4j.ssl.KeyStoreInformation | From | To | |
| Move Class org.neo4j.bolt.security.ssl.KeyStoreFactoryTest moved to org.neo4j.ssl.KeyStoreFactoryTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute httpsCertificateInformation : KeyStoreInformation to sslPolicy : SslPolicy in class org.neo4j.server.web.Jetty9WebServer | From | To | |
| Change Variable Type | 7 | ||
| Change Variable Type certs : Certificates to certs : PkiUtils in method public shouldLoadPEMPrivateKey() : void in class org.neo4j.ssl.TestSslCertificateFactory | From | To | |
| Change Variable Type certificates : Collection<Certificate> to certificates : Collection<X509Certificate> in method public loadCertificates(certFile File) : X509Certificate[] in class org.neo4j.ssl.PkiUtils | From | To | |
| Change Variable Type sslFactory : Certificates to sslFactory : PkiUtils in method public shouldCreateASelfSignedCertificate() : void in class org.neo4j.ssl.TestSslCertificateFactory | From | To | |
| Change Variable Type certificates : Certificates to certificates : PkiUtils in method public createSelfSignedCertificateWithCorrectPermissions() : void in class org.neo4j.ssl.SelfSignedCertificatesIT | From | To | |
| Change Variable Type certs : Certificates to certs : PkiUtils in method public shouldLoadPEMCertificates() : void in class org.neo4j.ssl.TestSslCertificateFactory | From | To | |
| Change Variable Type certs : Certificates to certs : PkiUtils in method public shouldLoadBinaryCertificates() : void in class org.neo4j.ssl.TestSslCertificateFactory | From | To | |
| Change Variable Type certs : Certificates to certs : PkiUtils in method public shouldLoadBinaryPrivateKey() : void in class org.neo4j.ssl.TestSslCertificateFactory | From | To | |
| Extract Variable | 1 | ||
| Extract Variable networkConfig : ClientNetworkConfig in method public connectToHazelcast() : HazelcastInstance from class org.neo4j.causalclustering.discovery.HazelcastClientConnector | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type httpsCertificateInformation : KeyStoreInformation to sslPolicy : SslPolicy in class org.neo4j.server.web.Jetty9WebServer | From | To | |
| Change Attribute Type certFactory : Certificates to certFactory : PkiUtils in class org.neo4j.bolt.v1.transport.integration.CertificatesIT | From | To | |
| Change Attribute Type certFactory : Certificates to certFactory : PkiUtils in class org.neo4j.ssl.KeyStoreFactory | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter config : KeyStoreInformation to sslPolicy : SslPolicy in method public createConnector(server Server, sslPolicy SslPolicy, address ListenSocketAddress, jettyThreadCalculator JettyThreadCalculator) : ServerConnector in class org.neo4j.server.security.ssl.SslSocketConnectorFactory | From | To |