|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testRemoveInExplicitLocks() : void in class org.gridgain.grid.kernal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Change Variable Type keys2 : Collection<Integer> to keys2 : Set<Integer> in method public testMultiLockTimeout() : void in class org.gridgain.grid.kernal.processors.cache.local.GridCacheLocalMultithreadedSelfTest |
From |
To |
|
Change Variable Type keys : Collection<Integer> to keys : Set<Integer> in method public call() : Object in class org.gridgain.grid.kernal.processors.cache.local.GridCacheLocalMultithreadedSelfTest.testMultiLocks.runMultiThreaded |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testMultiLocks() : void in class org.gridgain.grid.kernal.processors.cache.GridCacheBasicApiAbstractTest |
From |
To |
|
Change Variable Type keys : Collection<Integer> to keys : Set<Integer> in method public call() : Object in class org.gridgain.grid.kernal.processors.cache.local.GridCacheLocalMultithreadedSelfTest.testSlidingKeysLocks.runMultiThreaded |
From |
To |
|
Change Variable Type keys1 : Collection<Integer> to keys1 : Set<Integer> in method public testMultiLockTimeout() : void in class org.gridgain.grid.kernal.processors.cache.local.GridCacheLocalMultithreadedSelfTest |
From |
To |