b4f4345c2982bef74f52270e516d36091bd4468b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Iterable<InvoiceItemModelDao> to List<InvoiceItemModelDao> in method private transformToInvoiceModelDao(invoiceItems List<InvoiceItem>) : List<InvoiceItemModelDao> in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Variable Type | 1 | ||
Change Variable Type invoiceItemModelDaos : Iterable<InvoiceItemModelDao> to invoiceItemModelDaos : List<InvoiceItemModelDao> in method private processAccountWithLockAndInputTargetDate(accountId UUID, targetDate LocalDate, billingEvents BillingEventSet, isDryRun boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To |