4c5e43b238097d62f61911bb37a5f95f1a07a5eb
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 45
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type e : Map.Entry<KeyCacheObject,CacheObject> to e : Entry<KeyCacheObject,CacheObject> in method public receive(cache IgniteCache<KeyCacheObject,CacheObject>, entries Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.IsolatedUpdater | From | To | |
Extract Variable | 3 | ||
Extract Variable cache : GridCacheAdapter<Object,Object> in method private affinityCache(cacheName String, topVer AffinityTopologyVersion) : AffinityInfo from class org.apache.ignite.internal.processors.affinity.GridAffinityProcessor | From | To | |
Extract Variable stopFut : IgniteInternalFuture<?> in method public destroyCache(cacheName String) : void from class org.apache.ignite.internal.IgniteKernal | From | To | |
Extract Variable fut : IgniteInternalFuture<?> in method public close() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
Rename Parameter | 1 | ||
Rename Parameter name : String to cacheName : String in method public publicJCache(cacheName String) : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |