cda34562fd624066a515ec0df2b8c00282c704e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testBasic() : void renamed to public testAutoInvoicingDraftBasic() : void in class org.killbill.billing.beatrix.integration.TestIntegrationWithAutoInvoiceDraft | From | To | |
| Rename Variable | 2 | ||
| Rename Variable wasInvoiceCreated : boolean to wasInvoiceCreatedOrCommitted : boolean in method public inTransaction(entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory) : List<InvoiceItemModelDao> in class org.killbill.billing.invoice.dao.DefaultInvoiceDao.createInvoices.execute | From | To | |
| Rename Variable modifiedInvoiceIds : Collection<UUID> to allInvoiceIds : Collection<UUID> in method private createInvoices(invoices Iterable<InvoiceModelDao>, callbackDateTimePerSubscriptions FutureAccountNotifications, context InternalCallContext) : List<InvoiceItemModelDao> in class org.killbill.billing.invoice.dao.DefaultInvoiceDao | From | To | |
| Inline Variable | 1 | ||
| Inline Variable invoiceId : UUID in method public generateInvoice(account ImmutableAccountData, events BillingEventSet, existingInvoices List<Invoice>, targetDate LocalDate, targetCurrency Currency, context InternalCallContext) : InvoiceWithMetadata from class org.killbill.billing.invoice.generator.DefaultInvoiceGenerator | From | To |