|
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testTestSyncCommitFlag() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFlagsTest |
From |
To |
|
Change Variable Type keys : Collection<String> to keys : Set<String> in method public testRemoveLoad() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method protected checkRollback(map ConcurrentMap<Integer,String>, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.IgniteTxAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method protected checkTransactionalRead(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractTxReadTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.IgniteCacheInvokeAbstractTest |
From |
To |
|
Change Variable Type keys : List<String> to keys : Set<String> in method public testGetAll() : void in class org.apache.ignite.internal.processors.cache.GridCacheInterceptorAbstractSelfTest |
From |
To |
|
Change Variable Type cache : CacheProjection<Integer,String> to cache : IgniteCache<Integer,String> in method protected finalChecks() : void in class org.apache.ignite.internal.processors.cache.IgniteTxAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method protected checkCommit(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.IgniteTxAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest |
From |
To |