87dae2c56a39c234a86fc056297134ab2b583154
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type BigDecimal to List<ConsumableInArrearDetail> in method package computeToBeBilledCapacityInArrear(roUnits List<RolledUpUnit>, tierNum int) : List<ConsumableInArrearDetail> in class org.killbill.billing.invoice.usage.ContiguousIntervalUsageInArrear | From | To | |
Change Variable Type | 2 | ||
Change Variable Type toBeBilledUsageDetails : List<ToBeBilledConsumableInArrearDetail> to toBeBilledUsageDetails : List<ConsumableInArrearDetail> in method public computeMissingItemsAndNextNotificationDate(existingUsage List<InvoiceItem>) : UsageInArrearItemsAndNextNotificationDate in class org.killbill.billing.invoice.usage.ContiguousIntervalUsageInArrear | From | To | |
Change Variable Type result : BigDecimal to result : List<ConsumableInArrearDetail> in method public testComputeBilledUsage() : void in class org.killbill.billing.invoice.usage.TestContiguousIntervalCapacityInArrear | From | To |