ad0cd50433960b7f3dddc63c898b04259fe0c074
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testContainesKeys() : void renamed to public testContainsKeys() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Rename Variable | 3 | ||
Rename Variable arrResponse : JsonNode to arrRes : JsonNode in method public testMetadataLocal() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Rename Variable arrResponse : JsonNode to arrRes : JsonNode in method public testMetadataRemote() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Rename Variable cfg : CacheConfiguration to ccfg : CacheConfiguration in method public getOrCreateFromTemplate(cacheName String, templateName String, cfgOverride CacheConfigurationOverride, checkThreadTx boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private CACHE_NAME_PARAM : String in class org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestHandler | From | To | |
Extract Variable | 1 | ||
Extract Variable cache : IgniteCache<String,String> in method private checkGetOrCreateAndDestroy(cacheName String, mode CacheMode, backups int, wrtSync CacheWriteSynchronizationMode, cacheGroup String, dataRegion String, params String...) : void from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Extract Method | 2 | ||
Extract Method public getOrCreateFromTemplate(cacheName String, templateName String, cfgOverride CacheConfigurationOverride, checkThreadTx boolean) : IgniteInternalFuture<?> extracted from public getOrCreateFromTemplate(cacheName String, checkThreadTx boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private checkGetOrCreateAndDestroy(cacheName String, mode CacheMode, backups int, wrtSync CacheWriteSynchronizationMode, cacheGroup String, dataRegion String, params String...) : void extracted from public testGetOrCreateCache() : void in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To |