464e7d136062aacd5db0e062b09dd0528d14a045
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setClient(client PulsarClient) : void renamed to public initialize(client PulsarClient) : void in class org.apache.pulsar.client.api.ServiceUrlProvider | From | To | |
| Rename Method public setClient(client PulsarClient) : void renamed to public initialize(client PulsarClient) : void in class org.apache.pulsar.client.api.ServiceUrlProviderTest.TestServiceUrlProvider | From | To | |
| Extract Method | 2 | ||
| Extract Method package setServiceUrl(serviceUrl String) : void extracted from protected HttpClient(serviceUrl String, authentication Authentication, eventLoopGroup EventLoopGroup, tlsAllowInsecureConnection boolean, tlsTrustCertsFilePath String, connectTimeoutInSeconds int, readTimeoutInSeconds int) in class org.apache.pulsar.client.impl.HttpClient | From | To | |
| Extract Method public updateServiceUrl(serviceUrl String) : void extracted from public BinaryProtoLookupService(client PulsarClientImpl, serviceUrl String, useTls boolean, executor ExecutorService) in class org.apache.pulsar.client.impl.BinaryProtoLookupService | From | To |