ea917730ed80ee34e877729eda34bc3751e81f09
Files Diff
- Added: 4
- Removed: 6
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public hystrixCircuitBreaker() : HystrixCircuitBreakerDefinition renamed to public hystrix() : HystrixDefinition in class org.apache.camel.model.ProcessorDefinition | From | To | |
Rename Method public testHystrixCircuitBreaker() : void renamed to public testHystrix() : void in class org.apache.camel.component.hystrix.HystrixRouteFallbackTest | From | To | |
Rename Method public testHystrixCircuitBreaker() : void renamed to public testHystrix() : void in class org.apache.camel.component.hystrix.HystrixRouteOkTest | From | To | |
Change Return Type | 2 | ||
Change Return Type HystrixCircuitBreakerDefinition to HystrixDefinition in method public fallback() : HystrixDefinition in class org.apache.camel.model.HystrixDefinition | From | To | |
Change Return Type HystrixCircuitBreakerDefinition to HystrixDefinition in method public hystrix() : HystrixDefinition in class org.apache.camel.model.ProcessorDefinition | From | To | |
Rename Class | 3 | ||
Rename Class org.apache.camel.component.hystrix.HystrixCircuitBreakerFallbackTest renamed to org.apache.camel.component.hystrix.HystrixRouteFallbackTest | From | To | |
Rename Class org.apache.camel.component.hystrix.HystrixCircuitBreakerOkTest renamed to org.apache.camel.component.hystrix.HystrixRouteOkTest | From | To | |
Rename Class org.apache.camel.model.HystrixCircuitBreakerDefinition renamed to org.apache.camel.model.HystrixDefinition | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cb : HystrixCircuitBreakerDefinition to cb : HystrixDefinition in method public createProcessor(routeContext RouteContext, definition ProcessorDefinition<?>) : Processor in class org.apache.camel.component.hystrix.HystrixProcessorFactory | From | To | |
Change Variable Type answer : HystrixCircuitBreakerDefinition to answer : HystrixDefinition in method public hystrix() : HystrixDefinition in class org.apache.camel.model.ProcessorDefinition | From | To |