3952d7d3b4e6e4155f1618fdb3f00d071fd1adef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type existingPaymentTransactions : List<PaymentTransactionModelDao> to existingPaymentTransactions : Iterable<PaymentTransactionModelDao> in method protected validatePaymentIdAndTransactionType(existingPaymentTransactions Iterable<PaymentTransactionModelDao>) : void in class org.killbill.billing.payment.core.sm.payments.PaymentLeavingStateCallback | From | To | |
Change Parameter Type existingPaymentTransactions : List<PaymentTransactionModelDao> to existingPaymentTransactions : Iterable<PaymentTransactionModelDao> in method protected validateUniqueTransactionExternalKey(existingPaymentTransactions Iterable<PaymentTransactionModelDao>) : void in class org.killbill.billing.payment.core.sm.payments.PaymentLeavingStateCallback | From | To | |
Rename Variable | 1 | ||
Rename Variable existingPaymentTransactions : List<PaymentTransactionModelDao> to existingPaymentTransactionsForTransactionIdOrKey : Iterable<PaymentTransactionModelDao> in method public leavingState(oldState State) : void in class org.killbill.billing.payment.core.sm.payments.PaymentLeavingStateCallback | From | To | |
Change Variable Type | 1 | ||
Change Variable Type existingPaymentTransactions : List<PaymentTransactionModelDao> to existingPaymentTransactionsForTransactionIdOrKey : Iterable<PaymentTransactionModelDao> in method public leavingState(oldState State) : void in class org.killbill.billing.payment.core.sm.payments.PaymentLeavingStateCallback | From | To |