a5956c4e6ef999119862219d60efa0a1760ad949
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type rmvCol : List<Object> to rmvCol : List<KeyCacheObject> in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter | From | To | |
| Change Variable Type putMap : Map<Object,IgniteBiTuple<Object,GridCacheVersion>> to putMap : Map<KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter | From | To |