b91d6bfc68604b967af4066660853ee82702ffe6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type e : Map.Entry<UUID,GridDhtPartitionsSingleMessage> to e : Map.Entry<UUID,GridDhtPartitionsAbstractMessage> in method private assignRolesByCounters(cacheCtx GridCacheContext, p int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Extract Variable | 1 | ||
Extract Variable msg : GridDhtPartitionsAbstractMessage in method private assignRolesByCounters(cacheCtx GridCacheContext, p int) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type msgs : ConcurrentMap<UUID,GridDhtPartitionsSingleMessage> to msgs : ConcurrentMap<UUID,GridDhtPartitionsAbstractMessage> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To |