20d39ef56ced32489f82143124af3de177c58eaa
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 10 | ||
Pull Up Method protected postProcessFactoryParameters(camelContext CamelContext, parameters Map<String,Object>) : void from class org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration to protected postProcessFactoryParameters(camelContext CamelContext, parameters Map<String,Object>) : void from class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration | From | To | |
Pull Up Method public setServiceFilterConfigurations(serviceFilterConfigurations List<ServiceCallServiceFilterConfiguration>) : void from class org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration to public setServiceFilterConfigurations(serviceFilterConfigurations List<ServiceCallServiceFilterConfiguration>) : void from class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration | From | To | |
Pull Up Method public getServiceFilterConfigurations() : List<ServiceCallServiceFilterConfiguration> from class org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration to public getServiceFilterConfigurations() : List<ServiceCallServiceFilterConfiguration> from class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration | From | To | |
Pull Up Method public newInstance(camelContext CamelContext) : ServiceFilter from class org.apache.camel.impl.cloud.ChainedServiceFilterFactory to public newInstance(camelContext CamelContext) : ServiceFilter from class org.apache.camel.impl.cloud.CombinedServiceFilterFactory | From | To | |
Pull Up Method public getServiceFilterList() : List<ServiceFilter> from class org.apache.camel.impl.cloud.ChainedServiceFilterFactory to public getServiceFilterList() : List<ServiceFilter> from class org.apache.camel.impl.cloud.CombinedServiceFilterFactory | From | To | |
Pull Up Method public wrap(delegates ServiceFilter...) : ChainedServiceFilter from class org.apache.camel.impl.cloud.ChainedServiceFilter to public wrap(delegates ServiceFilter...) : CombinedServiceFilter from class org.apache.camel.impl.cloud.CombinedServiceFilter | From | To | |
Pull Up Method public getDelegates() : List<ServiceFilter> from class org.apache.camel.impl.cloud.ChainedServiceFilter to public getDelegates() : List<ServiceFilter> from class org.apache.camel.impl.cloud.CombinedServiceFilter | From | To | |
Pull Up Method public apply(services List<ServiceDefinition>) : List<ServiceDefinition> from class org.apache.camel.impl.cloud.ChainedServiceFilter to public apply(services List<ServiceDefinition>) : List<ServiceDefinition> from class org.apache.camel.impl.cloud.CombinedServiceFilter | From | To | |
Pull Up Method public addServiceFilterConfiguration(serviceFilterConfiguration ServiceCallServiceFilterConfiguration) : void from class org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration to public addServiceFilterConfiguration(serviceFilterConfiguration ServiceCallServiceFilterConfiguration) : void from class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration | From | To | |
Pull Up Method public setServiceFilterList(serviceFilterList List<ServiceFilter>) : void from class org.apache.camel.impl.cloud.ChainedServiceFilterFactory to public setServiceFilterList(serviceFilterList List<ServiceFilter>) : void from class org.apache.camel.impl.cloud.CombinedServiceFilterFactory | From | To | |
Change Return Type | 1 | ||
Change Return Type ChainedServiceFilter to CombinedServiceFilter in method public wrap(delegates ServiceFilter...) : CombinedServiceFilter in class org.apache.camel.impl.cloud.CombinedServiceFilter | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute private serviceFilterList : List<ServiceFilter> from class org.apache.camel.impl.cloud.ChainedServiceFilterFactory to private serviceFilterList : List<ServiceFilter> from class org.apache.camel.impl.cloud.CombinedServiceFilterFactory | From | To | |
Pull Up Attribute private serviceFilterConfigurations : List<ServiceCallServiceFilterConfiguration> from class org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration to private serviceFilterConfigurations : List<ServiceCallServiceFilterConfiguration> from class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration | From | To | |
Pull Up Attribute private delegatesSize : int from class org.apache.camel.impl.cloud.ChainedServiceFilter to private delegatesSize : int from class org.apache.camel.impl.cloud.CombinedServiceFilter | From | To | |
Pull Up Attribute private delegates : List<ServiceFilter> from class org.apache.camel.impl.cloud.ChainedServiceFilter to private delegates : List<ServiceFilter> from class org.apache.camel.impl.cloud.CombinedServiceFilter | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.impl.cloud.ChainedServiceFilterTest renamed to org.apache.camel.impl.cloud.CombinedServiceFilterTest | From | To | |
Extract Superclass | 3 | ||
Extract Superclass org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration from classes [org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration] | From | To | |
Extract Superclass org.apache.camel.impl.cloud.CombinedServiceFilterFactory from classes [org.apache.camel.impl.cloud.ChainedServiceFilterFactory] | From | To | |
Extract Superclass org.apache.camel.impl.cloud.CombinedServiceFilter from classes [org.apache.camel.impl.cloud.ChainedServiceFilter] | From | To | |
Change Variable Type | 3 | ||
Change Variable Type conf : ChainedServiceCallServiceFilterConfiguration to conf : CombinedServiceCallServiceFilterConfiguration in method public testMultiServiceFilterConfiguration() : void in class org.apache.camel.impl.cloud.CombinedServiceFilterTest | From | To | |
Change Variable Type conf : ChainedServiceCallServiceFilterConfiguration to conf : CombinedServiceCallServiceFilterConfiguration in method public testMultiServiceFilter() : void in class org.apache.camel.impl.cloud.CombinedServiceFilterTest | From | To | |
Change Variable Type filter : ChainedServiceFilter to filter : CombinedServiceFilter in method public testMultiServiceFilterConfiguration() : void in class org.apache.camel.impl.cloud.CombinedServiceFilterTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type serviceFilter : ChainedServiceFilter to serviceFilter : CombinedServiceFilter in class org.apache.camel.spring.boot.cloud.CamelCloudServiceFilter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter blacklistServiceFilter : List<ServiceFilter> to serviceFilterList : List<ServiceFilter> in method public CamelCloudServiceFilter(serviceFilterList List<ServiceFilter>) in class org.apache.camel.spring.boot.cloud.CamelCloudServiceFilter | From | To | |
Rename Parameter serviceDefinitions : List<ServiceDefinition> to serviceDefinitionList : List<ServiceDefinition> in method public apply(serviceDefinitionList List<ServiceDefinition>) : List<ServiceDefinition> in class org.apache.camel.spring.boot.cloud.CamelCloudServiceFilter | From | To |