ded968ad5887d46a25bea99cc615e96867b2cb2d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type event : EnvironmentChangeEvent to event : RefreshScopeRefreshedEvent in method public onApplicationEvent(event RefreshScopeRefreshedEvent) : void in class org.springframework.cloud.netflix.eureka.EurekaDiscoveryClientConfiguration.EurekaClientConfigurationRefresher | From | To | |
Move Method | 1 | ||
Move Method public eurekaClient(applicationInfoManager ApplicationInfoManager, config EurekaClientConfig) : EurekaClient from class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration to public eurekaClient(applicationInfoManager ApplicationInfoManager, config EurekaClientConfig, instance EurekaInstanceConfig) : EurekaClient from class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.EurekaClientConfiguration | From | To | |
Move Attribute | 2 | ||
Move Attribute private context : ApplicationContext from class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration to private context : ApplicationContext from class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration | From | To | |
Move Attribute private context : ApplicationContext from class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration to private context : ApplicationContext from class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.EurekaClientConfiguration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type discoveryClient : DiscoveryClient to discoveryClient : EurekaClient in class org.springframework.cloud.netflix.eureka.healthcheck.EurekaHealthCheckTests | From | To |