4feaf9126ccba64054d428581f0130ed14832e99
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Boolean to boolean in method public updatePaymentAndTransactionIfNeededWithAccountLock(payment PaymentModelDao, paymentTransaction PaymentTransactionModelDao, paymentTransactionInfoPlugin PaymentTransactionInfoPlugin, internalTenantContext InternalTenantContext) : boolean in class org.killbill.billing.payment.core.janitor.IncompletePaymentTransactionTask | From | To | |
Change Variable Type | 1 | ||
Change Variable Type hasChanged : Boolean to hasChanged : boolean in method private toPayment(curPaymentModelDao PaymentModelDao, curTransactionsModelDao Iterable<PaymentTransactionModelDao>, pluginTransactions Iterable<PaymentTransactionInfoPlugin>, internalTenantContext InternalTenantContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor | From | To | |
Extract Method | 1 | ||
Extract Method private updatePaymentAndTransactionInternal(payment PaymentModelDao, paymentTransaction PaymentTransactionModelDao, paymentTransactionInfoPlugin PaymentTransactionInfoPlugin, internalTenantContext InternalTenantContext) : boolean extracted from private updatePaymentAndTransactionIfNeeded(payment PaymentModelDao, paymentTransaction PaymentTransactionModelDao, paymentTransactionInfoPlugin PaymentTransactionInfoPlugin, internalTenantContext InternalTenantContext) : boolean in class org.killbill.billing.payment.core.janitor.IncompletePaymentTransactionTask | From | To |