615bc2355a1152c8b7957d05058f48ef04be4e9c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type serverListStrategy : ServiceCallServerListStrategy<ServiceCallServer> to serverListStrategy : ServiceCallServerListStrategy<EtcdServiceCallServer> in method public setServerListStrategy(serverListStrategy ServiceCallServerListStrategy<EtcdServiceCallServer>) : void in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessor | From | To | |
Move Method | 1 | ||
Move Method private setIndex(response EtcdKeysResponse) : void from class org.apache.camel.component.etcd.policy.EtcdRoutePolicy to public setIndex(index AtomicLong, response EtcdKeysResponse) : void from class org.apache.camel.component.etcd.EtcdHelper | From | To | |
Change Return Type | 2 | ||
Change Return Type List<ServiceCallServer> to List<EtcdServiceCallServer> in method public getUpdatedListOfServers(name String) : List<EtcdServiceCallServer> in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.OnDemand | From | To | |
Change Return Type ServiceCallServerListStrategy<ServiceCallServer> to ServiceCallServerListStrategy<EtcdServiceCallServer> in method protected createDefaultServerListStrategy(conf EtcdConfiguration) : ServiceCallServerListStrategy<EtcdServiceCallServer> in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessorFactory | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.AbstractStrategy from classes [org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.OnDemand] | From | To |