62cb0ae28fc6e2f3529ce17a5068ba4f6ae1bd5c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getRoutes() : Map<String,String> renamed to public invoke() : Map<String,String> in class org.springframework.cloud.netflix.zuul.RoutesEndpoint | From | To | |
Move Method | 1 | ||
Move Method public setApplicationEventPublisher(publisher ApplicationEventPublisher) : void from class org.springframework.cloud.netflix.zuul.RoutesEndpoint to public setApplicationEventPublisher(applicationEventPublisher ApplicationEventPublisher) : void from class org.springframework.cloud.netflix.zuul.RoutesMvcEndpoint | From | To | |
Extract Class | 1 | ||
Extract Class org.springframework.cloud.netflix.zuul.RoutesMvcEndpoint from class org.springframework.cloud.netflix.zuul.RoutesEndpoint | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type endpoint : RoutesEndpoint to endpoint : RoutesMvcEndpoint in class org.springframework.cloud.netflix.zuul.filters.CustomHostRoutingFilterTests | From | To | |
Change Attribute Type endpoint : RoutesEndpoint to endpoint : RoutesMvcEndpoint in class org.springframework.cloud.netflix.zuul.filters.route.support.ZuulProxyTestBase | From | To | |
Change Attribute Type endpoint : RoutesEndpoint to endpoint : RoutesMvcEndpoint in class org.springframework.cloud.netflix.zuul.ServletPathZuulProxyApplicationTests | From | To | |
Change Attribute Type endpoint : RoutesEndpoint to endpoint : RoutesMvcEndpoint in class org.springframework.cloud.netflix.zuul.filters.discovery.PatternServiceRouteMapperIntegrationTests | From | To | |
Change Attribute Type endpoint : RoutesEndpoint to endpoint : RoutesMvcEndpoint in class org.springframework.cloud.netflix.zuul.SimpleZuulProxyApplicationTests | From | To | |
Change Attribute Type endpoint : RoutesEndpoint to endpoint : RoutesMvcEndpoint in class org.springframework.cloud.netflix.zuul.ContextPathZuulProxyApplicationTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter publisher : ApplicationEventPublisher to applicationEventPublisher : ApplicationEventPublisher in method public setApplicationEventPublisher(applicationEventPublisher ApplicationEventPublisher) : void in class org.springframework.cloud.netflix.zuul.RoutesMvcEndpoint | From | To |