d47a3444738132e196794b70481de73348efcb1c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public createClientSslContext(protocol String) : SSLContext extracted from public createClientSslContext() : SSLContext in class io.undertow.testutils.DefaultServer | From | To | |
Extract Method private createSSLContext(keyStore KeyStore, trustStore KeyStore, protocol String, client boolean) : SSLContext extracted from private createSSLContext(keyStore KeyStore, trustStore KeyStore, client boolean) : SSLContext in class io.undertow.testutils.DefaultServer | From | To |