|
Change Variable Type res : Cache.Entry<String,Integer> to res : Cache.Entry<Integer,Integer> in method public testExpiration() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type entry : Cache.Entry<String,Integer> to entry : Cache.Entry<Integer,Integer> in method public testIntegerType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type qry : QueryCursor<Cache.Entry<String,String>> to qry : QueryCursor<Cache.Entry<Integer,String>> in method public testScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type qry : QueryCursor<Cache.Entry<String,String>> to qry : QueryCursor<Cache.Entry<Integer,String>> in method public testStringType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type iter : Iterator<Cache.Entry<String,String>> to iter : Iterator<Cache.Entry<Integer,String>> in method public testScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<BadHashKeyObject,Integer> to cache : IgniteCache<BadHashKeyObject,Byte> in method public testBadHashObjectKey() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,String> to cache : IgniteCache<Integer,String> in method public testSelectQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type c1 : IgniteCache<String,String> to c1 : IgniteCache<Integer,String> in method public testScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type entry : Cache.Entry<String,String> to entry : Cache.Entry<Integer,String> in method public testStringType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,Integer> in method public testIntegerType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type qry : QueryCursor<Cache.Entry<String,String>> to qry : QueryCursor<Cache.Entry<Integer,String>> in method public testSelectQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type e1 : Cache.Entry<String,String> to e1 : Cache.Entry<Integer,String> in method public testScanQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,String> to cache : IgniteCache<Integer,String> in method public testStringType() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type iter : Iterator<Cache.Entry<String,String>> to iter : Iterator<Cache.Entry<Integer,String>> in method public testSelectQuery() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,Integer> in method public testExpiration() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : GridCache<Integer,Object> in method public testDifferentValueTypes() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<ObjectValue,Integer> to cache : IgniteCache<ObjectValue,Long> in method public testTextIndexedKey() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type qry : List<Cache.Entry<String,Integer>> to qry : List<Cache.Entry<Integer,Integer>> in method public testExpiration() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |