a0f7661dd32222beccb0185549bad3f5923b7cb8
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type X509Certificate[] to Certificate[] in method public getTlsCertificates() : Certificate[] in class org.apache.pulsar.client.impl.auth.AuthenticationDataTls | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute certificates : X509Certificate[] to tlsCertificates : X509Certificate[] in class org.apache.pulsar.client.impl.auth.AuthenticationDataTls | From | To | |
| Rename Attribute clientSslCtx : SslContext to clientSslCtxRefresher : ClientSslContextRefresher in class org.apache.pulsar.proxy.server.ServiceChannelInitializer | From | To | |
| Rename Attribute serviceConfig : ServiceConfig to sslCtxRefresher : ServerSslContextRefresher in class org.apache.pulsar.discovery.service.ServiceChannelInitializer | From | To | |
| Rename Attribute privateKey : PrivateKey to tlsPrivateKey : PrivateKey in class org.apache.pulsar.client.impl.auth.AuthenticationDataTls | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type clientSslCtx : SslContext to clientSslCtxRefresher : ClientSslContextRefresher in class org.apache.pulsar.proxy.server.ServiceChannelInitializer | From | To | |
| Change Attribute Type serviceConfig : ServiceConfig to sslCtxRefresher : ServerSslContextRefresher in class org.apache.pulsar.discovery.service.ServiceChannelInitializer | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter enableTLS : boolean to e : boolean in method public ServiceChannelInitializer(discoveryService DiscoveryService, serviceConfig ServiceConfig, e boolean) in class org.apache.pulsar.discovery.service.ServiceChannelInitializer | From | To | |
| Rename Parameter enableTLS : boolean to enableTls : boolean in method public ServiceChannelInitializer(proxyService ProxyService, serviceConfig ProxyConfiguration, enableTls boolean) in class org.apache.pulsar.proxy.server.ServiceChannelInitializer | From | To |