937164ea1a922ae32e54aa32b7356ef758599e87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<KeyCacheObject,MvccTxEntry> to Map<Integer,Map<KeyCacheObject,MvccTxEntry>> in method package getCached() : Map<Integer,Map<KeyCacheObject,MvccTxEntry>> in class org.apache.ignite.internal.processors.cache.mvcc.MvccCachingManager.EnlistBuffer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cached : Map<KeyCacheObject,MvccTxEntry> to cached : Map<Integer,Map<KeyCacheObject,MvccTxEntry>> in class org.apache.ignite.internal.processors.cache.mvcc.MvccCachingManager.EnlistBuffer | From | To | |
Extract Method | 1 | ||
Extract Method private countersPerPartition(cntrsColl Collection<PartitionUpdateCountersMessage>) : Map<Integer,Map<Integer,T2<AtomicLong,Long>>> extracted from public onTxFinished(tx IgniteInternalTx, commit boolean) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccCachingManager | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public hasContinuousQueryListeners(tx IgniteInternalTx) : boolean extracted from public onTxFinished(tx IgniteInternalTx, commit boolean) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccCachingManager & moved to class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To |