c13b7a0d70fe39cb8e796630b06975cc6c7d77f3
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createSslContextProvider() : UnsafeValue<SSLContext,IllegalStateException> renamed to private createLazySslContext(provider DefaultSslContextProvider) : UnsafeValue<SSLContext,IllegalStateException> in class org.glassfish.jersey.client.JerseyClient | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type client : Client to client : JerseyClient in method protected secureConnection(client JerseyClient, uc HttpURLConnection) : void in class org.glassfish.jersey.client.internal.HttpUrlConnector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : Client to client : JerseyClient in method protected createHttpUrlConnector(client Client, connectionFactory ConnectionFactory, chunkSize int, fixLengthStreaming boolean, setMethodWorkaround boolean) : Connector in class org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProvider | From | To |