94060c9ef41161c7262a28044ddb176f86814b01
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private owningReplicatedDataNodes(cctx GridCacheContext<?,?>) : Set<ClusterNode> renamed to private replicatedUnstableDataNodes(cctx GridCacheContext<?,?>) : Set<ClusterNode> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor | From | To | |
| Rename Method private replicatedDataNodes(cctx GridCacheContext<?,?>, extraSpaces List<String>) : Collection<ClusterNode> renamed to private replicatedUnstableDataNodes(cctx GridCacheContext<?,?>, extraSpaces List<String>) : Collection<ClusterNode> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor | From | To | |
| Rename Method private partitionLocations(cctx GridCacheContext<?,?>, extraSpaces List<String>) : Map<ClusterNode,IntArray> renamed to private partitionedUnstableDataNodes(cctx GridCacheContext<?,?>, extraSpaces List<String>) : Map<ClusterNode,IntArray> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable extraParts : int to parts : int in method private replicatedUnstableDataNodes(cctx GridCacheContext<?,?>) : Set<ClusterNode> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable partId : int to p : int in method private partition(cctx GridCacheContext<?,?>, p int) : GridDhtLocalPartition in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Extract Variable | 3 | ||
| Extract Variable cache : IgniteCache<?,?> in method public testRestarts() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheClientQueryReplicatedNodeRestartSelfTest | From | To | |
| Extract Variable res : List<List<?>> in method public applyx() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheClientQueryReplicatedNodeRestartSelfTest.testRestarts.fut1.multithreadedAsync | From | To | |
| Extract Method | 2 | ||
| Extract Method private partition(cctx GridCacheContext<?,?>, p int) : GridDhtLocalPartition extracted from private reservePartitions(cacheNames Collection<String>, topVer AffinityTopologyVersion, explicitParts int[], reserved List<GridReservable>) : boolean in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To |