31388a56036846034c311b666911c8f09a229458
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public getTags() : Map<String,String> from class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServer to public getMetadata() : Map<String,String> from class org.apache.camel.impl.remote.DefaultServiceCallServer | From | To | |
Extract Variable | 2 | ||
Extract Variable type1 : List<EtcdServiceCallServer> in method public testOnDemandStrategy() : void from class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategyTest | From | To | |
Extract Variable type2 : List<EtcdServiceCallServer> in method public testOnDemandStrategy() : void from class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategyTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cache : Map<String,Lookup> to cache : ConcurrentHashMap<String,Lookup> in class org.apache.camel.component.dns.processor.remote.DnsServiceLookupFactory | From | To |