16155ed852b6cf08258f5f551a7d9e4650862a50
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type callback : RetryCallback<RibbonApacheHttpResponse,IOException> to callback : RetryCallback<RibbonApacheHttpResponse,Exception> in method private executeWithRetry(request RibbonApacheHttpRequest, retryPolicy LoadBalancedRetryPolicy, callback RetryCallback<RibbonApacheHttpResponse,Exception>, recoveryCallback RecoveryCallback<RibbonApacheHttpResponse>) : RibbonApacheHttpResponse in class org.springframework.cloud.netflix.ribbon.apache.RetryableRibbonLoadBalancingHttpClient | From | To | |
Move Method | 2 | ||
Move Method public choose(serviceId String) : ServiceInstance from class org.springframework.cloud.netflix.ribbon.apache.RetryableRibbonLoadBalancingHttpClient to public choose(serviceId String) : ServiceInstance from class org.springframework.cloud.netflix.ribbon.support.AbstractLoadBalancingClient | From | To | |
Move Method public choose(serviceId String) : ServiceInstance from class org.springframework.cloud.netflix.ribbon.okhttp.RetryableOkHttpLoadBalancingClient to public choose(serviceId String) : ServiceInstance from class org.springframework.cloud.netflix.ribbon.support.AbstractLoadBalancingClient | From | To | |
Change Variable Type | 1 | ||
Change Variable Type retryCallback : RetryCallback<RibbonApacheHttpResponse,IOException> to retryCallback : RetryCallback<RibbonApacheHttpResponse,Exception> in method public execute(request RibbonApacheHttpRequest, configOverride IClientConfig) : RibbonApacheHttpResponse in class org.springframework.cloud.netflix.ribbon.apache.RetryableRibbonLoadBalancingHttpClient | From | To |