1091a30b18d194f26adcc054507c27d2ef40d297
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type curTransactionsModelDao : Iterable<PaymentTransactionModelDao> to curTransactionsModelDao : Collection<PaymentTransactionModelDao> in method private toPayment(curPaymentModelDao PaymentModelDao, curTransactionsModelDao Collection<PaymentTransactionModelDao>, pluginTransactions Iterable<PaymentTransactionInfoPlugin>, internalTenantContext InternalTenantContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor | From | To | |
Extract Method | 1 | ||
Extract Method private invokeJanitor(curPaymentModelDao PaymentModelDao, curTransactionsModelDao Collection<PaymentTransactionModelDao>, pluginTransactions Iterable<PaymentTransactionInfoPlugin>, internalTenantContext InternalTenantContext) : PaymentModelDao extracted from private toPayment(curPaymentModelDao PaymentModelDao, curTransactionsModelDao Iterable<PaymentTransactionModelDao>, pluginTransactions Iterable<PaymentTransactionInfoPlugin>, internalTenantContext InternalTenantContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor | From | To |