a837fe1e358191fee15dc193090634b2e9a11b6a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public clientNodeTopologyChange(node ClusterNode, topVer AffinityTopologyVersion) : void renamed to public clientEventTopologyChange(evt DiscoveryEvent, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheAffinityManager | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type node : ClusterNode to evt : DiscoveryEvent in method public clientEventTopologyChange(evt DiscoveryEvent, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheAffinityManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable CACHE_NAME : String to CACHE_NAME1 : String in method private clientOnlyCacheStart(nearCache boolean, srvNode boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodePartitionsExchangeTest | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable ver : AffinityTopologyVersion to topVer : AffinityTopologyVersion in method private waitForTopologyUpdate(expNodes int, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodePartitionsExchangeTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private waitForTopologyUpdate(expNodes int, topVer AffinityTopologyVersion) : void extracted from private waitForTopologyUpdate(expNodes int, topVer int) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodePartitionsExchangeTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter node : ClusterNode to evt : DiscoveryEvent in method public clientEventTopologyChange(evt DiscoveryEvent, topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheAffinityManager | From | To |