| 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to ignite : Ignite in method private populate(ignite Ignite) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private peek(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	qrys : CacheQuery<?>... to qrys : QueryCursor<?>... in method private checkQueryReturnsOneEntry(qrys QueryCursor<?>...) : void in class org.apache.ignite.internal.processors.query.h2.GridH2IndexRebuildTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private unswapAll(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private checkEntries(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private unswap(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private query(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private get(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cache : CacheProjection<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method private evictAll(cache IgniteCache<Integer,CacheValue>) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Variable Type	qry : CacheQuery<?> to qry : QueryCursor<?> in method private checkQueryReturnsOneEntry(qrys QueryCursor<?>...) : void in class org.apache.ignite.internal.processors.query.h2.GridH2IndexRebuildTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method public testSwap() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache1 : GridCache<Integer,TestValue1> to cache1 : IgniteCache<Integer,TestValue1> in method public testRebuildInterrupted() : void in class org.apache.ignite.internal.processors.query.h2.GridH2IndexRebuildTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	entry : Map.Entry<Integer,CacheValue> to entry : Cache.Entry<Integer,CacheValue> in method private query(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache2 : GridCache<Integer,TestValue2> to cache2 : IgniteCache<Integer,TestValue2> in method public testRebuildInterrupted() : void in class org.apache.ignite.internal.processors.query.h2.GridH2IndexRebuildTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	entry : Map.Entry<Integer,CacheValue> to entry : Cache.Entry<Integer,CacheValue> in method public testSwap() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache : GridCache<Integer,ValueObject> to cache : IgniteCache<Integer,ValueObject> in method public testReloadAsync() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryLoadSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	c : GridCache<Object,Object> to c : IgniteCache<Object,Object> in method protected beforeTest() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache : GridCache<Integer,ValueObject> to cache : IgniteCache<Integer,ValueObject> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryLoadSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache1 : GridCache<Integer,TestValue1> to cache1 : IgniteCache<Integer,TestValue1> in method public testRebuildIndexes() : void in class org.apache.ignite.internal.processors.query.h2.GridH2IndexRebuildTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	k : Object to e : Cache.Entry<Object,Object> in method protected afterTest() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cache2 : GridCache<Integer,TestValue2> to cache2 : IgniteCache<Integer,TestValue2> in method public testRebuildIndexes() : void in class org.apache.ignite.internal.processors.query.h2.GridH2IndexRebuildTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	c : GridCache<Object,Object> to c : IgniteCache<Object,Object> in method protected afterTest() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheQueryMultiThreadedSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	keys : Collection<Integer> to keys : Set<Integer> in method private unswapAll(cache IgniteCache<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest | 
                                From | 
                                To |