b001fea325b443ac18a1a5daa6ed7dc1e2982bd7
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public applicationInfoManager(config EurekaInstanceConfig, instanceInfo InstanceInfo) : ApplicationInfoManager renamed to public discoveryClient(config EurekaInstanceConfig, client EurekaClient) : DiscoveryClient in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration | From | To | |
Rename Method public nonSecurePort3() : void renamed to public nonSecurePortUnderscores() : void in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfigurationTests | From | To | |
Rename Method public nonSecurePort2() : void renamed to public nonSecurePortPeriods() : void in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfigurationTests | From | To | |
Rename Method public nonSecurePort4() : void renamed to public nonSecurePort() : void in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfigurationTests | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type instanceInfo : InstanceInfo to client : EurekaClient in method public discoveryClient(config EurekaInstanceConfig, client EurekaClient) : DiscoveryClient in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration | From | To | |
Change Parameter Type info : InstanceInfo to manager : ApplicationInfoManager in method public eurekaClient(manager ApplicationInfoManager) : EurekaClient in class org.springframework.cloud.netflix.config.DiscoveryClientConfigServiceAutoConfigurationTests.EnvironmentKnobbler | From | To | |
Change Return Type | 1 | ||
Change Return Type ApplicationInfoManager to DiscoveryClient in method public discoveryClient(config EurekaInstanceConfig, client EurekaClient) : DiscoveryClient in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration | From | To | |
Move Class | 4 | ||
Move Class org.springframework.cloud.netflix.eureka.DiscoveryClientConfiguration.EurekaClientConfiguration moved to org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.EurekaClientConfiguration | From | To | |
Move Class org.springframework.cloud.netflix.eureka.DiscoveryClientConfiguration.OnRefreshScopeCondition moved to org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.OnRefreshScopeCondition | From | To | |
Move Class org.springframework.cloud.netflix.eureka.DiscoveryClientConfiguration.RefreshableEurekaClientConfiguration moved to org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration | From | To | |
Move Class org.springframework.cloud.netflix.eureka.DiscoveryClientConfiguration.OnMissingRefreshScopeCondition moved to org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration.OnMissingRefreshScopeCondition | From | To | |
Extract Method | 1 | ||
Extract Method private maybeInitializeClient() : void extracted from public start() : void in class org.springframework.cloud.netflix.eureka.EurekaDiscoveryClientConfiguration | From | To | |
Rename Parameter | 2 | ||
Rename Parameter instanceInfo : InstanceInfo to client : EurekaClient in method public discoveryClient(config EurekaInstanceConfig, client EurekaClient) : DiscoveryClient in class org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration | From | To | |
Rename Parameter info : InstanceInfo to manager : ApplicationInfoManager in method public eurekaClient(manager ApplicationInfoManager) : EurekaClient in class org.springframework.cloud.netflix.config.DiscoveryClientConfigServiceAutoConfigurationTests.EnvironmentKnobbler | From | To |