d7111f3eec448009a6d3c9ff3731ac2e121660f2
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable future : GridCacheAtomicFuture<?> to fut : IgniteInternalFuture<?> in method private cancelFuturesWithException(err IgniteCheckedException, futures Collection<? extends IgniteInternalFuture<?>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type future : GridCacheAtomicFuture<?> to fut : IgniteInternalFuture<?> in method private cancelFuturesWithException(err IgniteCheckedException, futures Collection<? extends IgniteInternalFuture<?>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
| Change Variable Type fut : GridCacheFuture<?> to fut : IgniteInternalFuture<?> in method private cancelFuturesWithException(err IgniteCheckedException, futures Collection<? extends IgniteInternalFuture<?>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
| Extract Method | 2 | ||
| Extract Method private cancelFuturesWithException(err IgniteCheckedException, futures Collection<? extends IgniteInternalFuture<?>>) : void extracted from private cancelClientFutures(err IgniteCheckedException) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To |