9a14d6432932fc1a1fdf2ddd77dea920382efe8c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type entryProcessorCalcVal : CacheObject to entryProcessorCalcVal : T2<GridCacheOperation,CacheObject> in method public entryProcessorCalculatedValue(entryProcessorCalcVal T2<GridCacheOperation,CacheObject>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry | From | To | |
Change Return Type | 1 | ||
Change Return Type CacheObject to T2<GridCacheOperation,CacheObject> in method public entryProcessorCalculatedValue() : T2<GridCacheOperation,CacheObject> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type procVal : CacheObject to procVal : T2<GridCacheOperation,CacheObject> in method private map(entry IgniteTxEntry, nodes Iterable<ClusterNode>, globalMap Map<UUID,GridDistributedTxMapping>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type entryProcessorCalcVal : CacheObject to entryProcessorCalcVal : T2<GridCacheOperation,CacheObject> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry | From | To |