f27137c562484deb1ea8077d40491627f6c04eef
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [createdBy : String, reason : String, comment : String] to requestOptions : RequestOptions in class org.killbill.billing.jaxrs.KillbillClient | From | To | |
Rename Method | 1 | ||
Rename Method protected createEntitlement(accountId UUID, bundleExternalKey String, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, waitCompletion boolean) : Subscription renamed to protected createSubscription(accountId UUID, bundleExternalKey String, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, waitCompletion boolean) : Subscription in class org.killbill.billing.jaxrs.KillbillClient | From | To | |
Rename Class | 1 | ||
Rename Class org.killbill.billing.jaxrs.json.TenantKeyJson renamed to org.killbill.billing.jaxrs.json.TenantKeyValueJson | From | To | |
Change Variable Type | 3 | ||
Change Variable Type result : List<TenantKeyJson> to result : List<TenantKeyValueJson> in method public getAllPluginConfiguration(keyPrefix String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.TenantResource | From | To | |
Change Variable Type result : TenantKeyJson to result : TenantKeyValueJson in method private getTenantKey(key TenantKey, keyPostfix String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.TenantResource | From | To | |
Change Variable Type result : TenantKeyJson to result : TenantKeyValueJson in method public getUserKeyValue(key String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.TenantResource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type DEFAULT_WAIT_COMPLETION_TIMEOUT_SEC : int to DEFAULT_WAIT_COMPLETION_TIMEOUT_SEC : long in class org.killbill.billing.jaxrs.KillbillClient | From | To |