05ba194f68294f68d466f0e6579a49b14bfa05ad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private initializeUsage(isActive boolean) : List<Usage> renamed to private computeUsages() : List<Usage> in class org.killbill.billing.junction.plumbing.billing.DefaultBillingEvent | From | To | |
Extract Method | 1 | ||
Extract Method private computeRecurringBillingPeriod() : BillingPeriod extracted from public DefaultBillingEvent(transition SubscriptionBillingEvent, subscription SubscriptionBase, billCycleDayLocal int, billingAlignment BillingAlignment, currency Currency, catalog Catalog) in class org.killbill.billing.junction.plumbing.billing.DefaultBillingEvent | From | To | |
Rename Parameter | 1 | ||
Rename Parameter transition : SubscriptionBillingEvent to inputEvent : SubscriptionBillingEvent in method public DefaultBillingEvent(inputEvent SubscriptionBillingEvent, subscription SubscriptionBase, billCycleDayLocal int, billingAlignment BillingAlignment, currency Currency, catalog Catalog) in class org.killbill.billing.junction.plumbing.billing.DefaultBillingEvent | From | To |