d00310c81995f55568d09c5f09c77da4e81e45ce
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method private makeSslContext(sslResource SslResource, forServer boolean) : SslContext from class org.neo4j.ssl.SecureCommunicationsTest to package makeSslContext(sslResource SslResource, forServer boolean) : SslContext from class org.neo4j.ssl.SslContextFactory | From | To | |
| Move Method private makeSslContext(sslResource SslResource, forServer boolean, sslProvider String) : SslContext from class org.neo4j.ssl.SecureCommunicationsTest to package makeSslContext(sslResource SslResource, forServer boolean, sslProvider String) : SslContext from class org.neo4j.ssl.SslContextFactory | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<String> to String[] in method public getTlsVersions() : String[] in class org.neo4j.ssl.SslPolicy | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.ssl.SslContextFactory from class org.neo4j.ssl.SecureCommunicationsTest | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.ssl.SecureCommunicationsTest renamed to org.neo4j.ssl.SslTrustTest | From | To | |
| Move Class | 3 | ||
| Move Class org.neo4j.ssl.SecureCommunicationsTest.SecureClient moved to org.neo4j.ssl.SecureClient | From | To | |
| Move Class org.neo4j.ssl.SecureCommunicationsTest.SecureServer moved to org.neo4j.ssl.SecureServer | From | To | |
| Move Class org.neo4j.ssl.SecureCommunicationsTest.Bucket moved to org.neo4j.ssl.SecureClient.Bucket | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type protocols : List<String> to protocols : String[] in method private createSslConnectionFactory(sslPolicy SslPolicy) : SslConnectionFactory in class org.neo4j.server.security.ssl.SslSocketConnectorFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method package makeSslContext(sslResource SslResource, forServer boolean, sslProvider String, protocols String, ciphers String) : SslContext extracted from private makeSslContext(sslResource SslResource, forServer boolean, sslProvider String) : SslContext in class org.neo4j.ssl.SslContextFactory | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tlsVersions : List<String> to tlsVersions : String[] in class org.neo4j.ssl.SslPolicy | From | To |