1414a8b9268c4e84b815ac9435b8b5590b2b28eb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testDryRunTargetDateSimple() : void renamed to public testDryRunTargetDatesInTheFuture() : void in class org.killbill.billing.beatrix.integration.TestIntegrationDryRunInvoice | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type allCandidateTargetDates : List<LocalDate> to allCandidateTargetDates : Set<LocalDate> in method private processDryRun_UPCOMING_INVOICE_Invoice(accountId UUID, allCandidateTargetDates Set<LocalDate>, billingEvents BillingEventSet, existingInvoices List<Invoice>, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Parameter Type filteringCandidateTargetDates : List<LocalDate> to filteringCandidateTargetDates : Set<LocalDate> in method private processDryRun_UPCOMING_INVOICE_FILTERING_Invoice(accountId UUID, filteringCandidateTargetDates Set<LocalDate>, allCandidateTargetDates Set<LocalDate>, billingEvents BillingEventSet, existingInvoices List<Invoice>, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Parameter Type allCandidateTargetDates : List<LocalDate> to allCandidateTargetDates : Set<LocalDate> in method private processDryRun_UPCOMING_INVOICE_FILTERING_Invoice(accountId UUID, filteringCandidateTargetDates Set<LocalDate>, allCandidateTargetDates Set<LocalDate>, billingEvents BillingEventSet, existingInvoices List<Invoice>, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Return Type | 2 | ||
Change Return Type Invoice to InvoiceWithFutureNotifications in method private processAccountWithLockAndInputTargetDate(accountId UUID, targetDate LocalDate, billingEvents BillingEventSet, existingInvoices List<Invoice>, isDryRun boolean, isRescheduled boolean, internalCallContext InternalCallContext) : InvoiceWithFutureNotifications in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Return Type List<LocalDate> to Set<LocalDate> in method private getUpcomingInvoiceCandidateDates(futureNotifications Iterable<NotificationEventWithMetadata<NextBillingDateNotificationKey>>, nextScheduledSubscriptionsEventMap Map<UUID,DateTime>, filteredSubscriptionIds Iterable<UUID>, internalCallContext InternalCallContext) : Set<LocalDate> in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Variable Type | 2 | ||
Change Variable Type filteredCandidateTargetDates : List<LocalDate> to filteredCandidateTargetDates : Set<LocalDate> in method private processAccountWithLock(parkedAccount boolean, accountId UUID, inputTargetDateMaybeNull LocalDate, dryRunArguments DryRunArguments, isRescheduled boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Variable Type allCandidateTargetDates : List<LocalDate> to allCandidateTargetDates : Set<LocalDate> in method private processAccountWithLock(parkedAccount boolean, accountId UUID, inputTargetDateMaybeNull LocalDate, dryRunArguments DryRunArguments, isRescheduled boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To |