772c5b6d7e0803676251cd5f3e65c199d4a6650c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type IgniteTxLocalAdapter<K,V> to IgniteTxLocalAdapter in method private currentTx() : IgniteTxLocalAdapter in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tx : IgniteTxLocalAdapter<K,V> to tx : IgniteTxLocalAdapter in method public ttl() : long in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Change Variable Type conflictCtx : GridCacheVersionConflictContext<K,V> to conflictCtx : GridCacheVersionConflictContext<?,?> in method public userCommit() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | From | To | |
Inline Variable | 1 | ||
Inline Variable drNeedResolve : boolean in method public innerUpdate(newVer GridCacheVersion, evtNodeId UUID, affNodeId UUID, op GridCacheOperation, writeObj Object, valBytes byte[], invokeArgs Object[], writeThrough boolean, retval boolean, expiryPlc IgniteCacheExpiryPolicy, evt boolean, metrics boolean, primary boolean, verCheck boolean, filter IgnitePredicate<Cache.Entry<Object,Object>>[], drType GridDrType, explicitTtl long, explicitExpireTime long, conflictVer GridCacheVersion, conflictResolve boolean, intercept boolean, subjId UUID, taskName String) : GridCacheUpdateAtomicResult from class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To |