43d637028e38ce9b1fd56bc1af6aaf0a39820d4f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public processParentInvoiceForAdjustments(account AccountData, childInvoiceId UUID, context InternalCallContext) : void renamed to public processParentInvoiceForAdjustmentsWithLock(account Account, childInvoiceId UUID, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type account : AccountData to account : Account in method public processParentInvoiceForAdjustmentsWithLock(account Account, childInvoiceId UUID, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Extract Variable | 1 | ||
Extract Variable parentInvoiceItem : InvoiceItemModelDao in method private processParentInvoiceForInvoiceGenerationWithLock(childAccount Account, childInvoiceId UUID, context InternalCallContext) : void from class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Extract Method | 1 | ||
Extract Method private processParentInvoiceForInvoiceGenerationWithLock(childAccount Account, childInvoiceId UUID, context InternalCallContext) : void extracted from public processParentInvoiceForInvoiceGeneration(account Account, childInvoiceId UUID, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Rename Parameter | 2 | ||
Rename Parameter account : Account to childAccount : Account in method public processParentInvoiceForInvoiceGeneration(childAccount Account, childInvoiceId UUID, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher | From | To | |
Rename Parameter account : Account to childAccount : Account in method private processParentInvoiceForInvoiceGenerationWithLock(childAccount Account, childInvoiceId UUID, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher | From | To |