931d1941e250d34b03eb03a3fb9b90f056e4241c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable part : Partition to partition : Partition in method public IgniteCacheDatabasePartitionManager(partCount int, buf ByteBuffer) in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager | From | To | |
Rename Variable cntrVal : long to cntr : long in method public IgniteCacheDatabasePartitionManager(partCount int, buf ByteBuffer) in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager | From | To | |
Change Variable Type | 2 | ||
Change Variable Type iterator : Iterator<Map.Entry<Long,Integer>> to iterator : Iterator<Long> in method public onUpdateReceived(cntr long) : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager.Partition | From | To | |
Change Variable Type next : Map.Entry<Long,Integer> to next : long in method public onUpdateReceived(cntr long) : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager.Partition | From | To | |
Extract Variable | 1 | ||
Extract Variable set : boolean in method public onUpdateReceived(part int, cntr long) : void from class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type updates : NavigableMap<Long,Integer> to updates : NavigableMap<Long,Object> in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabasePartitionManager.Partition | From | To |