93b205758fea49f415802a7007e054e95f6af2c7
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 1 | ||
| Change Variable Type queue : Queue<GridCacheMvccCandidate> to queue : LinkedList<GridCacheMvccCandidate> in method public addNext(cacheCtx GridCacheContext, cand GridCacheMvccCandidate) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type pending : ThreadLocal<Queue<GridCacheMvccCandidate>> to pending : ThreadLocal<LinkedList<GridCacheMvccCandidate>> in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To |