1b6dc102cec6c45c392714d595d635763a661d19
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type evictMgr : GridCacheEvictionManager to evictMgr : CacheEvictionManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, cacheType CacheType, affNode boolean, updatesAllowed boolean, evtMgr GridCacheEventManager, storeMgr CacheStoreManager, evictMgr CacheEvictionManager, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager, dataStructuresMgr CacheDataStructuresManager, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, offheapMgr IgniteCacheOffheapManager, rslvrMgr CacheConflictResolutionManager<K,V>, pluginMgr CachePluginManager, affMgr GridCacheAffinityManager) in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
Rename Variable | 1 | ||
Rename Variable idxVal : CacheObject to val : CacheObject in method public unswap(needVal boolean) : CacheObject in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Change Return Type | 1 | ||
Change Return Type GridCacheEvictionManager to CacheEvictionManager in method public evicts() : CacheEvictionManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
Extract Variable | 1 | ||
Extract Variable nearEnabled : boolean in method private createCache(cfg CacheConfiguration<?,?>, pluginMgr CachePluginManager, cacheType CacheType, cacheObjCtx CacheObjectContext, updatesAllowed boolean) : GridCacheContext from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type evictMgr : GridCacheEvictionManager to evictMgr : CacheEvictionManager in method public getDhtEvictQueueCurrentSize() : int in class org.apache.ignite.internal.processors.cache.CacheMetricsImpl | From | To | |
Extract Interface | 1 | ||
Extract Interface org.apache.ignite.internal.processors.cache.CacheEvictionManager from classes [org.apache.ignite.internal.processors.cache.GridCacheEvictionManager] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type evictMgr : GridCacheEvictionManager to evictMgr : CacheEvictionManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To |