570ee960a337695272cf6a18453f1b68a8d9182e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable rentFuture : IgniteInternalFuture<?> to rentFut : IgniteInternalFuture<?> in method private checkEvictions(updateSeq long, aff AffinityAssignment) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cctx : GridCacheContext<Object,Object> to cctx : GridCacheContext<?,?> in method private calcAffinity(cache IgniteCache<?,?>, nodes List<ClusterNode>) : List<List<ClusterNode>> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To | |
| Extract Variable | 2 | ||
| Extract Variable state : GridDhtPartitionState in method public afterStateRestored(topVer AffinityTopologyVersion) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
| Extract Variable state0 : GridDhtPartitionState in method public clearAsync() : void from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition | From | To | |
| Extract Method | 2 | ||
| Extract Method private calcAffinity(cache IgniteCache<?,?>, nodes List<ClusterNode>) : List<List<ClusterNode>> extracted from protected movingKeysAfterJoin(ign Ignite, cacheName String, size int) : List<Integer> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | From | To |