e5d5d08d91fc0564b655c6e45afe0760957bff0c
Files Diff
- Added: 8
 - Removed: 10
 - Renamed: 0
 - Modified: 37
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public set() : Collection<EvictableEntry<K,V>> renamed to public queue() : Collection<EvictableEntry<K,V>> in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy | From | To | |
| Rename Variable | 2 | ||
| Rename Variable batchSize : int to maxMem : long in method private shrink() : void in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy | From | To | |
| Rename Variable batchSize : int to maxMem : long in method private shrink() : void in class org.apache.ignite.cache.eviction.fifo.FifoEvictionPolicy | From | To | |
| Rename Class | 5 | ||
| Rename Class org.apache.ignite.internal.processors.cache.eviction.random.GridCacheRandomEvictionPolicySelfTest renamed to org.apache.ignite.internal.processors.cache.eviction.random.RandomEvictionPolicySelfTest | From | To | |
| Rename Class org.apache.ignite.internal.processors.cache.eviction.lru.GridCacheLruNearEvictionPolicySelfTest renamed to org.apache.ignite.internal.processors.cache.eviction.lru.LruNearEvictionPolicySelfTest | From | To | |
| Rename Class org.apache.ignite.internal.processors.cache.eviction.lru.GridCacheNearOnlyLruNearEvictionPolicySelfTest renamed to org.apache.ignite.internal.processors.cache.eviction.lru.LruNearOnlyNearEvictionPolicySelfTest | From | To | |
| Rename Class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionAbstractTest renamed to org.apache.ignite.internal.processors.cache.eviction.EvictionAbstractTest | From | To | |
| Rename Class org.apache.ignite.internal.processors.cache.eviction.sorted.GridCacheSortedEvictionPolicyPerformanceTest renamed to org.apache.ignite.internal.processors.cache.eviction.sorted.SortedEvictionPolicyPerformanceTest | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute near : boolean to nearEnabled : boolean in method protected checkPartitioned() : void in class org.apache.ignite.internal.processors.cache.eviction.EvictionAbstractTest | From | To | |
| Extract Variable | 22 | ||
| Extract Variable plc : LruEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.GridCacheConcurrentTxMultiNodeTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.eviction.lru.LruNearEvictionPolicySelfTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.IgniteCacheP2pUnmarshallingNearErrorTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.loadtests.GridCacheMultiNodeLoadTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected cacheConfiguration(gridName String) : CacheConfiguration from class org.apache.ignite.internal.processors.cache.IgniteCachePeekModesAbstractTest | From | To | |
| Extract Variable nearPlc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedEvictionSelfTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCacheMultiTxLockSelfTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method private start(store CacheStore<Long,String>) : Ignite from class org.apache.ignite.loadtests.swap.GridSwapEvictAllBenchmark | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.GridIndexingWithNoopSwapSelfTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method private checkNearEvictionMaxSize() : void from class org.apache.ignite.internal.processors.cache.eviction.lru.LruNearOnlyNearEvictionPolicySelfTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.GridCacheReloadSelfTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEvictionSelfTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method public apply(cfg CacheConfiguration) : Void from class org.apache.ignite.internal.processors.cache.GridCacheConfigurationConsistencySelfTest.testDifferentEvictSynchronized.checkSecondGridStartFails | From | To | |
| Extract Variable plc : SortedEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.eviction.sorted.SortedEvictionPolicyPerformanceTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEvictionNearReadersSelfTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedEvictionSelfTest | From | To | |
| Extract Variable plc : LruEvictionPolicy in method public start(cfg BenchmarkConfiguration) : void from class org.apache.ignite.yardstick.IgniteNode | From | To | |
| Extract Variable nearPlc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEvictionNearReadersSelfTest | From | To | |
| Extract Variable nearPlc : FifoEvictionPolicy in method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEvictionSelfTest | From | To | |
| Extract Variable plc : FifoEvictionPolicy in method protected cacheConfiguration(gridName String) : CacheConfiguration from class org.apache.ignite.internal.processors.cache.eviction.GridCacheBatchEvictUnswapSelfTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type batchSize : int to maxMem : long in method private shrink() : void in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy | From | To | |
| Change Variable Type batchSize : int to maxMem : long in method private shrink() : void in class org.apache.ignite.cache.eviction.fifo.FifoEvictionPolicy | From | To | |
| Extract Method | 3 | ||
| Extract Method private shrink0() : int extracted from private shrink() : void in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy | From | To | |
| Extract Method private shrink0() : int extracted from private shrink() : void in class org.apache.ignite.cache.eviction.lru.LruEvictionPolicy | From | To | |
| Extract Method private shrink0() : int extracted from private shrink() : void in class org.apache.ignite.cache.eviction.fifo.FifoEvictionPolicy | From | To |