5fdf8bc5179326fec39f21508f6727db6f89e515
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setDefaultAggregationStrategy() : void renamed to public setCamelContext(camelContext CamelContext) : void in class org.apache.camel.processor.Enricher | From | To | |
Rename Variable | 2 | ||
Rename Variable enrich : EnrichDefinition to answer : EnrichDefinition in method public enrich(resourceUri String, aggregationStrategy AggregationStrategy, aggregateOnException boolean, shareUnitOfWork boolean) : Type in class org.apache.camel.model.ProcessorDefinition | From | To | |
Rename Variable enrich : EnrichDefinition to answer : EnrichDefinition in method public enrichRef(resourceRef String, aggregationStrategyRef String, aggregateOnException boolean, shareUnitOfWork boolean) : Type in class org.apache.camel.model.ProcessorDefinition | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setShareUnitOfWork(shareUnitOfWork boolean) : void extracted from public createProcessor(routeContext RouteContext) : Processor in class org.apache.camel.model.EnrichDefinition & moved to class org.apache.camel.processor.Enricher | From | To |