3559fcc4309701759032c4059059b0127142faac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method protected filterExistingPaymentTransactionsForTransactionIdOrKey(paymentTransactionsForCurrentPayment List<PaymentTransactionModelDao>, paymentTransactionId UUID, paymentTransactionExternalKey String) : Iterable<PaymentTransactionModelDao> from class org.killbill.billing.payment.core.sm.payments.PaymentLeavingStateCallback to private filterExistingPaymentTransactionsForTransactionIdOrKey(paymentTransactionsForCurrentPayment Iterable<PaymentTransactionModelDao>, paymentTransactionId UUID, paymentTransactionExternalKey String) : Iterable<PaymentTransactionModelDao> from class org.killbill.billing.payment.core.sm.payments.ChargebackInitiated | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type paymentTransactionsForCurrentPayment : List<PaymentTransactionModelDao> to paymentTransactionsForCurrentPayment : Iterable<PaymentTransactionModelDao> in method private filterExistingPaymentTransactionsForTransactionIdOrKey(paymentTransactionsForCurrentPayment Iterable<PaymentTransactionModelDao>, paymentTransactionId UUID, paymentTransactionExternalKey String) : Iterable<PaymentTransactionModelDao> in class org.killbill.billing.payment.core.sm.payments.ChargebackInitiated | From | To | |
Inline Variable | 1 | ||
Inline Variable paymentTransaction : PaymentTransaction in method public testNotifyPendingTransactionOfStateChanged() : void from class org.killbill.billing.payment.api.TestPaymentApi | From | To | |
Rename Parameter | 1 | ||
Rename Parameter paymentExternalKey : String to currentStateNameOrNull : String in method public run(paymentStateContext PaymentStateContext, daoHelper PaymentAutomatonDAOHelper, currentStateNameOrNull String, transactionType TransactionType) : UUID in class org.killbill.billing.payment.core.sm.PaymentAutomatonRunner | From | To |