38f4a6769b6013754122d1ded0bcdfd69dc74a2d
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type next : long to next : Map.Entry<Long,Integer> in method public onUpdateReceived(cntr long) : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager.Partition | From | To | |
| Change Variable Type iterator : Iterator<Long> to iterator : Iterator<Map.Entry<Long,Integer>> in method public onUpdateReceived(cntr long) : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager.Partition | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type updates : NavigableMap<Long,Object> to updates : NavigableMap<Long,Integer> in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager.Partition | From | To | |
| Change Attribute Type parts : ConcurrentMap<Integer,Partition> to parts : AtomicReferenceArray<Partition> in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager | From | To |