cbbd9ad4a329d69ca88517ce2c480bffcf413e78
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type restartFut : AtomicReference<GridFutureAdapter<Void>> to restartFut : AtomicReference<RestartFuture> in method private IgniteCacheProxyImpl(ctx GridCacheContext<K,V>, delegate IgniteInternalCache<K,V>, restartFut AtomicReference<RestartFuture>, async boolean) in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Rename Variable | 5 | ||
Rename Variable proxy : IgniteCacheProxy<K,V> to jcache : IgniteCacheProxyImpl<?,?> in method public completeProxyInitialize(name String) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable jcache : IgniteCacheProxy<K,V> to cache : IgniteCacheProxyImpl<?,?> in method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable cache : IgniteCacheProxyImpl<?,?> to proxy : IgniteCacheProxyImpl<?,?> in method public publicJCache(cacheName String, failIfNotStarted boolean, checkThreadTx boolean) : IgniteCacheProxy<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable cache : IgniteCacheProxy<K,V> to jcache : IgniteCacheProxyImpl<?,?> in method public completeProxyInitialize(name String) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable newProxy : IgniteCacheProxyImpl to proxy : IgniteCacheProxyImpl<?,?> in method public addjCacheProxy(name String, proxy IgniteCacheProxyImpl<?,?>) : IgniteCacheProxyImpl<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 10 | ||
Change Variable Type currentFut : GridFutureAdapter<Void> to currentFut : RestartFuture in method public checkRestart() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Change Variable Type newProxy : IgniteCacheProxyImpl to newProxy : IgniteCacheProxyImpl<?,?> in method package initCacheProxies(startTopVer AffinityTopologyVersion, err Throwable) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type curFut : GridFutureAdapter<Void> to curFut : RestartFuture in method public restart() : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Change Variable Type cache : IgniteCacheProxy<?,?> to cache : IgniteCacheProxyImpl<?,?> in method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type cache : IgniteCacheProxy<K,V> to jcache : IgniteCacheProxyImpl<?,?> in method public completeProxyInitialize(name String) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type restartFut : GridFutureAdapter<Void> to restartFut : RestartFuture in method public onRestarted(ctx GridCacheContext, delegate IgniteInternalCache) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Change Variable Type proxy : IgniteCacheProxy<K,V> to jcache : IgniteCacheProxyImpl<?,?> in method public completeProxyInitialize(name String) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type newProxy : IgniteCacheProxyImpl to proxy : IgniteCacheProxyImpl<?,?> in method public addjCacheProxy(name String, proxy IgniteCacheProxyImpl<?,?>) : IgniteCacheProxyImpl<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type jcache : IgniteCacheProxy<K,V> to cache : IgniteCacheProxyImpl<?,?> in method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type restartFut : AtomicReference<GridFutureAdapter<Void>> to restartFut : AtomicReference<RestartFuture> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Extract Method | 7 | ||
Extract Method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> extracted from public publicCache(name String) : IgniteInternalCache<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public completeProxyInitialize(name String) : void extracted from private internalCacheEx(name String) : IgniteInternalCache<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public completeProxyInitialize(name String) : void extracted from public jcache(name String) : IgniteCacheProxy<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> extracted from public publicJCache(cacheName String, failIfNotStarted boolean, checkThreadTx boolean) : IgniteCacheProxy<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> extracted from public getOrStartCache(name String, ccfg CacheConfiguration) : IgniteInternalCache<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> extracted from public cache(name String) : IgniteInternalCache<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public addjCacheProxy(name String, proxy IgniteCacheProxyImpl<?,?>) : IgniteCacheProxyImpl<?,?> extracted from package initCacheProxies(startTopVer AffinityTopologyVersion, err Throwable) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cacheName : String to name : String in method public jcacheProxy(name String, awaitInit boolean) : IgniteCacheProxyImpl<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |