84979b40a5b7a3fd5d56d2bfa6b4ee94f9c06b82
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public portableEnabled(node ClusterNode, cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor to public keepPortableInStore(cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public marshalToPortable(obj Object) : Object moved from class org.apache.ignite.internal.processors.cache.GridCacheContext to class org.apache.ignite.internal.processors.cache.GridCacheStoreManager & inlined to private loadFromStore(tx IgniteInternalTx, key KeyCacheObject, convert boolean) : Object | From | To | |
Move Method | 1 | ||
Move Method public keepPortableInStore() : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheOsSerializationManager to public keepPortableInStore(cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Change Variable Type | 2 | ||
Change Variable Type col : Collection<Map.Entry<KeyCacheObject,CacheObject>> to col : Collection<IgniteDataLoaderEntry> in method private localLoadAndUpdate(keys Collection<? extends K>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
Change Variable Type ldr : IgniteDataLoader<KeyCacheObject,CacheObject> to ldr : IgniteDataLoaderImpl<KeyCacheObject,CacheObject> in method private localLoadAndUpdate(keys Collection<? extends K>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
Inline Variable | 3 | ||
Inline Variable keys0 : Collection<? extends K> in method public loadAll(keys Set<? extends K>, replaceExisting boolean) : IgniteInternalFuture<?> from class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
Inline Variable key : Object in method private mapContains(e Cache.Entry<?,?>) : boolean from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView | From | To | |
Inline Variable ptr : long in method public toCacheObject(ctx GridCacheContext, valPtr long, tmp boolean) : CacheObject from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To |