b8234cb62e124828be2ba8729366014c897e58cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type boolean to void in method private commitInvoiceAndSetFutureNotifications(account ImmutableAccountData, invoiceModelDao InvoiceModelDao, futureAccountNotifications FutureAccountNotifications, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Extract Method | 1 | ||
Extract Method private generateKillBillInvoice(account ImmutableAccountData, targetDate LocalDate, billingEvents BillingEventSet, context InternalCallContext) : InvoiceWithMetadata extracted from private processAccountWithLockAndInputTargetDate(accountId UUID, targetDate LocalDate, billingEvents BillingEventSet, isDryRun boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To |