850615b5e8433d4d8b582fe877114fbc8cc9174a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private executeWithPaymentControl(account Account, paymentMethodId UUID, properties Iterable<PluginProperty>, paymentOptions PaymentOptions, callContext CallContext, callback WithPaymentControlCallback<T>) : T renamed to public call() : PluginDispatcherReturnType<T> in class org.killbill.billing.payment.api.DefaultPaymentGatewayApi.executeWithPaymentControl.dispatchWithExceptionHandling | From | To | |
Move Method | 1 | ||
Move Method protected dispatchWithExceptionHandling(account Account, pluginName String, callable Callable<PluginDispatcherReturnType<ReturnType>>, pluginFormDispatcher PluginDispatcher<ReturnType>) : ReturnType from class org.killbill.billing.payment.core.ProcessorBase to public dispatchWithExceptionHandling(account Account, pluginNames String, callable Callable<PluginDispatcherReturnType<ReturnType>>, pluginDispatcher PluginDispatcher<ReturnType>) : ReturnType from class org.killbill.billing.payment.dispatcher.PaymentPluginDispatcher | From | To | |
Change Return Type | 1 | ||
Change Return Type T to PluginDispatcherReturnType<T> in method public call() : PluginDispatcherReturnType<T> in class org.killbill.billing.payment.api.DefaultPaymentGatewayApi.executeWithPaymentControl.dispatchWithExceptionHandling | From | To | |
Rename Parameter | 2 | ||
Rename Parameter pluginName : String to pluginNames : String in method public dispatchWithExceptionHandling(account Account, pluginNames String, callable Callable<PluginDispatcherReturnType<ReturnType>>, pluginDispatcher PluginDispatcher<ReturnType>) : ReturnType in class org.killbill.billing.payment.dispatcher.PaymentPluginDispatcher | From | To | |
Rename Parameter pluginFormDispatcher : PluginDispatcher<ReturnType> to pluginDispatcher : PluginDispatcher<ReturnType> in method public dispatchWithExceptionHandling(account Account, pluginNames String, callable Callable<PluginDispatcherReturnType<ReturnType>>, pluginDispatcher PluginDispatcher<ReturnType>) : ReturnType in class org.killbill.billing.payment.dispatcher.PaymentPluginDispatcher | From | To |