|
Change Parameter Type cache : CacheProjection<String,Integer> to cache : IgniteCache<String,Integer> in method private remove(cache IgniteCache<String,Integer>, cnt int) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFailoverSelfTest |
From |
To |
|
Change Parameter Type c : IgniteInClosure<GridCache<String,Integer>> to c : IgniteInClosure<IgniteCache<String,Integer>> in method private runTest(c IgniteInClosure<IgniteCache<String,Integer>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<String,Integer> to cache : IgniteCache<String,Integer> in method private remove(g Ignite, cache IgniteCache<String,Integer>, cnt int, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFailoverSelfTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<String,Integer> to cache : IgniteCache<String,Integer> in method private put(ignite Ignite, cache IgniteCache<String,Integer>, cnt int, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFailoverSelfTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<String,Integer> to cache : IgniteCache<String,Integer> in method private put(cache IgniteCache<String,Integer>, cnt int) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFailoverSelfTest |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testCacheStatistics() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicPartitionedTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testConditionReplace() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicPartitionedTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testCacheStatistics() : void in class org.apache.ignite.internal.processors.cache.local.GridCacheAtomicLocalTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testConditionReplace() : void in class org.apache.ignite.internal.processors.cache.local.GridCacheAtomicLocalTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testEntryProcessorRemove() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicPartitionedTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPutIfAbsent() : void in class org.apache.ignite.internal.processors.cache.local.GridCacheAtomicLocalTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPutIfAbsent() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicPartitionedTckMetricsSelfTestImpl |
From |
To |
|
Rename Variable jcache : IgniteCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testEntryProcessorRemove() : void in class org.apache.ignite.internal.processors.cache.local.GridCacheAtomicLocalTckMetricsSelfTestImpl |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testNotExistingKeys() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Object,Object> in method public testMultithreadedPutAll() : void in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest |
From |
To |
|
Change Variable Type e : CacheEntry<String,Integer> to e : Cache.Entry<String,Integer> in method private checkConsistency() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Variable Type entry : CacheEntry<String,Integer> to entry : Cache.Entry<String,Integer> in method public testCacheIterator() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractIteratorsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testSize() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testIteration() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheEntrySetIterationPreloadingSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testGetAll() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testConcurrentGet() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreMultithreadedAbstractTest |
From |
To |
|
Change Variable Type nearCache : GridCache<String,Integer> to nearCache : IgniteCache<String,Integer> in method public testClearKeys() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Object,Object> in method public testMultithreadedPut() : void in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest |
From |
To |
|
Change Variable Type entry : CacheEntry<String,Integer> to entry : Cache.Entry<String,Integer> in method public apply() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractIteratorsSelfTest.testCacheIteratorMultithreaded.runMultiThreaded |
From |
To |
|
Change Variable Type nearCache : GridCache<String,Integer> to nearCache : IgniteCache<String,Integer> in method public testClear() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type entry : CacheEntry<String,Integer> to entry : Cache.Entry<String,Integer> in method public apply() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractIteratorsSelfTest.testEntrySetIteratorMultithreaded.runMultiThreaded |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testContainsKey() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Variable Type entry : CacheEntry<String,Integer> to entry : Cache.Entry<String,Integer> in method public testEntrySetIterator() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractIteratorsSelfTest |
From |
To |
|
Change Variable Type cache : CacheProjection<String,Integer> to cache : IgniteCache<String,Integer> in method private put(ignite Ignite, cache IgniteCache<String,Integer>, cnt int, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFailoverSelfTest |
From |
To |
|
Change Variable Type keys : Collection<Integer> to keys : Set<Integer> in method public testReadThrough() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testReadThrough() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<?,?> to cache : IgniteCache<?,?> in method protected afterTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreMultithreadedAbstractTest |
From |
To |
|
Change Variable Type cache : CacheProjection<String,Integer> to cache : IgniteCache<String,Integer> in method private remove(g Ignite, cache IgniteCache<String,Integer>, cnt int, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFailoverSelfTest |
From |
To |
|
Change Variable Type nearCache : GridCache<String,Integer> to nearCache : IgniteCache<String,Integer> in method public testClear() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicNearOnlyMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testGet() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testClear() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testLoadCache() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testWriteThrough() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testLoadCacheWithPredicate() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method private runTest(c IgniteInClosure<IgniteCache<String,Integer>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testRemoveAll() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiMultithreadedSelfTest |
From |
To |