66fcde3d0acb88b028024e4a62dc4b2f9ddfe534
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable joinedNodeAff : Map<Integer,CacheGroupAffinityMessage> to receivedAff : Map<Integer,CacheGroupAffinityMessage> in method public onLocalJoin(fut GridDhtPartitionsExchangeFuture, msg GridDhtPartitionsFullMessage, resTopVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager | From | To | |
Change Return Type | 1 | ||
Change Return Type void to GridDhtPartitionsFullMessage in method package joinedNodeAffinity(joinedNodeAff Map<Integer,CacheGroupAffinityMessage>) : GridDhtPartitionsFullMessage in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage | From | To | |
Extract Method | 1 | ||
Extract Method private exchangeFuture(exchId GridDhtPartitionExchangeId) : GridDhtPartitionsExchangeFuture extracted from private processSinglePartitionUpdate(node ClusterNode, msg GridDhtPartitionsSingleMessage) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Rename Parameter | 2 | ||
Rename Parameter msg : GridDhtPartitionsFullMessage to fullMsg : GridDhtPartitionsFullMessage in method private sendAllPartitions(fullMsg GridDhtPartitionsFullMessage, nodes Collection<ClusterNode>, mergedJoinExchMsgs Map<UUID,GridDhtPartitionsSingleMessage>, affinityForJoinedNodes Map<Integer,CacheGroupAffinityMessage>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Parameter joinedNodeAff : Map<Integer,CacheGroupAffinityMessage> to affinityForJoinedNodes : Map<Integer,CacheGroupAffinityMessage> in method private sendAllPartitions(fullMsg GridDhtPartitionsFullMessage, nodes Collection<ClusterNode>, mergedJoinExchMsgs Map<UUID,GridDhtPartitionsSingleMessage>, affinityForJoinedNodes Map<Integer,CacheGroupAffinityMessage>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To |