3362a61d64b7e54a92788fe300cde010852c1e10
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type fut : GridCacheQueryFuture<V> to fut : CacheQueryFuture<V> in method package WeakQueryFutureIterator(fut CacheQueryFuture<V>, convert CacheIteratorConverter<T,V>) in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator | From | To | |
Change Parameter Type fut : GridCacheQueryFuture<V> to fut : CacheQueryFuture<V> in method public iterator(fut CacheQueryFuture<V>, convert CacheIteratorConverter<T,V>) : WeakQueryFutureIterator in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder | From | To | |
Change Variable Type | 4 | ||
Change Variable Type fut : GridCacheQueryFuture<?> to fut : CacheQueryFuture<?> in method public clearQueries() : void in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder | From | To | |
Change Variable Type fut : CacheQueryFuture<T> to fut : CacheQueryFuture<Map.Entry<T,?>> in method private iterator0() : GridCloseableIterator<T> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheSetImpl | From | To | |
Change Variable Type fut : GridCacheQueryFuture<?> to fut : CacheQueryFuture<?> in method public checkWeakQueue() : void in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder | From | To | |
Change Variable Type old : GridCacheQueryFuture<V> to old : CacheQueryFuture<V> in method public iterator(fut CacheQueryFuture<V>, convert CacheIteratorConverter<T,V>) : WeakQueryFutureIterator in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type futs : Map<WeakReference<WeakQueryFutureIterator>,GridCacheQueryFuture<V>> to futs : Map<WeakReference<WeakQueryFutureIterator>,CacheQueryFuture<V>> in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder | From | To | |
Change Attribute Type fut : GridCacheQueryFuture<V> to fut : CacheQueryFuture<V> in class org.gridgain.grid.kernal.processors.cache.CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clazz : Class<T> to cls : Class<T> in method public unwrap(cls Class<T>) : T in class org.apache.ignite.internal.processors.cache.CacheEntryImpl | From | To |