36087e8ec917f55241b4e42a2508dcd4e5baf2a4
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public toSubscriptionbundle(src SubscriptionBundleModelDao) : SubscriptionBaseBundle renamed to public toSubscriptionBundle(src SubscriptionBundleModelDao) : SubscriptionBaseBundle in class org.killbill.billing.subscription.engine.dao.model.SubscriptionBundleModelDao | From | To | |
Rename Variable | 2 | ||
Rename Variable bundlesForAccountAndKey : List<SubscriptionBaseBundle> to bundleForAccountAndKey : SubscriptionBaseBundle in method public transferBundle(sourceAccountId UUID, destAccountId UUID, bundleKey String, transferDate DateTime, transferAddOn boolean, cancelImmediately boolean, context CallContext) : SubscriptionBaseBundle in class org.killbill.billing.subscription.api.transfer.DefaultSubscriptionBaseTransferApi | From | To | |
Rename Variable existingBundleModels : List<SubscriptionBundleModelDao> to existingBundleForAccount : SubscriptionBundleModelDao in method private transferBundleDataFromTransaction(bundleTransferData BundleTransferData, transactional EntitySqlDao, entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory, context InternalCallContext) : void in class org.killbill.billing.subscription.engine.dao.DefaultSubscriptionDao | From | To | |
Change Return Type | 4 | ||
Change Return Type List<SubscriptionBaseBundle> to SubscriptionBaseBundle in method public getSubscriptionBundlesForAccountAndKey(accountId UUID, bundleKey String, context InternalTenantContext) : SubscriptionBaseBundle in class org.killbill.billing.subscription.engine.dao.SubscriptionDao | From | To | |
Change Return Type List<SubscriptionBaseBundle> to SubscriptionBaseBundle in method public getSubscriptionBundlesForAccountAndKey(accountId UUID, bundleKey String, context InternalTenantContext) : SubscriptionBaseBundle in class org.killbill.billing.subscription.engine.dao.DefaultSubscriptionDao | From | To | |
Change Return Type List<SubscriptionBaseBundle> to SubscriptionBaseBundle in method public getSubscriptionBundlesForAccountAndKey(accountId UUID, bundleKey String, context InternalTenantContext) : SubscriptionBaseBundle in class org.killbill.billing.subscription.engine.dao.MockSubscriptionDaoMemory | From | To | |
Change Return Type List<SubscriptionBundleModelDao> to SubscriptionBundleModelDao in method public getBundlesFromAccountAndKey(accountId String, externalKey String, context InternalTenantContext) : SubscriptionBundleModelDao in class org.killbill.billing.subscription.engine.dao.BundleSqlDao | From | To | |
Extract Variable | 1 | ||
Extract Variable externalKey : String in method public toSubscriptionBundle(src SubscriptionBundleModelDao) : SubscriptionBaseBundle from class org.killbill.billing.subscription.engine.dao.model.SubscriptionBundleModelDao | From | To | |
Change Variable Type | 2 | ||
Change Variable Type bundlesForAccountAndKey : List<SubscriptionBaseBundle> to bundleForAccountAndKey : SubscriptionBaseBundle in method public transferBundle(sourceAccountId UUID, destAccountId UUID, bundleKey String, transferDate DateTime, transferAddOn boolean, cancelImmediately boolean, context CallContext) : SubscriptionBaseBundle in class org.killbill.billing.subscription.api.transfer.DefaultSubscriptionBaseTransferApi | From | To | |
Change Variable Type existingBundleModels : List<SubscriptionBundleModelDao> to existingBundleForAccount : SubscriptionBundleModelDao in method private transferBundleDataFromTransaction(bundleTransferData BundleTransferData, transactional EntitySqlDao, entitySqlDaoWrapperFactory EntitySqlDaoWrapperFactory, context InternalCallContext) : void in class org.killbill.billing.subscription.engine.dao.DefaultSubscriptionDao | From | To |