41bfa0aaa3defd77c0d1c91f3cd8befafa16d1f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public computeMissingItems(existingUsage List<InvoiceItem>) : List<InvoiceItem> renamed to public computeMissingItemsAndNextNotificationDate(existingUsage List<InvoiceItem>) : ConsumableInArrearItemsAndNextNotificationDate in class org.killbill.billing.invoice.usage.ContiguousIntervalConsumableInArrear | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type newInArrearUsageItems : List<InvoiceItem> to nextBillingCycleDates : Map<String,LocalDate> in method private updatePerSubscriptionNextNotificationUsageDate(subscriptionId UUID, nextBillingCycleDates Map<String,LocalDate>, usageBillingMode BillingMode, perSubscriptionFutureNotificationDates Map<UUID,SubscriptionFutureNotificationDates>) : void in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator | From | To | |
Rename Variable | 1 | ||
Rename Variable item : InvoiceItem to usageName : String in method private updatePerSubscriptionNextNotificationUsageDate(subscriptionId UUID, nextBillingCycleDates Map<String,LocalDate>, usageBillingMode BillingMode, perSubscriptionFutureNotificationDates Map<UUID,SubscriptionFutureNotificationDates>) : void in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator | From | To | |
Change Return Type | 2 | ||
Change Return Type List<InvoiceItem> to SubscriptionConsumableInArrearItemsAndNextNotificationDate in method public computeMissingUsageInvoiceItems(existingUsage List<InvoiceItem>) : SubscriptionConsumableInArrearItemsAndNextNotificationDate in class org.killbill.billing.invoice.usage.SubscriptionConsumableInArrear | From | To | |
Change Return Type List<InvoiceItem> to ConsumableInArrearItemsAndNextNotificationDate in method public computeMissingItemsAndNextNotificationDate(existingUsage List<InvoiceItem>) : ConsumableInArrearItemsAndNextNotificationDate in class org.killbill.billing.invoice.usage.ContiguousIntervalConsumableInArrear | From | To | |
Change Variable Type | 1 | ||
Change Variable Type item : InvoiceItem to usageName : String in method private updatePerSubscriptionNextNotificationUsageDate(subscriptionId UUID, nextBillingCycleDates Map<String,LocalDate>, usageBillingMode BillingMode, perSubscriptionFutureNotificationDates Map<UUID,SubscriptionFutureNotificationDates>) : void in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter newInArrearUsageItems : List<InvoiceItem> to nextBillingCycleDates : Map<String,LocalDate> in method private updatePerSubscriptionNextNotificationUsageDate(subscriptionId UUID, nextBillingCycleDates Map<String,LocalDate>, usageBillingMode BillingMode, perSubscriptionFutureNotificationDates Map<UUID,SubscriptionFutureNotificationDates>) : void in class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator | From | To |