f9f02315992b046106b8fad38b14c37887e6103c
Files Diff
- Added: 6
 - Removed: 0
 - Renamed: 0
 - Modified: 16
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 5 | ||
| Push Down Method protected atomicityMode() : GridCacheAtomicityMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest to protected atomicityMode() : GridCacheAtomicityMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAtomicLocalTest | From | To | |
| Push Down Method protected gridCount() : int from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest to protected gridCount() : int from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAtomicLocalTest | From | To | |
| Push Down Method protected atomicWriteOrderMode() : GridCacheAtomicWriteOrderMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest to protected atomicWriteOrderMode() : GridCacheAtomicWriteOrderMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAtomicTest | From | To | |
| Push Down Method protected cacheMode() : GridCacheMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest to protected cacheMode() : GridCacheMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAtomicLocalTest | From | To | |
| Push Down Method protected distributionMode() : GridCacheDistributionMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest to protected distributionMode() : GridCacheDistributionMode from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAtomicLocalTest | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAtomicLocalTest from class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type evt : IgniteEvent to entries : Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>> in method public apply(uuid UUID, entries Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>>) : boolean in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager.EntryListenerCallback | From | To | |
| Change Parameter Type evt : IgniteCacheEvent to e : GridCacheContinuousQueryEntry<K,V> in method public CacheEntryEvent(src IgniteCache, type EventType, e GridCacheContinuousQueryEntry<K,V>) in class org.apache.ignite.cache.CacheEntryEvent | From | To | |
| Rename Variable | 2 | ||
| Rename Variable ccfg : GridCacheConfiguration to cfg : GridCacheConfiguration in method protected cacheConfiguration(gridName String) : GridCacheConfiguration in class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest | From | To | |
| Rename Variable cacheEvt : IgniteCacheEvent to entry : GridCacheContinuousQueryEntry in method public apply(uuid UUID, entries Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>>) : boolean in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager.EntryListenerCallback | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.ignite.internal.processors.cache.IgniteCacheProxy.EventCallback moved and renamed to org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager.EntryListenerCallback | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute evt : IgniteCacheEvent to e : GridCacheContinuousQueryEntry<K,V> in class org.apache.ignite.cache.CacheEntryEvent | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type cacheEvt : IgniteCacheEvent to entry : GridCacheContinuousQueryEntry in method public apply(uuid UUID, entries Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>>) : boolean in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager.EntryListenerCallback | From | To | |
| Change Variable Type evt0 : CacheEntryEvent to evt0 : org.apache.ignite.cache.CacheEntryEvent in method public apply(uuid UUID, entries Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>>) : boolean in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager.EntryListenerCallback | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type evt : IgniteCacheEvent to e : GridCacheContinuousQueryEntry<K,V> in class org.apache.ignite.cache.CacheEntryEvent | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter evt : IgniteCacheEvent to e : GridCacheContinuousQueryEntry<K,V> in method public CacheEntryEvent(src IgniteCache, type EventType, e GridCacheContinuousQueryEntry<K,V>) in class org.apache.ignite.cache.CacheEntryEvent | From | To | |
| Rename Parameter evt : IgniteEvent to entries : Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>> in method public apply(uuid UUID, entries Collection<org.gridgain.grid.cache.query.GridCacheContinuousQueryEntry<K,V>>) : boolean in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager.EntryListenerCallback | From | To |