64abe1998255c41f5a5c83d9c75850126f578348
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public setOnCompletion(routeId String, processor Processor) : void from class org.apache.camel.model.OnCompletionDefinition to public setOnCompletion(onCompletionId String, processor Processor) : void from class org.apache.camel.impl.DefaultRouteContext | From | To | |
Move Method public getOnCompletion(routeId String) : Processor from class org.apache.camel.model.OnCompletionDefinition to public getOnCompletion(onCompletionId String) : Processor from class org.apache.camel.impl.DefaultRouteContext | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable output : ProcessorDefinition<?> to def : OptionalIdentifiedDefinition<?> in method protected getId(def OptionalIdentifiedDefinition<?>, routeContext RouteContext) : String in class org.apache.camel.reifier.ProcessorReifier | From | To | |
Change Variable Type | 1 | ||
Change Variable Type output : ProcessorDefinition<?> to def : OptionalIdentifiedDefinition<?> in method protected getId(def OptionalIdentifiedDefinition<?>, routeContext RouteContext) : String in class org.apache.camel.reifier.ProcessorReifier | From | To | |
Extract Method | 2 | ||
Extract Method protected getId(def OptionalIdentifiedDefinition<?>, routeContext RouteContext) : String extracted from protected createOutputsProcessorImpl(routeContext RouteContext, outputs Collection<ProcessorDefinition<?>>) : Processor in class org.apache.camel.reifier.ProcessorReifier | From | To | |
Extract Method protected getId(def OptionalIdentifiedDefinition<?>, routeContext RouteContext) : String extracted from private makeProcessorImpl(routeContext RouteContext) : Channel in class org.apache.camel.reifier.ProcessorReifier | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected getId(def OptionalIdentifiedDefinition<?>, routeContext RouteContext) : String extracted from public createProcessor(routeContext RouteContext) : Processor in class org.apache.camel.component.hystrix.processor.HystrixReifier & moved to class org.apache.camel.reifier.ProcessorReifier | From | To | |
Extract And Move Method protected getId(def OptionalIdentifiedDefinition<?>, routeContext RouteContext) : String extracted from protected createCompositeProcessor(routeContext RouteContext, list List<Processor>) : Processor in class org.apache.camel.reifier.StepReifier & moved to class org.apache.camel.reifier.ProcessorReifier | From | To | |
Rename Parameter | 2 | ||
Rename Parameter routeId : String to onCompletionId : String in method public setOnCompletion(onCompletionId String, processor Processor) : void in class org.apache.camel.impl.DefaultRouteContext | From | To | |
Rename Parameter routeId : String to onCompletionId : String in method public getOnCompletion(onCompletionId String) : Processor in class org.apache.camel.impl.DefaultRouteContext | From | To |