abc340506ea584b153ab2b9ac21531d01593500a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable eventFactory : EventFactory to propertyBean : T in method private registerPropertyForBeanType(applicationContext ApplicationContext, beanType Class<T>, propertySetter Consumer<T>) : void in class org.apache.camel.spring.boot.CamelAutoConfiguration | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type eventFactory : EventFactory to propertyBean : T in method private registerPropertyForBeanType(applicationContext ApplicationContext, beanType Class<T>, propertySetter Consumer<T>) : void in class org.apache.camel.spring.boot.CamelAutoConfiguration | From | To | |
| Extract Method | 2 | ||
| Extract Method private addServiceToContext(camelContext CamelContext) : Consumer<T> extracted from package afterPropertiesSet(applicationContext ApplicationContext, camelContext CamelContext) : void in class org.apache.camel.spring.boot.CamelAutoConfiguration | From | To | |
| Extract Method private registerPropertyForBeanType(applicationContext ApplicationContext, beanType Class<T>, propertySetter Consumer<T>) : void extracted from package afterPropertiesSet(applicationContext ApplicationContext, camelContext CamelContext) : void in class org.apache.camel.spring.boot.CamelAutoConfiguration | From | To |