f2df0a7c7c11426bc83839cc903f10da18a0d677
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method public removeEntry(entry GridCacheEntryEx) : boolean inlined to package onRemoved(entry GridDhtCacheEntry) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type cached : GridDhtCacheEntry to cached : GridCacheMapEntry in method public clearAll() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition | From | To | |
| Change Variable Type it : Iterator<GridDhtCacheEntry> to it : Iterator<GridCacheMapEntry> in method public clearAll() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition | From | To |