e1ce7c972cc128b7aa82eb9baab50623292dc202
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type dupData : Map<Object,T2<Integer,Map<Integer,GridDhtPartitionState>>> to dupData : Map<Object,T2<Integer,GridPartitionStateMap>> in method private addPartitionMap(m GridDhtPartitionsSingleMessage, dupData Map<Object,T2<Integer,GridPartitionStateMap>>, compress boolean, cacheId Integer, map GridDhtPartitionMap, affKey Object) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Change Parameter Type m : Map<Integer,GridDhtPartitionState> to m : GridPartitionStateMap in method public GridDhtPartitionMap(nodeId UUID, updateSeq long, top AffinityTopologyVersion, m GridPartitionStateMap, onlyActive boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Integer,GridDhtPartitionState> to GridPartitionStateMap in method public map() : GridPartitionStateMap in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap | From | To | |
Change Variable Type | 2 | ||
Change Variable Type dupData : Map<Object,T2<Integer,Map<Integer,GridDhtPartitionState>>> to dupData : Map<Object,T2<Integer,GridPartitionStateMap>> in method public createPartitionsSingleMessage(targetNode ClusterNode, exchangeId GridDhtPartitionExchangeId, clientOnlyExchange boolean, sndCounters boolean) : GridDhtPartitionsSingleMessage in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Change Variable Type state0 : T2<Integer,Map<Integer,GridDhtPartitionState>> to state0 : T2<Integer,GridPartitionStateMap> in method private addPartitionMap(m GridDhtPartitionsSingleMessage, dupData Map<Object,T2<Integer,GridPartitionStateMap>>, compress boolean, cacheId Integer, map GridDhtPartitionMap, affKey Object) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To |