365b35988646dd72d96e723409286e74e7fed547
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute p : IgniteBiPredicate<K,V> to filter : CacheEntryPredicate in method package isAll(k K, v V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type p : IgniteBiPredicate<K,V> to filter : CacheEntryPredicate in method package isAll(k K, v V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable oldVal : CacheObject in method public innerUpdate(newVer GridCacheVersion, evtNodeId UUID, affNodeId UUID, op GridCacheOperation, writeObj Object, invokeArgs Object[], writeThrough boolean, retval boolean, expiryPlc IgniteCacheExpiryPolicy, evt boolean, metrics boolean, primary boolean, verCheck boolean, filter CacheEntryPredicate[], 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 |