a9c129695c04e19be85e00e744340a5e6cd53fe3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type type : Class<T> to type : Class<?> in method private getValue(message Message, type Class<?>) : Object in class org.apache.camel.component.ehcache.EhcacheProducer | From | To | |
Change Parameter Type key : String to key : Object in method public setKey(key Object) : void in class org.apache.camel.component.ehcache.EhcacheConfiguration | From | To | |
Change Return Type | 4 | ||
Change Return Type String to Object in method private getKey(message Message) : Object in class org.apache.camel.component.ehcache.EhcacheProducer | From | To | |
Change Return Type String to Object in method public getKey() : Object in class org.apache.camel.component.ehcache.EhcacheConfiguration | From | To | |
Change Return Type T to Object in method private getValue(message Message, type Class<?>) : Object in class org.apache.camel.component.ehcache.EhcacheProducer | From | To | |
Change Return Type Cache<Object,Object> to Cache<?,?> in method public getCache() : Cache<?,?> in class org.apache.camel.component.ehcache.EhcacheManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type value : T to value : Object in method private getValue(message Message, type Class<?>) : Object in class org.apache.camel.component.ehcache.EhcacheProducer | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type cacheManager : CacheManager to cacheManager : EhcacheManager in class org.apache.camel.component.ehcache.processor.idempotent.EhcacheIdempotentRepository | From | To | |
Change Attribute Type cache : Cache<Object,Object> to cache : Cache in class org.apache.camel.component.ehcache.EhcacheConsumer | From | To | |
Change Attribute Type key : String to key : Object in class org.apache.camel.component.ehcache.EhcacheConfiguration | From | To | |
Change Attribute Type cache : Cache<Object,Object> to cache : Cache in class org.apache.camel.component.ehcache.EhcacheProducer | From | To |