f68fa57ac285606f86a6214f8f0f8dbe64d7fba9
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public _testClientCache() : void renamed to public testClientCache() : void in class org.apache.ignite.internal.processors.cache.IgniteDynamicCacheStartSelfTest | From | To | |
| Rename Method public nearCacheCfg() : NearCacheConfiguration renamed to public nearCacheConfiguration() : NearCacheConfiguration in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
| Rename Method public clientNodeId() : UUID renamed to public initiatingNodeId() : UUID in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public isClientStart() : boolean moved from class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest to class org.apache.ignite.internal.processors.cache.GridCacheProcessor & inlined to public prepareCacheStart(req DynamicCacheChangeRequest) : void | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute clientNodeId : UUID to initiatingNodeId : UUID in class org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cacheName : String in method public dynamicStartCache(ccfg CacheConfiguration, nearCfg NearCacheConfiguration) : IgniteInternalFuture<?> from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |