8070ce61f39b0b67aaedbd3c6c2ae70efeda76d5
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [_alias : String, _hosts : List<String>] to _x509 : X509 in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To | |
| Move Method | 1 | ||
| Move Method public getAlias() : String from class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher to public getAlias() : String from class org.eclipse.jetty.util.ssl.X509 | From | To | |
| Rename Variable | 1 | ||
| Rename Variable list : List<?> to w : String in method protected doStart() : void in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private SUBJECT_ALTERNATIVE_NAMES__DNS_NAME : int from class org.eclipse.jetty.util.ssl.SslContextFactory to private SUBJECT_ALTERNATIVE_NAMES__DNS_NAME : int from class org.eclipse.jetty.util.ssl.X509 | From | To | |
| Move Attribute private _hosts : List<String> from class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher to private _hosts : List<String> from class org.eclipse.jetty.util.ssl.X509 | From | To | |
| Move Attribute private _alias : String from class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher to private _alias : String from class org.eclipse.jetty.util.ssl.X509 | From | To | |
| Move Attribute private _wilds : List<String> from class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher to private _wilds : List<String> from class org.eclipse.jetty.util.ssl.X509 | From | To | |
| Move Attribute private KEY_USAGE__KEY_CERT_SIGN : int from class org.eclipse.jetty.util.ssl.SslContextFactory to private KEY_USAGE__KEY_CERT_SIGN : int from class org.eclipse.jetty.util.ssl.X509 | From | To | |
| Extract Class | 2 | ||
| Extract Class org.eclipse.jetty.util.ssl.X509 from class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To | |
| Extract Class org.eclipse.jetty.util.ssl.X509 from class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
| Merge Variable | 2 | ||
| Merge Variable [hosts : List<String>, wilds : List<String>] to x509 : X509 in method public customize(sslEngine SSLEngine, request Request) : void in class org.eclipse.jetty.server.SecureRequestCustomizer | From | To | |
| Merge Variable [alias : String, hosts : List<String>, wilds : List<String>] to x509 : X509 in method protected chooseServerAlias(keyType String, issuers Principal[], matchers Collection<SNIMatcher>, session SSLSession) : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute SNI_HOSTS : String to SNI_X509 : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type list : List<?> to w : String in method protected doStart() : void in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type _certWilds : Map<String,String> to _certWilds : Map<String,X509> in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
| Change Attribute Type _certHosts : Map<String,String> to _certHosts : Map<String,X509> in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To |