ab20fd9059c21c65f3b34da67d75fc94098850e3
Files Diff
- Added: 0
- Removed: 5
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public testGetOutTx() : void from class org.apache.ignite.internal.processors.cache.GridCacheExAbstractFullApiSelfTest to private checkGetOutTx(async boolean) : void from class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type keys : List<K> to keys : Set<? extends K> in method public getAllOutTx(keys Set<? extends K>) : Map<K,V> in class org.apache.ignite.internal.processors.cache.IgniteInternalCache | From | To | |
Change Parameter Type keys : List<K> to keys : Set<? extends K> in method public getAllOutTx(keys Set<? extends K>) : Map<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
Change Parameter Type keys : List<K> to keys : Set<? extends K> in method public getAllOutTx(keys Set<? extends K>) : Map<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl | From | To | |
Extract Method | 1 | ||
Extract Method public getAllOutTxAsync(keys Set<? extends K>) : IgniteInternalFuture<Map<K,V>> extracted from public getAllOutTx(keys List<K>) : Map<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To |