|
Change Variable Type entry : Map.Entry<Integer,String> to entry : Cache.Entry<Integer,String> in method public testQueryLocal() : void in class org.apache.ignite.internal.processors.cache.local.IgniteCacheLocalQuerySelfTest |
From |
To |
|
Change Variable Type qry : CacheQuery<List<?>> to qry : QueryCursor<List<?>> in method public testFieldsQuery() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,ObjectValue> to cache : IgniteCache<Integer,ObjectValue> in method public testObjectQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type list : List<Map.Entry<Integer,Integer>> to list : List<Cache.Entry<Integer,Integer>> in method public testScanFilters() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testMultiThreadedNewQueries() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type ignored : Map.Entry<Integer,Object> to ignored : Cache.Entry<Integer,Object> in method public applyx() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest.testMultiThreadedSwapUnswapLongString.fut.multithreadedAsync |
From |
To |
|
Change Variable Type q : CacheQuery<List<?>> to q : QueryCursor<List<?>> in method private testFieldsQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type iter : Iterator<Map.Entry<CacheKey,CacheValue>> to iter : Iterator<Cache.Entry<CacheKey,CacheValue>> in method public testIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<ObjectValue,Integer> to cache : IgniteCache<ObjectValue,Integer> in method public testTextIndexedKey() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPaginationIterator(cacheName String) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type ignored : Map.Entry<Integer,String> to ignored : Cache.Entry<Integer,String> in method public applyx() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest.testMultiThreadedSwapUnswapString.fut.multithreadedAsync |
From |
To |
|
Change Variable Type cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method public testWithoutStoreLoad() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryIndexSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method public testScanFilters() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method public call() : Object in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest.testLostIterator.assertThrows |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Integer> to entry : Cache.Entry<String,Integer> in method public testEmptyGrid() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type fut : CacheQueryFuture<Map.Entry<Integer,Integer>> to fut : QueryCursor<Cache.Entry<Integer,Integer>> in method public testLostIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type ignored : Map.Entry<Integer,Long> to ignored : Cache.Entry<Integer,Long> in method public applyx() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest.testMultiThreadedSwapUnswapLong.fut.multithreadedAsync |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public testSelectQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testScanQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<EmptyObject,EmptyObject> to cache : IgniteCache<EmptyObject,EmptyObject> in method public testEmptyObject() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testOrderByOnly() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testLimitOnly() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Person> to cache : IgniteCache<Integer,Person> in method private testTextQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testClientOnlyNode() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method public testTwoAnonymousClasses() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,ArrayObject> to cache : IgniteCache<Integer,ArrayObject> in method public testArray() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method public testAnonymousClasses() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testMultiThreadedSameQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type iter : CacheQueryFuture<Map.Entry<Integer,String>> to iter : Iterator<Cache.Entry<Integer,String>> in method public testQueryLocal() : void in class org.apache.ignite.internal.processors.cache.local.IgniteCacheLocalQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testScanFilters() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Person> to cache : IgniteCache<Integer,Person> in method public testQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheSqlQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type iter : CacheQueryFuture<Map.Entry<String,String>> to iter : Iterator<Cache.Entry<String,String>> in method public testSelectQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testNodeLeft() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,ObjectValue> to cache : IgniteCache<Integer,ObjectValue> in method public testFullTextSearch() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<UUID,Person> to entry : Cache.Entry<UUID,Person> in method private checkResult(entries Iterable<Cache.Entry<UUID,Person>>, persons Person...) : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQuerySelfTest |
From |
To |
|
Change Variable Type c1 : GridCache<String,String> to c1 : IgniteCache<String,String> in method public testScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Person> to cache : IgniteCache<Integer,Person> in method private testFieldsQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Object> to c : IgniteCache<Integer,Object> in method public testMultiThreadedSwapUnswapLongString() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,ArrayObject> to e : Cache.Entry<Integer,ArrayObject> in method public testArray() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPaginationGet(cacheName String) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<UUID,Person> to cache0 : IgniteCache<UUID,Person> in method public testMultipleNodesQuery() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQuerySelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Integer,Integer> to entry : Cache.Entry<Integer,Integer> in method private affinityNodes(entries Iterable<Cache.Entry<Integer,Integer>>, g Ignite) : Set<UUID> in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testSqlQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method public testLimitOnly() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Long> to c : IgniteCache<Integer,Long> in method public testMultiThreadedSwapUnswapLong() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,ObjectValue> to cache : IgniteCache<Integer,ObjectValue> in method public testObjectQueryWithSwap() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testEmptyGrid() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testMultiThreadedSwapUnswapString() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method private testPaginationGet(cacheName String) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testMultiThreadedScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type e1 : Map.Entry<String,String> to e1 : Cache.Entry<String,String> in method public testScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<Integer,Integer>> to it : Iterator<Cache.Entry<Integer,Integer>> in method public testOrderByOnly() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<BadHashKeyObject,Integer> to cache : IgniteCache<BadHashKeyObject,Integer> in method public testBadHashObjectKey() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type iter : Iterator<Map.Entry<CacheKey,CacheValue>> to iter : Iterator<Cache.Entry<CacheKey,CacheValue>> in method public testDistributedQuery() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<UUID,Person> to cache0 : IgniteCache<UUID,Person> in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPrimitiveType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method public testPrimitiveType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Object,Object> to c : IgniteCache<Object,Object> in method public testTwoObjectsTextSearch() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type list : List<Map.Entry<Integer,Integer>> to list : List<Cache.Entry<Integer,Integer>> in method private testPaginationGet(cacheName String) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type next : Map.Entry<Integer,ObjectValue> to next : Cache.Entry<Integer,ObjectValue> in method public testObjectQueryWithSwap() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<Integer,Integer>> to it : Iterator<Cache.Entry<Integer,Integer>> in method public testLimitOnly() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,TestValue> to c : IgniteCache<Integer,TestValue> in method public testMultiThreadedSwapUnswapObject() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type qry : CacheQuery<Map.Entry<CacheKey,CacheValue>> to qry : QueryCursor<Cache.Entry<CacheKey,CacheValue>> in method public testDistributedQuery() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<UUID,Person> to cache0 : IgniteCache<UUID,Person> in method public testFieldsQuery() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQuerySelfTest |
From |
To |
|
Change Variable Type ignored : Map.Entry<Integer,TestValue> to ignored : Cache.Entry<Integer,TestValue> in method public applyx() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest.testMultiThreadedSwapUnswapObject.fut.multithreadedAsync |
From |
To |
|
Change Variable Type cache0 : GridCache<Integer,CacheValue> to cache0 : IgniteCache<Integer,CacheValue> in method public testWithStoreLoad() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryIndexSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method public testOrderByOnly() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<UUID,Person> to entry : Cache.Entry<UUID,Person> in method private checkResult(entries Iterable<Cache.Entry<UUID,Person>>, persons Person...) : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testLostIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<UUID,Person> to cache0 : IgniteCache<UUID,Person> in method public testSingleNodeQuery() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testQueryLocal() : void in class org.apache.ignite.internal.processors.cache.local.IgniteCacheLocalQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testRestarts() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartSelfTest |
From |
To |
|
Change Variable Type fut0 : CacheQueryFuture<Map.Entry<Integer,Integer>> to fut0 : QueryCursor<Cache.Entry<Integer,Integer>> in method public testLostIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedQuerySelfTest |
From |
To |