40bee3127dda2bc0be04f8e370e80e2288a37c6d
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public changeCacheState(cacheName String, state CacheState) : IgniteInternalFuture<?> renamed to public resetCacheState(cacheName String) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Move Method | 2 | ||
Move Method public active() : boolean from class org.apache.ignite.testframework.junits.multijvm.IgniteCacheProcessProxy to public active() : boolean from class org.apache.ignite.testframework.junits.multijvm.IgniteProcessProxy | From | To | |
Move Method public active(active boolean) : void from class org.apache.ignite.testframework.junits.multijvm.IgniteCacheProcessProxy to public active(active boolean) : void from class org.apache.ignite.testframework.junits.multijvm.IgniteProcessProxy | From | To | |
Inline Method | 1 | ||
Inline Method public active(active boolean) : void inlined to public resetLostPartitions() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
Move Source Folder | 1 | ||
Move Source Folder modules/indexing to modules/core | From | To | |
Rename Attribute | 1 | ||
Rename Attribute partCntrs : Map<Integer,Long> to partsCntrs : Map<Integer,Long> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage | From | To | |
Change Variable Type | 3 | ||
Change Variable Type orderedRs : Collection<Callable<Boolean>> to orderedRs : List<Callable<Boolean>> in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Variable Type waitList : Collection<String> to waitList : List<String> in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Variable Type aff : RendezvousAffinityFunction to aff : FairAffinityFunction in method private initialize(cfg CacheConfiguration, cacheObjCtx CacheObjectContext) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partCntrs : Map<Integer,Long> to partsCntrs : Map<Integer,Long> in method package GridDhtPartitionDemandMessage(cp GridDhtPartitionDemandMessage, parts Collection<Integer>, partsCntrs Map<Integer,Long>) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage | From | To |