1b164db2f951394b8f3af8f99610926f148dfbde
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private createCacheManager(cacheName String, configuration EhcacheConfiguration, camelContext CamelContext) : CacheManager from class org.apache.camel.component.ehcache.EhcacheManager to private createCacheManager(configuration EhcacheConfiguration) : EhcacheManager from class org.apache.camel.component.ehcache.EhcacheComponent | From | To | |
Change Return Type | 1 | ||
Change Return Type CacheManager to EhcacheManager in method private createCacheManager(configuration EhcacheConfiguration) : EhcacheManager in class org.apache.camel.component.ehcache.EhcacheComponent | From | To |