da480dd8f9db41bb96478bb944c67ef42f589d71
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable callContext : CallContext to tenantContext : TenantContext in method package getPayment(paymentIdStr String, externalKey String, pluginProperties Iterable<PluginProperty>, tenantContext TenantContext) : Payment in class org.killbill.billing.jaxrs.resources.PaymentResource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type callContext : CallContext to tenantContext : TenantContext in method package getPayment(paymentIdStr String, externalKey String, pluginProperties Iterable<PluginProperty>, tenantContext TenantContext) : Payment in class org.killbill.billing.jaxrs.resources.PaymentResource | From | To | |
Extract Method | 2 | ||
Extract Method package getPayment(paymentIdStr String, externalKey String, pluginProperties Iterable<PluginProperty>, tenantContext TenantContext) : Payment extracted from public captureAuthorization(json PaymentTransactionJson, paymentIdStr String, pluginPropertiesString List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.PaymentResource | From | To | |
Extract Method private captureAuthorizationInternal(json PaymentTransactionJson, paymentIdStr String, pluginPropertiesString List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response extracted from public captureAuthorization(json PaymentTransactionJson, paymentIdStr String, pluginPropertiesString List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.PaymentResource | From | To |