ccc0e99e617eadec871b29876742e0d25b95cfd3
Files Diff
- Added: 67
- Removed: 33
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public trustSignedByRoot() : SslResourceBuilder renamed to public trustSignedByCA() : SslResourceBuilder in class org.neo4j.ssl.SslResourceBuilder | From | To | |
Rename Method public partiesWithMutualTrustThroughRootCAShouldCommunicate() : void renamed to public partiesWithMutualTrustThroughCAShouldCommunicate() : void in class org.neo4j.ssl.SecureCommunicationsTest | From | To | |
Rename Variable | 1 | ||
Rename Variable keyStore : KeyStore to trustStore : KeyStore in method private createTrustManagerFactory(trustAll boolean, trustedCertificatesDir File, crls Collection<X509CRL>, clientAuth ClientAuth) : TrustManagerFactory in class org.neo4j.kernel.configuration.ssl.SslPolicyLoader | From | To | |
Rename Attribute | 2 | ||
Rename Attribute ROOT_CERTIFICATE_NAME : String to CA_CERTIFICATE_NAME : String in class org.neo4j.ssl.SslResourceBuilder | From | To | |
Rename Attribute trustSignedByRoot : boolean to trustSignedByCA : boolean in class org.neo4j.ssl.SslResourceBuilder | From | To |