c5e4abd792e7ed3f5e086d9835b25c5b93afe3d5
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public isUseCipherSuitesOrder() : boolean from class org.eclipse.jetty.util.ssl.ExtendedSslContextFactory to public isUseCipherSuitesOrder() : boolean from class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Pull Up Method public setUseCipherSuitesOrder(useCipherSuitesOrder boolean) : void from class org.eclipse.jetty.util.ssl.ExtendedSslContextFactory to public setUseCipherSuitesOrder(useCipherSuitesOrder boolean) : void from class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private _useCipherSuitesOrder : boolean from class org.eclipse.jetty.util.ssl.ExtendedSslContextFactory to private _useCipherSuitesOrder : boolean from class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.jetty.util.ssl.ExtendedSslContextFactory.AliasSNIMatcher moved to org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher | From | To | |
Change Variable Type | 1 | ||
Change Variable Type matcher : ExtendedSslContextFactory.AliasSNIMatcher to matcher : SslContextFactory.AliasSNIMatcher in method protected chooseServerAlias(keyType String, issuers Principal[], matchers Collection<SNIMatcher>, session SSLSession) : String in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager | From | To |