cb35e1d7eaaea470e0afca99d5de9b0aec3e58ae
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type evtsQueue : BlockingQueue<CacheEntryEvent<?,?>> to evtsQueues : List<BlockingQueue<CacheEntryEvent<?,?>>> in method private checkNoEvent(evtsQueues List<BlockingQueue<CacheEntryEvent<?,?>>>) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryRandomOperationsTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.ignite.cache.query.CacheQueryEntryEvent from classes [org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryEvent] | From | To | |
Inline Variable | 1 | ||
Inline Variable cache : IgniteCache<Object,Object> in method private testContinuousQuery(ccfg CacheConfiguration<Object,Object>) : void from class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryRandomOperationsTest | From | To | |
Extract Method | 1 | ||
Extract Method public skipUpdateEvent(lsnrs Map<UUID,CacheContinuousQueryListener>, key KeyCacheObject, partId int, updCntr long, primary boolean, topVer AffinityTopologyVersion) : void extracted from public skipUpdateEvent(lsnrs Map<UUID,CacheContinuousQueryListener>, key KeyCacheObject, partId int, updCntr long, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter evtsQueue : BlockingQueue<CacheEntryEvent<?,?>> to evtsQueues : List<BlockingQueue<CacheEntryEvent<?,?>>> in method private checkNoEvent(evtsQueues List<BlockingQueue<CacheEntryEvent<?,?>>>) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryRandomOperationsTest | From | To |