7bbc80a678b57545027a239bf871143511aa0c1d
Files Diff
- Added: 2
- Removed: 6
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public portable() : GridPortableProcessor renamed to public cacheObjects() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
Rename Method public portable() : GridPortableProcessor renamed to public cacheObjects() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Rename Method public portable() : GridPortableProcessor renamed to public cacheObjects() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.GridKernalContext | From | To | |
Move Method | 2 | ||
Move Method public unwrapPortablesIfNeeded(col Collection<Object>, keepPortable boolean) : Collection<Object> from class org.apache.ignite.internal.processors.cache.IgniteCacheOsSerializationManager to public unwrapPortablesIfNeeded(col Collection<Object>, keepPortable boolean) : Collection<Object> from class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To | |
Move Method public unwrapPortableIfNeeded(o Object, keepPortable boolean) : Object from class org.apache.ignite.internal.processors.cache.IgniteCacheOsSerializationManager to public unwrapPortableIfNeeded(o Object, keepPortable boolean) : Object from class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To | |
Change Return Type | 4 | ||
Change Return Type GridPortableProcessor to IgniteCacheObjectProcessor in method public processor() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To | |
Change Return Type GridPortableProcessor to IgniteCacheObjectProcessor in method public cacheObjects() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Change Return Type GridPortableProcessor to IgniteCacheObjectProcessor in method public cacheObjects() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
Change Return Type GridPortableProcessor to IgniteCacheObjectProcessor in method public cacheObjects() : IgniteCacheObjectProcessor in class org.apache.ignite.internal.GridKernalContext | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.portable.GridPortableProcessor renamed to org.apache.ignite.internal.processors.portable.IgniteCacheObjectProcessor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute portableProc : GridPortableProcessor to cacheObjProc : IgniteCacheObjectProcessor in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type portableProc : GridPortableProcessor to cacheObjProc : IgniteCacheObjectProcessor in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Change Attribute Type cacheObjProc : GridPortableProcessor to cacheObjProc : IgniteCacheObjectProcessor in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl | From | To | |
Change Attribute Type proc : GridPortableProcessor to proc : IgniteCacheObjectProcessor in class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To |