e3c9f1b01f74d8105f81fa2a9fcf8d1cd902c690
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 4 | ||
| Move Method public setCamelContext(camelContext CamelContext) : void from class org.apache.camel.component.jcache.processor.idempotent.JCacheIdempotentRepository to public setCamelContext(camelContext CamelContext) : void from class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Move Method public setCamelContext(camelContext CamelContext) : void from class org.apache.camel.component.jcache.processor.aggregate.JCacheAggregationRepository to public setCamelContext(camelContext CamelContext) : void from class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Move Method public getCamelContext() : CamelContext from class org.apache.camel.component.jcache.processor.idempotent.JCacheIdempotentRepository to public getCamelContext() : CamelContext from class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Move Method public getCamelContext() : CamelContext from class org.apache.camel.component.jcache.processor.aggregate.JCacheAggregationRepository to public getCamelContext() : CamelContext from class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private cacheName : String from class org.apache.camel.component.jcache.processor.idempotent.JCacheIdempotentRepository to private cacheName : String from class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Move Attribute private cacheName : String from class org.apache.camel.component.jcache.processor.aggregate.JCacheAggregationRepository to private cacheName : String from class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [classLoader : ClassLoader, cacheName : String] to configuration : JCacheConfiguration in method public JCacheManager(configuration JCacheConfiguration) in class org.apache.camel.component.jcache.JCacheManager | From | To | |
| Extract Method | 1 | ||
| Extract Method protected doGetCache(jcacheProvider JCacheProvider) : Cache<K,V> extracted from public getCache() : Cache<K,V> in class org.apache.camel.component.jcache.JCacheManager | From | To | |
| Extract And Move Method | 4 | ||
| Extract And Move Method public setCacheName(cacheName String) : void extracted from public setCacheName(cacheName String) : void in class org.apache.camel.component.jcache.processor.idempotent.JCacheIdempotentRepository & moved to class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Extract And Move Method public setCacheName(cacheName String) : void extracted from public setCacheName(cacheName String) : void in class org.apache.camel.component.jcache.processor.aggregate.JCacheAggregationRepository & moved to class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Extract And Move Method public getCacheName() : String extracted from public getCacheName() : String in class org.apache.camel.component.jcache.processor.idempotent.JCacheIdempotentRepository & moved to class org.apache.camel.component.jcache.JCacheConfiguration | From | To | |
| Extract And Move Method public getCacheName() : String extracted from public getCacheName() : String in class org.apache.camel.component.jcache.processor.aggregate.JCacheAggregationRepository & moved to class org.apache.camel.component.jcache.JCacheConfiguration | From | To |