134681dc7e281ea89cb5a4651c8423d694700c82
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.kill-bill.billing:killbill-api 0.37 To 0.38 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private findPlan(wrapper PlanRequestWrapper, requestedDate DateTime, subscriptionStartDate DateTime) : Plan renamed to private findCatalogPlanEntry(wrapper PlanRequestWrapper, requestedDate DateTime, subscriptionStartDate DateTime) : CatalogPlanEntry in class org.killbill.billing.catalog.VersionedCatalog | From | To | |
Rename Method public getPriceList() : PriceList renamed to public getPriceListName() : String in class org.killbill.billing.mock.MockPlan | From | To | |
Rename Method public setPriceList(priceList DefaultPriceList) : DefaultPlan renamed to public setPriceListName(priceListName String) : DefaultPlan in class org.killbill.billing.catalog.DefaultPlan | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type priceList : DefaultPriceList to priceListName : String in method public setPriceListName(priceListName String) : DefaultPlan in class org.killbill.billing.catalog.DefaultPlan | From | To | |
Change Return Type | 3 | ||
Change Return Type Plan to CatalogPlanEntry in method private findCatalogPlanEntry(wrapper PlanRequestWrapper, requestedDate DateTime, subscriptionStartDate DateTime) : CatalogPlanEntry in class org.killbill.billing.catalog.VersionedCatalog | From | To | |
Change Return Type DefaultPriceList to String in method private findPriceListForPlan(catalog StandaloneCatalog) : String in class org.killbill.billing.catalog.DefaultPlan | From | To | |
Change Return Type PriceList to String in method public getPriceListName() : String in class org.killbill.billing.mock.MockPlan | From | To | |
Rename Attribute | 1 | ||
Rename Attribute priceList : PriceList to priceListName : String in class org.killbill.billing.catalog.DefaultPlan | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type priceList : PriceList to priceListName : String in class org.killbill.billing.catalog.DefaultPlan | From | To | |
Rename Parameter | 1 | ||
Rename Parameter priceList : DefaultPriceList to priceListName : String in method public setPriceListName(priceListName String) : DefaultPlan in class org.killbill.billing.catalog.DefaultPlan | From | To |