357a9f47a7fe8dd5ff99acbf3c0d9df529f77984
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testTLSCipherSuites() : void renamed to public testTLSMatchingCipherSuites() : void in class io.vertx.test.core.HttpTLSTest | From | To | |
| Rename Method package enabledCipherSuites(value String[]) : TLSTest renamed to package clientEnabledCipherSuites(value String[]) : TLSTest in class io.vertx.test.core.HttpTLSTest.TLSTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable enabledProtocols : Set<String> to protocols : Set<String> in method private createHandler(engine SSLEngine, client boolean) : SslHandler in class io.vertx.core.net.impl.SSLHelper | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute enabledCipherSuites : String[] to clientEnabledCipherSuites : String[] in class io.vertx.test.core.HttpTLSTest.TLSTest | From | To | |
| Rename Attribute ENABLED_PROTOCOLS : String[] to DEFAULT_ENABLED_PROTOCOLS : String[] in class io.vertx.core.net.impl.SSLHelper | From | To | |
| Extract Method | 1 | ||
| Extract Method package testTLS(clientCert boolean, clientTrust boolean, serverCert boolean, serverTrust boolean, requireClientAuth boolean, clientTrustAll boolean, shouldPass boolean, startTLS boolean, enabledCipherSuites String[], enabledSecureTransportProtocols String[]) : void extracted from package testTLS(clientCert boolean, clientTrust boolean, serverCert boolean, serverTrust boolean, requireClientAuth boolean, clientTrustAll boolean, shouldPass boolean, startTLS boolean, enabledCipherSuites String...) : void in class io.vertx.test.core.NetTest | From | To |