|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPutShouldNotTriggerLoadWithTx() : void in class org.apache.ignite.internal.processors.cache.GridCacheStorePutxSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<?,?> to cache : IgniteCache<?,?> in method protected afterTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreAbstractTest |
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.GridCacheWriteBehindStoreAbstractTest |
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.GridCacheWriteBehindStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testMissingCommitVersion() : void in class org.apache.ignite.internal.processors.cache.GridCacheMissingCommitVersionSelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<String,Integer> to cache0 : IgniteCache<String,Integer> in method public testPutRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheValueConsistencyAbstractSelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<String,Integer> to cache0 : IgniteCache<String,Integer> in method public testPutRemoveAll() : void in class org.apache.ignite.internal.processors.cache.GridCacheValueConsistencyAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testWrite() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionedWritesTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testMultithreaded() : void in class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testPutRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheValueConsistencyAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testPutRemoveAll() : void in class org.apache.ignite.internal.processors.cache.GridCacheValueConsistencyAbstractSelfTest |
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.GridCacheWriteBehindStoreAbstractTest |
From |
To |