87551427c5796a5d48f60a412a770b810269b797
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable ccfg : StoredCacheData to cacheData : StoredCacheData in method private addCacheOnJoinFromPersistentStore(caches Map<String,CacheJoinNodeDiscoveryData.CacheInfo>, templates Map<String,CacheJoinNodeDiscoveryData.CacheInfo>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable ccfgs : Map<String,StoredCacheData> to cacheDataMap : Map<String,StoredCacheData> in method private addCacheOnJoinFromPersistentStore(caches Map<String,CacheJoinNodeDiscoveryData.CacheInfo>, templates Map<String,CacheJoinNodeDiscoveryData.CacheInfo>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Inline Method | 1 | ||
Inline Method private prepareCacheStart(grpDesc CacheGroupDescriptor, startCfg CacheConfiguration, reqNearCfg NearCacheConfiguration, desc DynamicCacheDescriptor, exchTopVer AffinityTopologyVersion, schema QuerySchema) : void inlined to public prepareCacheStart(desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Variable | 1 | ||
Extract Variable cacheData : StoredCacheData in method private addCacheOnJoinFromConfig(caches Map<String,CacheJoinNodeDiscoveryData.CacheInfo>, templates Map<String,CacheJoinNodeDiscoveryData.CacheInfo>) : void from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter cacheDesc : DynamicCacheDescriptor to desc : DynamicCacheDescriptor in method public prepareCacheStart(desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter nearCfg : NearCacheConfiguration to reqNearCfg : NearCacheConfiguration in method public prepareCacheStart(desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |