5c85e540dbc2b6e63484e4ddc2b69b624e50e6f7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected rewrapExecutionException(paymentStateContext PaymentStateContext, e ExecutionException) : OperationException renamed to protected unwrapExceptionFromDispatchedTask(paymentStateContext PaymentStateContext, e Exception) : OperationException in class org.killbill.billing.payment.core.sm.payments.PaymentOperation | From | To | |
Rename Method protected abstract rewrapExecutionException(paymentStateContext PaymentStateContext, e ExecutionException) : OperationException renamed to protected abstract unwrapExceptionFromDispatchedTask(paymentStateContext PaymentStateContext, e Exception) : OperationException in class org.killbill.billing.payment.core.sm.OperationCallbackBase | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type e : ExecutionException to e : Exception in method protected abstract unwrapExceptionFromDispatchedTask(paymentStateContext PaymentStateContext, e Exception) : OperationException in class org.killbill.billing.payment.core.sm.OperationCallbackBase | From | To | |
Change Parameter Type e : ExecutionException to e : Exception in method protected unwrapExceptionFromDispatchedTask(paymentStateContext PaymentStateContext, e Exception) : OperationException in class org.killbill.billing.payment.core.sm.payments.PaymentOperation | From | To |