|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public testDhtUpdateRequestLost() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheAtomicTimeoutSelfTest |
From |
To |
|
Change Variable Type cache2 : GridCache<String,String> to cache2 : IgniteCache<String,String> in method public testOptimisticTransaction() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheBasicOpAbstractTest |
From |
To |
|
Change Variable Type cache1 : GridCache<String,String> to cache1 : IgniteCache<String,String> in method public testOptimisticTransaction() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheBasicOpAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteFuture<Object> to fut : IgniteFuture<?> in method public testNearUpdateResponseLost() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheAtomicTimeoutSelfTest |
From |
To |
|
Change Variable Type fut : IgniteFuture<Object> to fut : IgniteFuture<?> in method public testDhtUpdateResponseLost() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheAtomicTimeoutSelfTest |
From |
To |
|
Change Variable Type t : IgniteFuture<Boolean> to t : IgniteFuture<?> in method public testAsyncOps() : void in class org.apache.ignite.internal.processors.cache.GridCacheAsyncOperationsLimitSelfTest |
From |
To |
|
Change Variable Type fut : IgniteFuture<Object> to fut : IgniteFuture<?> in method public testNearUpdateRequestLost() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheAtomicTimeoutSelfTest |
From |
To |
|
Change Variable Type cache3 : GridCache<String,String> to cache3 : IgniteCache<String,String> in method public testOptimisticTransaction() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheBasicOpAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteFuture<Boolean> to fut : IgniteFuture<?> in method public testAsyncOps() : void in class org.apache.ignite.internal.processors.cache.GridCacheAsyncOperationsLimitSelfTest |
From |
To |