b7457a9eb17ddc6eff1250ada5c4324e40ac8f07
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public isEmpty() : boolean from class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap.Values to public isEmpty() : boolean from class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap.EntrySet | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type mapPubSize : AtomicLong to mapPubSize : LongAdder in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap | From | To | |
Change Attribute Type mapSize : AtomicLong to mapSize : LongAdder in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap | From | To | |
Change Attribute Type pubSize : AtomicLong to pubSize : LongAdder in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap.Segment | From | To |