|
Change Parameter Type product : DefaultProduct to product : Product in method public setProduct(product Product) : DefaultCaseStandardNaming<T> in class org.killbill.billing.catalog.rules.DefaultCaseStandardNaming |
From |
To |
|
Change Parameter Type fromProduct : DefaultProduct to fromProduct : Product in method public setFromProduct(fromProduct Product) : DefaultCaseChange<T> in class org.killbill.billing.catalog.rules.DefaultCaseChange |
From |
To |
|
Change Parameter Type product : DefaultProduct to product : Product in method public setProduct(product Product) : DefaultPlan in class org.killbill.billing.catalog.DefaultPlan |
From |
To |
|
Change Parameter Type products : DefaultProduct[] to products : Collection<Product> in method public setProducts(products Collection<Product>) : StandaloneCatalog in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Parameter Type toProduct : DefaultProduct to toProduct : Product in method public setToProduct(toProduct Product) : DefaultCaseChange<T> in class org.killbill.billing.catalog.rules.DefaultCaseChange |
From |
To |
|
Change Parameter Type product : DefaultProduct to product : Product in method protected setProduct(product Product) : DefaultCaseResult in class org.killbill.billing.catalog.rules.TestCase.DefaultCaseResult |
From |
To |
|
Change Parameter Type in : Product[] to in : Collection<Product> in method private toProductNames(in Collection<Product>) : List<String> in class org.killbill.billing.jaxrs.json.CatalogJson |
From |
To |
|
Change Parameter Type plans : DefaultPlan[] to plans : Collection<Plan> in method public setPlans(plans Collection<Plan>) : DefaultPriceList in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |
|
Change Parameter Type plans : DefaultPlan[] to plans : Collection<Plan> in method public setPlans(plans Collection<Plan>) : StandaloneCatalog in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Return Type Product[] to Collection<Product> in method public getProducts(requestedDate DateTime) : Collection<Product> in class org.killbill.billing.catalog.MockCatalog |
From |
To |
|
Change Return Type DefaultProduct to Product in method private getExistingProduct(productName String) : Product in class org.killbill.billing.catalog.CatalogUpdater |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method public getCurrentProducts() : Collection<Product> in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Return Type DefaultProduct to Product in method private toDefaultProduct(input Product) : Product in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Return Type DefaultPlan to Plan in method public createOrFindCurrentPlan(spec PlanSpecifier, unused PlanPhasePriceOverridesWithCallContext) : Plan in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Return Type Product[] to Collection<Product> in method public getAvailable() : Collection<Product> in class org.killbill.billing.mock.MockProduct |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method public getIncluded() : Collection<Product> in class org.killbill.billing.catalog.DefaultProduct |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method public getAvailable() : Collection<Product> in class org.killbill.billing.catalog.DefaultProduct |
From |
To |
|
Change Return Type Product[] to Collection<Product> in method public getIncluded() : Collection<Product> in class org.killbill.billing.mock.MockProduct |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method public createAll() : Collection<Product> in class org.killbill.billing.catalog.MockProduct |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method private toFilteredDefaultProduct(input Iterable<Product>) : Collection<Product> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Return Type DefaultPlan[] to Collection<Plan> in method private toDefaultPlans(input Iterable<Plan>) : Collection<Plan> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Return Type DefaultPlan[] to Collection<Plan> in method public getCurrentPlans() : Collection<Plan> in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Return Type DefaultPlan[] to Collection<Plan> in method public createAll() : Collection<Plan> in class org.killbill.billing.catalog.MockPlan |
From |
To |
|
Change Return Type Plan[] to Collection<Plan> in method public getPlans() : Collection<Plan> in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |
|
Change Return Type Plan[] to Collection<Plan> in method public findPlans(product Product, period BillingPeriod) : Collection<Plan> in class org.killbill.billing.mock.MockPriceList |
From |
To |
|
Change Return Type DefaultPlan to Plan in method public createOrFindCurrentPlan(spec PlanSpecifier, overrides PlanPhasePriceOverridesWithCallContext) : Plan in class org.killbill.billing.catalog.StandaloneCatalogWithPriceOverride |
From |
To |
|
Change Return Type Plan[] to Collection<Plan> in method public getPlans(requestedDate DateTime) : Collection<Plan> in class org.killbill.billing.catalog.MockCatalog |
From |
To |
|
Change Return Type Plan[] to Collection<Plan> in method public getPlans() : Collection<Plan> in class org.killbill.billing.mock.MockPriceList |
From |
To |
|
Change Return Type Plan[] to Collection<Plan> in method public getCurrentPlans() : Collection<Plan> in class org.killbill.billing.catalog.VersionedCatalog |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method private toDefaultProducts(input Iterable<Product>) : Collection<Product> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Return Type DefaultPlan to Plan in method private toDefaultPlan(input Plan) : Plan in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Return Type Product[] to Collection<Product> in method public getCurrentProducts() : Collection<Product> in class org.killbill.billing.catalog.VersionedCatalog |
From |
To |
|
Change Return Type DefaultPlan to Plan in method public getPlanFrom(product Product, period BillingPeriod, priceListName String) : Plan in class org.killbill.billing.catalog.DefaultPriceListSet |
From |
To |
|
Change Return Type DefaultPlan[] to Collection<Plan> in method public getPlans(requestedDate DateTime) : Collection<Plan> in class org.killbill.billing.catalog.VersionedCatalog |
From |
To |
|
Change Return Type DefaultPlan to Plan in method public findPlan(planName String) : Plan in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |
|
Change Return Type DefaultPlan[] to Collection<Plan> in method private toFilterDefaultPlans(input Iterable<Plan>) : Collection<Plan> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Return Type DefaultProduct[] to Collection<Product> in method public getProducts(requestedDate DateTime) : Collection<Product> in class org.killbill.billing.catalog.VersionedCatalog |
From |
To |
|
Change Return Type DefaultPlan[] to Collection<Plan> in method public findPlans(product Product, period BillingPeriod) : Collection<Plan> in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |
|
Change Return Type DefaultPlan to Plan in method private getExistingPlan(planName String) : Plan in class org.killbill.billing.catalog.CatalogUpdater |
From |
To |
|
Change Variable Type cur : DefaultProduct to cur : Product in method public addSimplePlanDescriptor(desc SimplePlanDescriptor) : void in class org.killbill.billing.catalog.CatalogUpdater |
From |
To |
|
Change Variable Type plans : DefaultPlan[] to plans : Collection<Plan> in method public getPlanFrom(product Product, period BillingPeriod, priceListName String) : Plan in class org.killbill.billing.catalog.DefaultPriceListSet |
From |
To |
|
Change Variable Type availableAddOns : Product[] to availableAddOns : Collection<Product> in method private isAddonAvailable(baseProduct Product, targetAddOnPlan Plan) : boolean in class org.killbill.billing.subscription.engine.addon.AddonUtils |
From |
To |
|
Change Variable Type includedAddOns : Product[] to includedAddOns : Collection<Product> in method private isAddonIncluded(baseProduct Product, targetAddOnPlan Plan) : boolean in class org.killbill.billing.subscription.engine.addon.AddonUtils |
From |
To |
|
Change Variable Type plans : Plan[] to plans : Collection<Plan> in method public CatalogJson(catalog Catalog, requestedDate DateTime) in class org.killbill.billing.jaxrs.json.CatalogJson |
From |
To |
|
Change Variable Type result : List<DefaultPlan> to result : List<Plan> in method public findPlans(product Product, period BillingPeriod) : Collection<Plan> in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |
|
Change Variable Type input : DefaultPlan to input : Plan in method private getExistingPlan(planName String) : Plan in class org.killbill.billing.catalog.CatalogUpdater |
From |
To |
|
Change Variable Type defaultPlan : DefaultPlan to defaultPlan : Plan in method public createOrFindCurrentPlan(spec PlanSpecifier, overrides PlanPhasePriceOverridesWithCallContext) : Plan in class org.killbill.billing.catalog.StandaloneCatalogWithPriceOverride |
From |
To |
|
Change Variable Type input : DefaultProduct to input : Product in method private getExistingProduct(productName String) : Product in class org.killbill.billing.catalog.CatalogUpdater |
From |
To |
|
Change Variable Type products : DefaultProduct[] to products : Collection<Product> in method public testDefaultCatalog() : void in class org.killbill.billing.catalog.caching.TestEhCacheCatalogCache |
From |
To |
|
Change Variable Type products : DefaultProduct[] to products : Collection<Product> in method public testExistingTenantCatalog() : void in class org.killbill.billing.catalog.caching.TestEhCacheCatalogCache |
From |
To |
|
Change Variable Type otherProducts : DefaultProduct[] to otherProducts : Collection<Product> in method public testExistingTenantCatalog() : void in class org.killbill.billing.catalog.caching.TestEhCacheCatalogCache |
From |
To |
|
Change Variable Type result : DefaultPlan to result : Plan in method public createOrFindCurrentPlan(spec PlanSpecifier, unused PlanPhasePriceOverridesWithCallContext) : Plan in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Variable Type targetBasePlan : DefaultProduct to targetBasePlan : Product in method public addSimplePlanDescriptor(desc SimplePlanDescriptor) : void in class org.killbill.billing.catalog.CatalogUpdater |
From |
To |
|
Change Variable Type planTransformer : Function<Plan,DefaultPlan> to planTransformer : Function<Plan,Plan> in method private toDefaultPlans(input Iterable<Plan>) : Collection<Plan> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Variable Type addonInList : Plan[] to addonInList : Collection<Plan> in method public getAvailableAddOnListings(baseProductName String, priceListName String) : List<Listing> in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Variable Type plans : DefaultPlan[] to plans : Collection<Plan> in method public populatePriceLists() : void in class org.killbill.billing.catalog.MockCatalog |
From |
To |
|
Change Variable Type filteredAndOrdered : List<DefaultProduct> to filteredAndOrdered : Collection<Product> in method private toFilteredDefaultProduct(input Iterable<Product>) : Collection<Product> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Variable Type filteredAndOrdered : List<DefaultPlan> to filteredAndOrdered : List<Plan> in method private toFilterDefaultPlans(input Iterable<Plan>) : Collection<Plan> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Variable Type productTransformer : Function<Product,DefaultProduct> to productTransformer : Function<Product,Product> in method private toDefaultProducts(input Iterable<Product>) : Collection<Product> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Variable Type target : DefaultProduct to target : Product in method public toStandaloneCatalog(pluginCatalog StandalonePluginCatalog, catalogURI URI) : StandaloneCatalog in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Attribute Type plans : CatalogEntityCollection<DefaultPlan> to plans : CatalogEntityCollection<Plan> in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Attribute Type included : DefaultProduct[] to included : CatalogEntityCollection<Product> in class org.killbill.billing.catalog.DefaultProduct |
From |
To |
|
Change Attribute Type tmpDefaultPlans : Iterable<DefaultPlan> to tmpDefaultPlans : Collection<Plan> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Attribute Type products : CatalogEntityCollection<DefaultProduct> to products : CatalogEntityCollection<Product> in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Attribute Type available : Product[] to available : Collection<Product> in class org.killbill.billing.mock.MockProduct |
From |
To |
|
Change Attribute Type available : DefaultProduct[] to available : CatalogEntityCollection<Product> in class org.killbill.billing.catalog.DefaultProduct |
From |
To |
|
Change Attribute Type tmpDefaultProducts : Iterable<DefaultProduct> to tmpDefaultProducts : Collection<Product> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |
|
Change Attribute Type included : Product[] to included : Collection<Product> in class org.killbill.billing.mock.MockProduct |
From |
To |
|
Change Attribute Type plans : CatalogEntityCollection<DefaultPlan> to plans : CatalogEntityCollection<Plan> in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |