ea9220dead8df60c676c22c93c3f5534c20cd8c7
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type tenantContext : TenantContext to callContext : CallContext in method private getLocalDateFromEntitlementPolicy(entitlementPolicy EntitlementActionPolicy, callContext CallContext) : LocalDate in class org.killbill.billing.entitlement.api.DefaultEntitlement | From | To | |
Change Parameter Type context : InternalTenantContext to context : InternalCallContext in method package unpaidInvoicesForAccount(accountId UUID, context InternalCallContext) : SortedSet<Invoice> in class org.killbill.billing.overdue.calculator.BillingStateCalculator | From | To | |
Change Parameter Type internalCallContext : InternalTenantContext to internalCallContext : InternalCallContext in method private trackInvoiceItemCreatedDay(invoiceItem InvoiceItem, createdItemsPerDayPerSubscription Multimap<UUID,LocalDate>, internalCallContext InternalCallContext) : LocalDate in class org.killbill.billing.invoice.generator.FixedAndRecurringInvoiceItemGenerator | From | To | |
Change Parameter Type context : InternalTenantContext to context : InternalCallContext in method public calculateBillingState(account ImmutableAccountData, context InternalCallContext) : BillingState in class org.killbill.billing.overdue.calculator.BillingStateCalculator | From | To | |
Change Parameter Type internalCallContext : InternalTenantContext to internalCallContext : InternalCallContext in method package safetyBounds(resultingItems Iterable<InvoiceItem>, createdItemsPerDayPerSubscription Multimap<UUID,LocalDate>, internalCallContext InternalCallContext) : void in class org.killbill.billing.invoice.generator.FixedAndRecurringInvoiceItemGenerator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type context : InternalTenantContext to context : InternalCallContext in method public createBSCalc() : BillingStateCalculator in class org.killbill.billing.overdue.calculator.TestBillingStateCalculator | From | To | |
Extract Variable | 3 | ||
Extract Variable today : LocalDate in method public createAndPersistInvoice(testInvoiceHelper TestInvoiceHelper, invoiceDao InvoiceDao, clock Clock, amounts Iterable<BigDecimal>, currency Currency, internalCallContext InternalCallContext) : Invoice from class org.killbill.billing.invoice.proRations.InvoiceTestUtils | From | To | |
Extract Variable utcNow : DateTime in method protected createAuditLog() : AuditLog from class org.killbill.billing.util.audit.AuditLogsTestBase | From | To | |
Extract Variable utcNow : DateTime in method public createAndPersistPayment(invoicePaymentApi InvoiceInternalApi, clock Clock, invoiceId UUID, amount BigDecimal, currency Currency, callContext InternalCallContext) : InvoicePayment from class org.killbill.billing.invoice.proRations.InvoiceTestUtils | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type callContext : CallContext to callContext : MutableCallContext in class org.killbill.billing.GuicyKillbillTestModule | From | To | |
Change Attribute Type callContext : CallContext to callContext : MutableCallContext in class org.killbill.billing.GuicyKillbillTestSuite | From | To | |
Rename Parameter | 2 | ||
Rename Parameter tenantContext : TenantContext to callContext : CallContext in method private getLocalDateFromEntitlementPolicy(entitlementPolicy EntitlementActionPolicy, callContext CallContext) : LocalDate in class org.killbill.billing.entitlement.api.DefaultEntitlement | From | To | |
Rename Parameter tenantContext : InternalTenantContext to internalTenantContext : InternalTenantContext in method package getNextNotificationTime(transactionStatus TransactionStatus, attemptNumber Integer, internalTenantContext InternalTenantContext) : DateTime in class org.killbill.billing.payment.core.janitor.IncompletePaymentTransactionTask | From | To |