dff026be8dc1d511003fb14e89b8f2b18b2f862f
Files Diff
- Added: 2
- Removed: 30
- Renamed: 0
- Modified: 60
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public builder(typeId int) : PortableBuilder renamed to public field(obj Object, fieldName String) : Object in class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Rename Method public builder(typeId int) : PortableBuilder renamed to public field(obj Object, fieldName String) : Object in class org.apache.ignite.internal.processors.portable.GridPortableProcessor | From | To | |
Move Method | 5 | ||
Move Method protected portableEnabled() : boolean from class org.apache.ignite.internal.processors.cache.distributed.GridCacheAbstractDistributedByteArrayValuesSelfTest to public portableEnabled(node ClusterNode, cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Move Method protected portableEnabled() : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractTest to public portableEnabled(node ClusterNode, cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Move Method protected portableEnabled() : boolean from class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest to public portableEnabled(node ClusterNode, cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Move Method protected portableEnabled() : boolean from class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQuerySelfTest to public portableEnabled(node ClusterNode, cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Move Method protected portableEnabled() : boolean from class org.apache.ignite.internal.processors.cache.GridCacheMemoryModeSelfTest to public portableEnabled(node ClusterNode, cacheName String) : boolean from class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Rename Variable | 1 | ||
Rename Variable po : PortableObject to kernal : IgniteKernal in method public affinityKey(key Object) : Object in class org.apache.ignite.internal.processors.cache.GridCacheDefaultAffinityKeyMapper | From | To | |
Change Return Type | 2 | ||
Change Return Type PortableBuilder to Object in method public field(obj Object, fieldName String) : Object in class org.apache.ignite.internal.processors.portable.os.GridOsPortableProcessor | From | To | |
Change Return Type PortableBuilder to Object in method public field(obj Object, fieldName String) : Object in class org.apache.ignite.internal.processors.portable.GridPortableProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type po : PortableObject to kernal : IgniteKernal in method public affinityKey(key Object) : Object in class org.apache.ignite.internal.processors.cache.GridCacheDefaultAffinityKeyMapper | From | To | |
Extract Method | 1 | ||
Extract Method protected createProjectionForFilter(cache GridCache) : CacheProjection extracted from private checkProjectionFilter(cache GridCache, expCnt int) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest | From | To |