c342d57dd3930d2447478f87b54d7f2caa540598
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type parentInvoice : boolean to parentInvoice : InvoiceModelDao in method private DefaultInvoice(invoiceId UUID, createdDate DateTime, accountId UUID, invoiceNumber Integer, invoiceDate LocalDate, targetDate LocalDate, currency Currency, processedCurrency Currency, isMigrationInvoice boolean, isWrittenOff boolean, status InvoiceStatus, isParentInvoice boolean, parentInvoice InvoiceModelDao) in class org.killbill.billing.invoice.model.DefaultInvoice | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type parentInvoice : boolean to parentInvoice : InvoiceModelDao in class org.killbill.billing.invoice.dao.InvoiceModelDao | From | To | |
Change Attribute Type parentInvoice : boolean to parentInvoice : Invoice in class org.killbill.billing.invoice.model.DefaultInvoice | From | To | |
Rename Parameter | 2 | ||
Rename Parameter parentInvoice : boolean to isParentInvoice : boolean in method public InvoiceModelDao(id UUID, createdDate DateTime, accountId UUID, invoiceNumber Integer, invoiceDate LocalDate, targetDate LocalDate, currency Currency, migrated boolean, status InvoiceStatus, isParentInvoice boolean) in class org.killbill.billing.invoice.dao.InvoiceModelDao | From | To | |
Rename Parameter parentInvoice : boolean to isParentInvoice : boolean in method public setParentInvoice(isParentInvoice boolean) : void in class org.killbill.billing.invoice.dao.InvoiceModelDao | From | To |