b69f8e4084cb4cf449ba83e11c5074e0215d4ff6
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable src : SecureRequestCustomizer in method public before() : void from class org.eclipse.jetty.server.ssl.SniSslConnectionFactoryTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type _hosts : List<String> to _hosts : Set<String> in class org.eclipse.jetty.util.ssl.X509 | From | To | |
Change Attribute Type _wilds : List<String> to _wilds : Set<String> in class org.eclipse.jetty.util.ssl.X509 | From | To | |
Extract Method | 1 | ||
Extract Method protected start(keystorePath String) : void extracted from public testSNIConnectNoWild() : void in class org.eclipse.jetty.server.ssl.SniSslConnectionFactoryTest | From | To |