e5fcebb095fc189487d1d4f267fbf2164aef7329
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 12
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected afterTestsStopped() : void renamed to protected afterTest() : void in class org.apache.ignite.internal.processors.service.GridServiceClientNodeTest | From | To | |
| Move Method | 1 | ||
| Move Method private onDeployment(dep GridServiceDeployment, topVer AffinityTopologyVersion) : void from class org.apache.ignite.internal.processors.service.GridServiceProcessor.DeploymentListener to private onDeployment(dep GridServiceDeployment, topVer AffinityTopologyVersion) : void from class org.apache.ignite.internal.processors.service.GridServiceProcessor | From | To | |
| Rename Variable | 2 | ||
| Rename Variable rmtId : UUID to e : Map.Entry<UUID,RemoteRoutineInfo> in method public onDisconnected(reconnectFut IgniteFuture<?>) : void in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor | From | To | |
| Rename Variable copy : Map<UUID,LocalRoutineInfo> to cp : Map<UUID,LocalRoutineInfo> in method public collectDiscoveryData(nodeId UUID) : Serializable in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.ignite.internal.processors.service.GridServiceProcessor.AssignmentListener renamed to org.apache.ignite.internal.processors.service.GridServiceProcessor.ServiceEntriesListener | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable ignite : Ignite to client : Ignite in method private checkDeploy(client Ignite, svcName String) : void in class org.apache.ignite.internal.processors.service.GridServiceClientNodeTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable stopFrom : Ignite in method private testMessageListenerReconnect(stopFromClient boolean) : void from class org.apache.ignite.internal.IgniteClientReconnectContinuousProcessorTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type rmtId : UUID to e : Map.Entry<UUID,RemoteRoutineInfo> in method public onDisconnected(reconnectFut IgniteFuture<?>) : void in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor | From | To | |
| Extract Method | 3 | ||
| Extract Method private checkDeploy(client Ignite, svcName String) : void extracted from public testDeployFromClient() : void in class org.apache.ignite.internal.processors.service.GridServiceClientNodeTest | From | To | |
| Extract Method private registerMessageListener(hnd GridContinuousHandler) : void extracted from public startRoutine(hnd GridContinuousHandler, locOnly boolean, bufSize int, interval long, autoUnsubscribe boolean, prjPred IgnitePredicate<ClusterNode>) : IgniteInternalFuture<UUID> in class org.apache.ignite.internal.processors.continuous.GridContinuousProcessor | From | To | |
| Extract Method public igniteIterator(keepBinary boolean) : Iterator<Cache.Entry<K,V>> extracted from public igniteIterator() : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter assignCol : Iterable<CacheEntryEvent<?,?>> to deps : Iterable<CacheEntryEvent<?,?>> in method public onUpdated(deps Iterable<CacheEntryEvent<?,?>>) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessor.ServiceEntriesListener | From | To |