14a5ee0e764cb7d76dfce8ab7ab81e827e38a9a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type allowTlsInsecureConnection : boolean to allowTlsInsecureConnection : Boolean in method public getPulsarAdminClient(pulsarWebServiceUrl String, authPlugin String, authParams String, tlsTrustCertsFilePath String, allowTlsInsecureConnection Boolean, enableTlsHostnameVerificationEnable Boolean) : PulsarAdmin in class org.apache.pulsar.functions.worker.WorkerUtils | From | To | |
Extract Variable | 3 | ||
Extract Variable pulsarAdmin : PulsarAdmin in method public testCheckFailuresNoFailures() : void from class org.apache.pulsar.functions.worker.MembershipManagerTest | From | To | |
Extract Variable pulsarAdmin : PulsarAdmin in method public testCheckFailuresSomeUnassigned() : void from class org.apache.pulsar.functions.worker.MembershipManagerTest | From | To | |
Extract Variable pulsarAdmin : PulsarAdmin in method public testCheckFailuresSomeFailures() : void from class org.apache.pulsar.functions.worker.MembershipManagerTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getPulsarClient(pulsarServiceUrl String, authPlugin String, authParams String, useTls Boolean, tlsTrustCertsFilePath String, allowTlsInsecureConnection Boolean, enableTlsHostnameVerificationEnable Boolean) : PulsarClient extracted from public start(dlogUri URI, authenticationService AuthenticationService, authorizationService AuthorizationService) : void in class org.apache.pulsar.functions.worker.WorkerService & moved to class org.apache.pulsar.functions.worker.WorkerUtils | From | To |