|
Change Parameter Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in method public SimplePredicateParser(expression String, allowEscape boolean, cacheExpression Map<String,Expression>) in class org.apache.camel.language.simple.SimplePredicateParser |
From |
To |
|
Change Parameter Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in method public SimpleExpressionParser(expression String, allowEscape boolean, cacheExpression Map<String,Expression>) in class org.apache.camel.language.simple.SimpleExpressionParser |
From |
To |
|
Change Parameter Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in method public SimpleFunctionExpression(token SimpleToken, cacheExpression Map<String,Expression>) in class org.apache.camel.language.simple.ast.SimpleFunctionExpression |
From |
To |
|
Change Parameter Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in method public SimpleFunctionStart(token SimpleToken, cacheExpression Map<String,Expression>) in class org.apache.camel.language.simple.ast.SimpleFunctionStart |
From |
To |
|
Change Return Type LRUCache to Map<K,V> in method public newLRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean) : Map<K,V> in class org.apache.camel.util.LRUCacheFactory |
From |
To |
|
Change Return Type LRUCache<String,PollingConsumer> to Map<String,PollingConsumer> in method protected createLRUCache(cacheSize int) : Map<String,PollingConsumer> in class org.apache.camel.impl.ConsumerCache |
From |
To |
|
Change Return Type LRUCache<String,Producer> to Map<String,Producer> in method protected createLRUCache(cacheSize int) : Map<String,Producer> in class org.apache.camel.impl.ProducerCache |
From |
To |
|
Change Return Type LRUCache to Map<K,V> in method public newLRUCache(initialCapacity int, maximumCacheSize int) : Map<K,V> in class org.apache.camel.util.LRUCacheFactory |
From |
To |
|
Change Return Type LRUWeakCache to Map<K,V> in method public newLRUWeakCache(maximumCacheSize int) : Map<K,V> in class org.apache.camel.util.LRUCacheFactory |
From |
To |
|
Change Return Type LRUCache to Map<K,V> in method public newLRUCache(maximumCacheSize int) : Map<K,V> in class org.apache.camel.util.LRUCacheFactory |
From |
To |
|
Change Return Type LRUSoftCache to Map<K,V> in method public newLRUSoftCache(maximumCacheSize int) : Map<K,V> in class org.apache.camel.util.LRUCacheFactory |
From |
To |
|
Change Attribute Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in class org.apache.camel.language.simple.ast.SimpleFunctionExpression |
From |
To |
|
Change Attribute Type CACHE : LRUCache<Class<?>,ClassInfo> to CACHE : Map<Class<?>,ClassInfo> in class org.apache.camel.util.IntrospectionSupport |
From |
To |
|
Change Attribute Type cache : LRUCache<Class<?>,MBeanAttributesAndOperations> to cache : Map<Class<?>,MBeanAttributesAndOperations> in class org.apache.camel.management.MBeanInfoAssembler |
From |
To |
|
Change Attribute Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in class org.apache.camel.language.simple.SimplePredicateParser |
From |
To |
|
Change Attribute Type staticMap : ConcurrentMap<EndpointKey,Endpoint> to staticMap : Map<EndpointKey,Endpoint> in class org.apache.camel.impl.DefaultEndpointRegistry |
From |
To |
|
Change Attribute Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in class org.apache.camel.language.simple.SimpleExpressionParser |
From |
To |
|
Change Attribute Type batchTemplateCache : LRUCache<String,BatchCallableStatementCreatorFactory> to batchTemplateCache : Map<String,BatchCallableStatementCreatorFactory> in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory |
From |
To |
|
Change Attribute Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in class org.apache.camel.language.simple.ast.SimpleFunctionStart |
From |
To |
|
Change Attribute Type cache : LRUSoftCache<BeanInfoCacheKey,BeanInfo> to cache : Map<BeanInfoCacheKey,BeanInfo> in class org.apache.camel.component.bean.BeanComponent |
From |
To |
|
Change Attribute Type cacheExpression : LRUCache<String,Expression> to cacheExpression : Map<String,Expression> in class org.apache.camel.language.simple.SimpleLanguage |
From |
To |
|
Change Attribute Type templateCache : LRUCache<String,TemplateStoredProcedure> to templateCache : Map<String,TemplateStoredProcedure> in class org.apache.camel.component.sql.stored.CallableStatementWrapperFactory |
From |
To |
|
Change Attribute Type map : LRUCache<String,Long> to map : Map<String,Long> in class org.apache.camel.impl.DefaultEndpointUtilizationStatistics |
From |
To |
|
Change Attribute Type staticMap : ConcurrentMap<ValidatorKey,Validator> to staticMap : Map<ValidatorKey,Validator> in class org.apache.camel.impl.DefaultValidatorRegistry |
From |
To |
|
Change Attribute Type staticMap : ConcurrentMap<TransformerKey,Transformer> to staticMap : Map<TransformerKey,Transformer> in class org.apache.camel.impl.DefaultTransformerRegistry |
From |
To |
|
Change Attribute Type locks : LRUCache<String,Lock> to locks : Map<String,Lock> in class org.apache.camel.component.file.GenericFileProducer |
From |
To |
|
Change Attribute Type cachePredicate : LRUCache<String,Predicate> to cachePredicate : Map<String,Predicate> in class org.apache.camel.language.simple.SimpleLanguage |
From |
To |
|
Change Attribute Type aliasMap : ConcurrentMap<TransformerKey,TransformerKey> to aliasMap : Map<TransformerKey,TransformerKey> in class org.apache.camel.impl.DefaultTransformerRegistry |
From |
To |
|
Change Attribute Type misses : LRUSoftCache<TypeMapping,TypeMapping> to misses : Map<TypeMapping,TypeMapping> in class org.apache.camel.impl.converter.BaseTypeConverterRegistry |
From |
To |