fef22b6eb646624008ef4d54e6e4d6a3e41b54c0
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type comp : Comparator<? super E> to comp : Comparator<? super Holder<K,V>> in method public GridConcurrentSkipListSetEx(comp Comparator<? super Holder<K,V>>) in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy.GridConcurrentSkipListSetEx | From | To | |
| Change Parameter Type e : E to e : Holder<K,V> in method public add(e Holder<K,V>) : boolean in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy.GridConcurrentSkipListSetEx | From | To | |
| Change Return Type | 1 | ||
| Change Return Type E to Holder<K,V> in method public pollFirst() : Holder<K,V> in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy.GridConcurrentSkipListSetEx | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type e : E to e : Holder<K,V> in method public pollFirst() : Holder<K,V> in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy.GridConcurrentSkipListSetEx | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type set : GridConcurrentSkipListSetEx<Holder<K,V>> to set : GridConcurrentSkipListSetEx<K,V> in class org.apache.ignite.cache.eviction.sorted.SortedEvictionPolicy | From | To |