|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testNamedCache() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<PersonKey,Person> to cache : IgniteCache<Object,Object> in method public _testComplexKeys() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public _testNoPrimitives() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type qry : CacheQuery<List<?>> to qry : QueryCursor<List<?>> in method public _testNoPrimitives() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type qry : CacheQuery<List<?>> to qry : QueryCursor<List<?>> in method public testNamedCache() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest |
From |
To |