e0393c63021261056ddab5659ef43d4e0ad52ec0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEffectiveDate(requestedDate DateTime) : Date renamed to public getStandaloneCatalogEffectiveDate(requestedDate DateTime) : Date in class org.killbill.billing.catalog.VersionedCatalog | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type catalog : VersionedCatalog to catalog : Catalog in method public CatalogJson(catalog Catalog, requestedDate DateTime) in class org.killbill.billing.jaxrs.json.CatalogJson | From | To | |
Change Return Type | 1 | ||
Change Return Type DefaultPriceListSet to PriceListSet in method public getPriceLists(requestedDate DateTime) : PriceListSet in class org.killbill.billing.catalog.VersionedCatalog | From | To | |
Change Variable Type | 1 | ||
Change Variable Type priceLists : DefaultPriceListSet to priceLists : PriceListSet in method public CatalogJson(catalog Catalog, requestedDate DateTime) in class org.killbill.billing.jaxrs.json.CatalogJson | From | To |