723e79eb66a4c4d3111657ddce275fac7b2e0dee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable candidateTargetDates : List<LocalDate> to allCandidateTargetDates : List<LocalDate> in method private processAccountWithLock(parkedAccount boolean, accountId UUID, inputTargetDateMaybeNull LocalDate, dryRunArguments DryRunArguments, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Rename Parameter | 2 | ||
Rename Parameter candidateTargetDates : List<LocalDate> to filteringCandidateTargetDates : List<LocalDate> in method private processDryRun_UPCOMING_INVOICE_FILTERING_Invoice(accountId UUID, filteringCandidateTargetDates List<LocalDate>, allCandidateTargetDates List<LocalDate>, billingEvents BillingEventSet, existingInvoices List<Invoice>, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Rename Parameter candidateTargetDates : List<LocalDate> to allCandidateTargetDates : List<LocalDate> in method private processDryRun_UPCOMING_INVOICE_Invoice(accountId UUID, allCandidateTargetDates List<LocalDate>, billingEvents BillingEventSet, existingInvoices List<Invoice>, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher | From | To |