ce6363729f3553c6854ed2e8cfc3b5c244678fcd
Files Diff
- Added: 13
- Removed: 0
- Renamed: 0
- Modified: 43
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable toSnd : Collection<Object> to batch : GridContinuousBatch in method public addNotification(nodeId UUID, routineId UUID, obj Object, orderedTopic Object, sync boolean, msg boolean) : void in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<Object> to GridContinuousBatch in method package add(obj Object) : GridContinuousBatch in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo | From | To | |
Change Return Type IgniteBiTuple<Collection<Object>,Long> to IgniteBiTuple<GridContinuousBatch,Long> in method package checkInterval() : IgniteBiTuple<GridContinuousBatch,Long> in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo | From | To | |
Move Attribute | 1 | ||
Move Attribute private buf : ConcurrentLinkedDeque8<Object> from class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo to private buf : ConcurrentLinkedDeque8<Object> from class org.apache.ignite.internal.processors.continuous.GridContinuousBatchAdapter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute buf : ConcurrentLinkedDeque8<Object> to batch : GridContinuousBatch in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo | From | To | |
Change Variable Type | 4 | ||
Change Variable Type toSnd : Collection<Object> to batch : GridContinuousBatch in method public addNotification(nodeId UUID, routineId UUID, obj Object, orderedTopic Object, sync boolean, msg boolean) : void in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor | From | To | |
Change Variable Type toSnd : Collection<Object> to toSnd : GridContinuousBatch in method package checkInterval() : IgniteBiTuple<GridContinuousBatch,Long> in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo | From | To | |
Change Variable Type toSnd : Collection<Object> to toSnd : GridContinuousBatch in method package add(obj Object) : GridContinuousBatch in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo | From | To | |
Change Variable Type t : IgniteBiTuple<Collection<Object>,Long> to t : IgniteBiTuple<GridContinuousBatch,Long> in method protected body() : void in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.registerHandler.checker | From | To | |
Extract Variable | 2 | ||
Extract Variable CLIENT_ID : int in method public testNodeJoins() : void from class org.apache.ignite.internal.processors.cache.query.continuous.IgniteCacheContinuousQueryClientTest | From | To | |
Extract Variable top : GridDhtPartitionTopology in method public updateAllAsyncInternal0(nodeId UUID, req GridNearAtomicUpdateRequest, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type buf : ConcurrentLinkedDeque8<Object> to batch : GridContinuousBatch in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RemoteRoutineInfo | From | To | |
Extract Method | 1 | ||
Extract Method private sendBackupAcknowledge(t IgniteBiTuple<Map<Integer,Long>,Set<AffinityTopologyVersion>>, routineId UUID, ctx GridKernalContext) : 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 |