df931bd09d0a18af839c8d122853111488c1a294
Files Diff
- Added: 5
 - Removed: 0
 - Renamed: 0
 - Modified: 99
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public idMapper(typeId int) : PortableIdMapper renamed to public userTypeIdMapper(typeId int) : PortableIdMapper in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Rename Method private idMapper(typeName String) : PortableIdMapper renamed to private userTypeIdMapper(typeName String) : PortableIdMapper in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type ctx : GridCacheSharedContext to ctx : GridCacheContext in method protected marshalCollection(col Collection<?>, ctx GridCacheContext) : List<byte[]> in class org.apache.ignite.internal.processors.cache.GridCacheMessage | From | To | |
| Change Parameter Type ctx : GridCacheSharedContext to ctx : GridCacheContext in method protected marshalInvokeArguments(args Object[], ctx GridCacheContext) : byte[][] in class org.apache.ignite.internal.processors.cache.GridCacheMessage | From | To | |
| Change Parameter Type ctx : GridCacheSharedContext to ctx : GridCacheContext in method protected prepareObject(o Object, ctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.GridCacheMessage | From | To | |
| Rename Variable | 1 | ||
| Rename Variable depMgr : GridCacheDeploymentManager to cctx : GridCacheContext in method public run() : void in class org.apache.ignite.internal.GridEventConsumeHandler.register.onEvent.submit | From | To | |
| Replace Variable With Attribute | 3 | ||
| Replace Variable With Attribute depEnabled : boolean to addDepInfo : boolean in method public prepareMarshal(ctx GridCacheSharedContext) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionRequest | From | To | |
| Replace Variable With Attribute depEnabled : boolean to addDepInfo : boolean in method protected prepareMarshalCacheObjects(col Collection<? extends CacheObject>, ctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.GridCacheMessage | From | To | |
| Replace Variable With Attribute depEnabled : boolean to addDepInfo : boolean in method protected prepareMarshalCacheObjects(col List<? extends CacheObject>, ctx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.GridCacheMessage | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cctx : GridCacheContext in method public prepareMarshal(ctx GridCacheSharedContext) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareRequest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type depMgr : GridCacheDeploymentManager to cctx : GridCacheContext in method public run() : void in class org.apache.ignite.internal.GridEventConsumeHandler.register.onEvent.submit | From | To | |
| Extract Method | 1 | ||
| Extract Method public suite(ignoredTests Set<Class>) : TestSuite extracted from public suite() : TestSuite in class org.apache.ignite.testsuites.IgniteP2PSelfTestSuite | From | To | |
| Inline Variable | 1 | ||
| Inline Variable depMgr : GridCacheDeploymentManager in method public onEntryUpdated(evt CacheContinuousQueryEvent<K,V>, primary boolean, recordIgniteEvt boolean) : void from class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler.register.lsnr | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mappers : Map<Integer,PortableIdMapper> to mappers : ConcurrentMap<Integer,PortableIdMapper> in class org.apache.ignite.internal.portable.PortableContext | From | To |