38c538020e4e84d9269de0bc270a3552399b25aa
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public thereShouldBeTwoRoutesConfigured() : void renamed to public thereShouldBeAutoConfiguredFromSpringBoot() : void in class org.apache.camel.spring.boot.MixedBootAndXmlConfigurationTest | From | To | |
Extract Method | 1 | ||
Extract Method package doConfigureCamelContext(applicationContext ApplicationContext, camelContext CamelContext, config CamelConfigurationProperties) : CamelContext extracted from package camelContext(applicationContext ApplicationContext, config CamelConfigurationProperties) : CamelContext in class org.apache.camel.spring.boot.CamelAutoConfiguration | From | To |