b62ba0752d260431ca9844322caa9dd03fe165ca
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type itemDetails : List<MockToBeBilledConsumableInArrearDetail> to itemDetails : List<UsageInArrearDetail> in method public testComputeMissingItems() : void in class org.killbill.billing.invoice.usage.TestContiguousIntervalConsumableInArrear | From | To | |
Change Variable Type itemDetails2 : List<MockToBeBilledConsumableInArrearDetail> to itemDetails2 : List<UsageInArrearDetail> in method public testComputeMissingItems() : void in class org.killbill.billing.invoice.usage.TestContiguousIntervalConsumableInArrear | From | To | |
Extract Method | 1 | ||
Extract Method protected createContiguousIntervalConsumableInArrear(usage DefaultUsage, rawUsages List<RawUsage>, targetDate LocalDate, closedInterval boolean, detailMode UsageDetailMode, events BillingEvent...) : ContiguousIntervalUsageInArrear extracted from protected createContiguousIntervalConsumableInArrear(usage DefaultUsage, rawUsages List<RawUsage>, targetDate LocalDate, closedInterval boolean, events BillingEvent...) : ContiguousIntervalUsageInArrear in class org.killbill.billing.invoice.usage.TestUsageInArrearBase | From | To |