c3577bbbb0a7505c3d808e34c3755ff55f3b7ad4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type SNIHostName to String in method public getServerName() : String in class org.eclipse.jetty.util.ssl.ExtendedSslContextFactory.AliasSNIMatcher | From | To | |
Extract Method | 3 | ||
Extract Method protected chooseServerAlias(keyType String, issuers Principal[], matchers Collection<SNIMatcher>, session SSLSession) : String extracted from public chooseServerAlias(keyType String, issuers Principal[], socket Socket) : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
Extract Method protected chooseServerAlias(keyType String, issuers Principal[], matchers Collection<SNIMatcher>, session SSLSession) : String extracted from public chooseEngineServerAlias(keyType String, issuers Principal[], engine SSLEngine) : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
Extract Method private getResponse(sniHost String, reqHost String, cn String) : String extracted from private getResponse(host String, cn String) : String in class org.eclipse.jetty.server.ssl.SslConnectionFactoryTest | From | To |