2ff64c2aa8f142f2918200e5ee85e6b7e83afbfa
Files Diff
- Added: 11
- Removed: 1
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable entries : Collection<CacheEntryEvent<? extends K,? extends V>> to evts : Collection<CacheEntryEvent<? extends K,? extends V>> in method private onEntryUpdate(evt CacheContinuousQueryEvent, notify boolean, loc boolean, recordIgniteEvt boolean) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | From | To | |
Move Attribute | 1 | ||
Move Attribute private cnt : AtomicLong from class org.apache.ignite.yardstick.cache.CacheEntryEventProbe to private cnt : AtomicLong from class org.apache.ignite.yardstick.cache.CacheEntryEventAsyncProbe.CacheEntryEventListener | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFactoryFilterTest renamed to org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFactoryFilterRandomOperationTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entries : Collection<CacheContinuousQueryEntry> to entries : List<CacheContinuousQueryEntry> in method public notifyCallback(nodeId UUID, routineId UUID, objs Collection<?>, ctx GridKernalContext) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | From | To | |
Extract Variable | 2 | ||
Extract Variable internal : boolean in method public innerUpdate(newVer GridCacheVersion, evtNodeId UUID, affNodeId UUID, op GridCacheOperation, writeObj Object, invokeArgs Object[], writeThrough boolean, readThrough boolean, retval boolean, keepBinary boolean, expiryPlc IgniteCacheExpiryPolicy, evt boolean, metrics boolean, primary boolean, verCheck boolean, topVer AffinityTopologyVersion, filter CacheEntryPredicate[], drType GridDrType, explicitTtl long, explicitExpireTime long, conflictVer GridCacheVersion, conflictResolve boolean, intercept boolean, subjId UUID, taskName String, prevVal CacheObject, updateCntr Long, fut GridDhtAtomicUpdateFuture) : GridCacheUpdateAtomicResult from class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Extract Variable evts : Collection<CacheEntryEvent<? extends K,? extends V>> in method private notifyCallback0(nodeId UUID, ctx GridKernalContext, entries Collection<CacheContinuousQueryEntry>) : void from class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | From | To | |
Extract Method | 8 | ||
Extract Method protected createFilterFactory() : Factory<? extends CacheEntryEventFilter<QueryTestKey,QueryTestValue>> extracted from private registerListener(cacheName String, nodeIdx int, curs Collection<QueryCursor<?>>, lsnrCfgs Collection<T2<Integer,MutableCacheEntryListenerConfiguration>>, sync boolean) : BlockingQueue<CacheEntryEvent<?,?>> in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFactoryFilterRandomOperationTest | From | To | |
Extract Method private onEntryUpdate(evt CacheContinuousQueryEvent, notify boolean, loc boolean, recordIgniteEvt boolean) : void extracted from public register(nodeId UUID, routineId UUID, ctx GridKernalContext) : RegisterStatus in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | From | To | |
Extract Method private taskName() : String extracted from public register(nodeId UUID, routineId UUID, ctx GridKernalContext) : RegisterStatus in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | From | To | |
Extract Method private notifyCallback0(nodeId UUID, ctx GridKernalContext, entries Collection<CacheContinuousQueryEntry>) : void extracted from public notifyCallback(nodeId UUID, routineId UUID, objs Collection<?>, ctx GridKernalContext) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | From | To | |
Extract Method protected localListener(cntr AtomicLong) : CacheEntryUpdatedListener<Integer,Integer> extracted from public start(drv BenchmarkDriver, cfg BenchmarkConfiguration) : void in class org.apache.ignite.yardstick.cache.CacheEntryEventProbe | From | To | |
Extract Method protected asyncCallback() : boolean extracted from private checkBackupQueue(backups int, updateFromClient boolean) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest | From | To | |
Rename Parameter | 3 | ||
Rename Parameter result : T to res : T in method public submit(task Runnable, res T) : Future<T> in class org.apache.ignite.thread.IgniteStripedThreadPoolExecutor | From | To | |
Rename Parameter event : CacheEntryEvent<? extends QueryTestKey,? extends QueryTestValue> to evt : CacheEntryEvent<? extends QueryTestKey,? extends QueryTestValue> in method public evaluate(evt CacheEntryEvent<? extends QueryTestKey,? extends QueryTestValue>) : boolean in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFactoryFilterRandomOperationTest.NonSerializableFilter | From | To | |
Rename Parameter event : CacheEntryEvent<? extends Integer,? extends Integer> to evt : CacheEntryEvent<? extends Integer,? extends Integer> in method public evaluate(evt CacheEntryEvent<? extends Integer,? extends Integer>) : boolean in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFactoryFilterRandomOperationTest.SerializableFilter | From | To |