e08c8700b1001b7ccff52be5ae0d92ee3fa231e8
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable matchURI : String in method public registerEndpoint(uri String, endpoint Endpoint) : Endpoint from class org.apache.camel.model.InterceptSendToEndpointDefinition.createProcessor.addRegisterEndpointCallback | From | To | |
Extract Method | 3 | ||
Extract Method private makeProcessorImpl(routeContext RouteContext) : Processor extracted from protected makeProcessor(routeContext RouteContext) : Processor in class org.apache.camel.model.ProcessorDefinition | From | To | |
Extract Method private prepareRouteImp(context ModelCamelContext, route RouteDefinition, onExceptions List<OnExceptionDefinition>, intercepts List<InterceptDefinition>, interceptFromDefinitions List<InterceptFromDefinition>, interceptSendToEndpointDefinitions List<InterceptSendToEndpointDefinition>, onCompletions List<OnCompletionDefinition>) : void extracted from public prepareRoute(context ModelCamelContext, route RouteDefinition, onExceptions List<OnExceptionDefinition>, intercepts List<InterceptDefinition>, interceptFromDefinitions List<InterceptFromDefinition>, interceptSendToEndpointDefinitions List<InterceptSendToEndpointDefinition>, onCompletions List<OnCompletionDefinition>) : void in class org.apache.camel.model.RouteDefinitionHelper | From | To | |
Extract Method protected createOutputsProcessorImpl(routeContext RouteContext, outputs Collection<ProcessorDefinition<?>>) : Processor extracted from protected createOutputsProcessor(routeContext RouteContext, outputs Collection<ProcessorDefinition<?>>) : Processor in class org.apache.camel.model.ProcessorDefinition | From | To |