f7c1296cceba73ce1b61af605e476a905a0c8ab4
Files Diff
- Added: 8
 - Removed: 0
 - Renamed: 0
 - Modified: 17
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private internalCompareAndSet(expValPred IgnitePredicate<T>, newValClos IgniteClosure<T,T>) : Callable<Boolean> renamed to private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type newValClos : IgniteClosure<T,T> to newVal : T in method private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Change Parameter Type expValPred : IgnitePredicate<T> to expVal : T in method private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Callable<Boolean> to Callable<T> in method private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Extract Variable | 2 | ||
| Extract Variable origVal : T in method public call() : T from class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl.internalCompareAndSetAndGet.retryTopologySafe | From | To | |
| Extract Variable origVal : T in method private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> from class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method public compareAndSetAndGet(newVal T, expVal T) : T extracted from public compareAndSet(expVal T, newVal T) : boolean in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter newValClos : IgniteClosure<T,T> to newVal : T in method private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To | |
| Rename Parameter expValPred : IgnitePredicate<T> to expVal : T in method private internalCompareAndSetAndGet(expVal T, newVal T) : Callable<T> in class org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceImpl | From | To |