4c7f4566fe60fedbfb76ee164388b8e56dba50d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public toCacheObject(ctx CacheObjectContext, obj Object, bytes byte[]) : CacheObject from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor to public toCacheObject(ctx CacheObjectContext, obj Object, bytes byte[]) : CacheObject from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Pull Up Method public toCacheKeyObject(ctx CacheObjectContext, obj Object) : KeyCacheObject from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor to public toCacheKeyObject(ctx CacheObjectContext, obj Object, bytes byte[]) : KeyCacheObject from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Pull Up Method public contextForCache(node ClusterNode, cacheName String) : CacheObjectContext from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor to public contextForCache(node ClusterNode, cacheName String) : CacheObjectContext from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Move Attribute | 1 | ||
Move Attribute private UNSAFE : sun.misc.Unsafe from class org.apache.ignite.internal.processors.cache.GridCacheContext to private UNSAFE : sun.misc.Unsafe from class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public marshal(ctx CacheObjectContext, val Object) : byte[] extracted from public prepareMarshal(ctx CacheObjectContext) : void in class org.apache.ignite.internal.processors.cache.CacheObjectImpl & moved to class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To | |
Extract And Move Method public toCacheObject(ctx GridCacheContext, valPtr long, tmp boolean) : CacheObject extracted from public fromOffheap(valPtr long, tmp boolean) : CacheObject in class org.apache.ignite.internal.processors.cache.GridCacheContext & moved to class org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessorAdapter | From | To |