8a7e165214fa4e97b881de0e0e90edf57d2c86ab
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 4 | ||
| Push Down Method package transformHeaders(headers MultiValueMap<String,String>, output Map<String,Object>) : void from class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper to package debugHeaders(headers MultiValueMap<String,String>, map Map<String,Object>) : void from class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To | |
| Push Down Method public setTraces(traces TraceRepository) : void from class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper to public setTraces(traces TraceRepository) : void from class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To | |
| Push Down Method private debugRequestEntity(info Map<String,Object>, inputStream InputStream) : void from class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper to private debugRequestEntity(info Map<String,Object>, inputStream InputStream) : void from class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To | |
| Push Down Method public appendDebug(info Map<String,Object>, status int, headers MultiValueMap<String,String>) : void from class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper to public appendDebug(info Map<String,Object>, status int, headers MultiValueMap<String,String>) : void from class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper from class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper | From | To | |
| Move Method | 1 | ||
| Move Method public proxyRequestHelper() : ProxyRequestHelper from class org.springframework.cloud.netflix.zuul.ZuulProxyConfiguration to public proxyRequestHelper(zuulProperties ZuulProperties) : ProxyRequestHelper from class org.springframework.cloud.netflix.zuul.ZuulProxyConfiguration.RoutesEndpointConfiguration | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private traces : TraceRepository from class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper to private traces : TraceRepository from class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private traces : TraceRepository from class org.springframework.cloud.netflix.zuul.ZuulProxyConfiguration to private traces : TraceRepository from class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To | |
| Move Attribute private traces : TraceRepository from class org.springframework.cloud.netflix.zuul.ZuulProxyConfiguration to private traces : TraceRepository from class org.springframework.cloud.netflix.zuul.ZuulProxyConfiguration.RoutesEndpointConfiguration | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type helper : ProxyRequestHelper to helper : TraceProxyRequestHelper in method public debug() : void in class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelperTests | From | To | |
| Change Variable Type helper : ProxyRequestHelper to helper : TraceProxyRequestHelper in method public buildZuulRequestHeadersWork() : void in class org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelperTests | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter output : Map<String,Object> to map : Map<String,Object> in method package debugHeaders(headers MultiValueMap<String,String>, map Map<String,Object>) : void in class org.springframework.cloud.netflix.zuul.filters.TraceProxyRequestHelper | From | To |