|
Rename Class org.apache.ignite.internal.processors.cache.distributed.replicated.GridCacheReplicatedFieldsQuerySelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedFieldsQuerySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedFieldsQuerySelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedFieldsQuerySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest renamed to org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.local.GridCacheLocalFieldsQuerySelfTest renamed to org.apache.ignite.internal.processors.cache.local.IgniteCacheLocalFieldsQuerySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicNearEnabledFieldsQuerySelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheAtomicNearEnabledFieldsQuerySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.distributed.replicated.GridCacheReplicatedFieldsQueryP2PDisabledSelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedFieldsQueryP2PDisabledSelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicFieldsQuerySelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheAtomicFieldsQuerySelfTest |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedFieldsQueryP2PDisabledSelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCachePartitionedFieldsQueryP2PDisabledSelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Key,GridCacheQueryTestValue> to entry : Cache.Entry<Key,GridCacheQueryTestValue> in method public testComplexType() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type personCache : GridCache<CacheAffinityKey<String>,Person> to personCache : IgniteCache<CacheAffinityKey<String>,Person> in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testIllegalBounds() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type intCache : GridCache<Integer,Integer> to intCache : IgniteCache<Integer,Integer> in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type q : CacheQuery<List<?>> to q : QueryCursor<List<?>> in method public testLostIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testExpiration() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type orgCache : GridCache<String,Organization> to orgCache : IgniteCache<String,Organization> in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type strCache : GridCache<String,String> to strCache : IgniteCache<String,String> in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public testStringType() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type namedCache : GridCache<Integer,Integer> to namedCache : IgniteCache<Integer,Integer> in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Object,Object> in method public testLostIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Key,GridCacheQueryTestValue> to cache : IgniteCache<Key,GridCacheQueryTestValue> in method public testComplexType() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type res : Map.Entry<String,Integer> to res : Cache.Entry<String,Integer> in method public testExpiration() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type fut : CacheQueryFuture<List<?>> to qry : QueryCursor<List<?>> in method public testLostIterator() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.IgniteCacheReplicatedFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testIntegerType() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type qry : CacheQuery<Map.Entry<Integer,Integer>> to qry : QueryCursor<List<?>> in method public testIllegalBounds() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Cache.Entry<String,String> in method public testStringType() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Integer> to entry : Cache.Entry<String,Integer> in method public testIntegerType() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |