5df0ce782f63e5386dd0b80a141a69af100e1b7b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type trialLength : int to trialLength : Integer in method public DefaultSimplePlanDescriptor(planId String, productName String, productCategory ProductCategory, currency Currency, amount BigDecimal, billingPeriod BillingPeriod, trialLength Integer, trialTimeUnit TimeUnit, availableBaseProducts List<String>) in class org.killbill.billing.catalog.api.user.DefaultSimplePlanDescriptor | From | To | |
Rename Variable | 1 | ||
Rename Variable json : CatalogJson to result : List<CatalogJson> in method public getCatalogJson(requestedDate String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.CatalogResource | From | To | |
Inline Method | 2 | ||
Inline Method private validateSimplePlanDescriptor(desc SimplePlanDescriptor) : void inlined to public addSimplePlanDescriptor(desc SimplePlanDescriptor) : void in class org.killbill.billing.catalog.CatalogUpdater | From | To | |
Change Return Type | 1 | ||
Change Return Type int to Integer in method public getTrialLength() : Integer in class org.killbill.billing.catalog.api.user.DefaultSimplePlanDescriptor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type json : CatalogJson to result : List<CatalogJson> in method public getCatalogJson(requestedDate String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.CatalogResource | From | To | |
Change Variable Type catalog : Catalog to catalog : VersionedCatalog in method public getCatalogJson(requestedDate String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.CatalogResource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type trialLength : int to trialLength : Integer in class org.killbill.billing.catalog.api.user.DefaultSimplePlanDescriptor | From | To |