1e4ce3449e4bc73ca201f88ac50afb07688022c6
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Variable | 2 | ||
| Extract Variable val : CacheObject in method protected marshalInfo(info GridCacheEntryInfo, ctx GridCacheContext) : void from class org.apache.ignite.internal.processors.cache.GridCacheMessage | From | To | |
| Extract Variable ldr : ClassLoader in method public prepareForCache(ctx CacheObjectContext) : CacheObject from class org.apache.ignite.internal.processors.cache.UserCacheObjectImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type keys : Collection<K> to keys : Collection<KeyCacheObject> in method private onUndeploy0(ldr ClassLoader, cacheCtx GridCacheContext<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheDeploymentManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private addEntries(ldr ClassLoader, keys Collection<KeyCacheObject>, cache GridCacheAdapter) : void extracted from private onUndeploy0(ldr ClassLoader, cacheCtx GridCacheContext<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheDeploymentManager | From | To |