e3598a952057752a562f5c6a4ebf95778d2e5fa1
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Class | 1 | ||
| Move Class org.apache.ignite.internal.processors.cache.IgniteCacheProxy.LoadCacheClosure moved to org.apache.ignite.internal.processors.cache.GridCacheAdapter.LoadCacheClosure | From | To | |
| Extract Method | 2 | ||
| Extract Method private loadCache(async boolean) : void extracted from public testLoadCache() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheGlobalLoadTest | From | To | |
| Extract Method private loadCache(async boolean) : void extracted from public testLocalLoadCache() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedLoadCacheSelfTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package globalLoadCache(p IgniteBiPredicate<K,V>, args Object...) : void extracted from public loadCache(p IgniteBiPredicate<K,V>, args Object...) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy & moved to class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To |