03758eaabdaf3b0cb69016fac66ec85f95d06a60
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testStartCacheSimple() : void renamed to public testStartStopCacheSimple() : void in class org.apache.ignite.internal.processors.cache.IgniteDynamicCacheStartSelfTest | From | To | |
Rename Method public testStartCacheMultithreadedSameNode() : void renamed to public testStartStopCacheMultithreadedSameNode() : void in class org.apache.ignite.internal.processors.cache.IgniteDynamicCacheStartSelfTest | From | To | |
Rename Method private startId() : IgniteUuid renamed to public deploymentId() : IgniteUuid in class org.apache.ignite.internal.processors.cache.GridCacheProcessor.DynamicCacheStartFuture | From | To | |
Rename Method public onCacheStartExchange(startDesc DynamicCacheDescriptor) : void renamed to public prepareCacheStart(req DynamicCacheChangeRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Method public startId() : IgniteUuid renamed to public deploymentId() : IgniteUuid in class org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type startDesc : DynamicCacheDescriptor to req : DynamicCacheChangeRequest in method public prepareCacheStart(req DynamicCacheChangeRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Parameter Type startDesc : DynamicCacheDescriptor to reqs : Collection<DynamicCacheChangeRequest> in method package exchangeFuture(exchId GridDhtPartitionExchangeId, discoEvt DiscoveryEvent, reqs Collection<DynamicCacheChangeRequest>) : GridDhtPartitionsExchangeFuture<K,V> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Change Parameter Type startDesc : DynamicCacheDescriptor to reqs : Collection<DynamicCacheChangeRequest> in method public GridDhtPartitionsExchangeFuture(cctx GridCacheSharedContext<K,V>, busyLock ReadWriteLock, exchId GridDhtPartitionExchangeId, reqs Collection<DynamicCacheChangeRequest>) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Variable | 2 | ||
Rename Variable fut : DynamicCacheStartFuture to req : DynamicCacheChangeRequest in method public dynamicStartCache(ccfg CacheConfiguration, nodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable cacheName : String to idx : int in method public testStartStopCacheSimple() : void in class org.apache.ignite.internal.processors.cache.IgniteDynamicCacheStartSelfTest | From | To | |
Rename Attribute | 3 | ||
Rename Attribute startId : IgniteUuid to deploymentId : IgniteUuid in class org.apache.ignite.internal.processors.cache.GridCacheProcessor.DynamicCacheStartFuture | From | To | |
Rename Attribute startId : IgniteUuid to deploymentId : IgniteUuid in class org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor | From | To | |
Rename Attribute startDesc : DynamicCacheDescriptor to reqs : Collection<DynamicCacheChangeRequest> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Extract Variable | 1 | ||
Extract Variable cacheId : int in method public removeCacheContext(cacheCtx GridCacheContext) : void from class org.apache.ignite.internal.processors.cache.GridCacheSharedContext | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cacheName : String to idx : int in method public testStartStopCacheSimple() : void in class org.apache.ignite.internal.processors.cache.IgniteDynamicCacheStartSelfTest | From | To | |
Change Variable Type fut : DynamicCacheStartFuture to req : DynamicCacheChangeRequest in method public dynamicStartCache(ccfg CacheConfiguration, nodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type startDesc : DynamicCacheDescriptor to reqs : Collection<DynamicCacheChangeRequest> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Parameter | 5 | ||
Rename Parameter startDesc : DynamicCacheDescriptor to reqs : Collection<DynamicCacheChangeRequest> in method public GridDhtPartitionsExchangeFuture(cctx GridCacheSharedContext<K,V>, busyLock ReadWriteLock, exchId GridDhtPartitionExchangeId, reqs Collection<DynamicCacheChangeRequest>) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Parameter startId : IgniteUuid to deploymentId : IgniteUuid in method public DynamicCacheDescriptor(cacheCfg CacheConfiguration, nodeFilter IgnitePredicate<ClusterNode>, deploymentId IgniteUuid) in class org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor | From | To | |
Rename Parameter startDesc : DynamicCacheDescriptor to req : DynamicCacheChangeRequest in method public prepareCacheStart(req DynamicCacheChangeRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter startDesc : DynamicCacheDescriptor to reqs : Collection<DynamicCacheChangeRequest> in method package exchangeFuture(exchId GridDhtPartitionExchangeId, discoEvt DiscoveryEvent, reqs Collection<DynamicCacheChangeRequest>) : GridDhtPartitionsExchangeFuture<K,V> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Rename Parameter startId : IgniteUuid to deploymentId : IgniteUuid in method private DynamicCacheStartFuture(ctx GridKernalContext, cacheName String, deploymentId IgniteUuid) in class org.apache.ignite.internal.processors.cache.GridCacheProcessor.DynamicCacheStartFuture | From | To |