9600bfab2567bfd042c347a95b484f22c1352358
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type key : GridCacheInternal to key : GridCacheInternalKey in method package onRemoved(key GridCacheInternalKey, obj GridCacheRemovable) : void in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type e : Map.Entry<GridCacheInternal,GridCacheRemovable> to e : Map.Entry<GridCacheInternalKey,GridCacheRemovable> in method public onReconnected(clusterRestarted boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type dsMap : ConcurrentMap<GridCacheInternal,GridCacheRemovable> to dsMap : ConcurrentMap<GridCacheInternalKey,GridCacheRemovable> in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor | From | To |