c584748701a8ddbebf46dadffcf5fb1bcf21f072
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type overdueApi : OverdueInternalApi to overdueApi : OverdueApi in method public AccountResource(uriBuilder JaxrsUriBuilder, accountApi AccountUserApi, invoiceApi InvoiceUserApi, invoicePaymentApi InvoicePaymentApi, paymentApi PaymentApi, tagUserApi TagUserApi, auditUserApi AuditUserApi, customFieldUserApi CustomFieldUserApi, subscriptionApi SubscriptionApi, overdueApi OverdueApi, clock Clock, paymentConfig PaymentConfig, jaxrsExecutors JaxrsExecutors, jaxrsConfig JaxrsConfig, context Context) in class org.killbill.billing.jaxrs.resources.AccountResource | From | To | |
Move Method | 2 | ||
Move Method private shouldInsertNotification(internalTenantContext InternalTenantContext) : boolean from class org.killbill.billing.overdue.api.DefaultOverdueInternalApi to private shouldInsertNotification(internalTenantContext InternalTenantContext) : boolean from class org.killbill.billing.overdue.listener.OverdueListener | From | To | |
Move Method private insertBusEventIntoNotificationQueue(accountId UUID, action OverdueAsyncBusNotificationAction, callContext InternalCallContext) : void from class org.killbill.billing.overdue.api.DefaultOverdueInternalApi to private insertBusEventIntoNotificationQueue(accountId UUID, action OverdueAsyncBusNotificationAction, callContext InternalCallContext) : void from class org.killbill.billing.overdue.listener.OverdueListener | From | To | |
Rename Variable | 2 | ||
Rename Variable callContext : InternalCallContext to internalCallContext : InternalCallContext in method private insertBusEventIntoNotificationQueue(accountId UUID, event BusEvent) : void in class org.killbill.billing.overdue.listener.OverdueListener | From | To | |
Rename Variable callContext : InternalCallContext to internalCallContext : InternalCallContext in method public handleTagInsert(event ControlTagCreationInternalEvent) : void in class org.killbill.billing.overdue.listener.OverdueListener | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type overdueApi : OverdueInternalApi to overdueApi : OverdueApi in class org.killbill.billing.overdue.OverdueTestSuiteWithEmbeddedDB | From | To | |
Change Attribute Type overdueApi : OverdueInternalApi to overdueApi : OverdueApi in class org.killbill.billing.overdue.OverdueTestSuiteNoDB | From | To | |
Change Attribute Type overdueUserApi : OverdueInternalApi to overdueUserApi : OverdueApi in class org.killbill.billing.beatrix.integration.TestIntegrationBase | From | To | |
Change Attribute Type overdueApi : OverdueInternalApi to overdueApi : OverdueApi in class org.killbill.billing.jaxrs.resources.AccountResource | From | To |