8130ba66747c43c9dae0bfce0cee47335158556b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getChargebackAmount(transactions Iterable<PaymentTransaction>) : BigDecimal renamed to private getChargebackTransactions(transactions Collection<PaymentTransaction>) : Collection<PaymentTransaction> in class org.killbill.billing.payment.api.DefaultPayment | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type transactions : Iterable<PaymentTransaction> to transactions : Collection<PaymentTransaction> in method private getChargebackTransactions(transactions Collection<PaymentTransaction>) : Collection<PaymentTransaction> in class org.killbill.billing.payment.api.DefaultPayment | From | To | |
Change Return Type | 1 | ||
Change Return Type BigDecimal to Collection<PaymentTransaction> in method private getChargebackTransactions(transactions Collection<PaymentTransaction>) : Collection<PaymentTransaction> in class org.killbill.billing.payment.api.DefaultPayment | From | To | |
Extract Method | 1 | ||
Extract Method private buildPaymentTransaction(paymentId UUID, externalKey String, transactionType TransactionType, transactionStatus TransactionStatus, amount BigDecimal, currency Currency) : PaymentTransaction extracted from private buildPaymentTransaction(paymentId UUID, externalKey String, transactionType TransactionType, transactionStatus TransactionStatus, amount BigDecimal) : PaymentTransaction in class org.killbill.billing.payment.api.TestDefaultPayment | From | To |