eebfa6900a5240036200a4e00fc20754ad0026a6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type active : boolean to state : CacheState in method public changeCacheState(cacheName String, state CacheState) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable | 2 | ||
Rename Variable lsnr : PartitionNotFullyLoadedListener to lsnr1 : PartitionNotFullyLoadedListener in method public testPrimaryAndBackupDead() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionNotLoadedEventSelfTest | From | To | |
Rename Variable nextUpd : long to updSeq : long in method public detectLostPartitions(discoEvt DiscoveryEvent) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute active : Boolean to state : CacheState in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
Extract Variable | 1 | ||
Extract Variable marked : boolean in method public detectLostPartitions(discoEvt DiscoveryEvent) : boolean from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Change Variable Type | 5 | ||
Change Variable Type ignite2Parts : Set<Integer> to ignite2Parts : Collection<Integer> in method public testLostPartitions() : void in class org.apache.ignite.internal.processors.cache.CacheStateAbstractTest | From | To | |
Change Variable Type cache1 : IgniteCache to cache1 : IgniteCache<Integer,Integer> in method public testLostPartitions() : void in class org.apache.ignite.internal.processors.cache.CacheStateAbstractTest | From | To | |
Change Variable Type cache2 : IgniteCache to cache2 : IgniteCache<Integer,Integer> in method public testLostPartitions() : void in class org.apache.ignite.internal.processors.cache.CacheStateAbstractTest | From | To | |
Change Variable Type waitList : List<String> to waitList : Collection<String> in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Variable Type orderedRs : List<Callable<Boolean>> to orderedRs : Collection<Callable<Boolean>> in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type active : Boolean to state : CacheState in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter active : boolean to state : CacheState in method public changeCacheState(cacheName String, state CacheState) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |