de9c3bf196033e5dd93698588055a50f96ef81c8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type entryIterator : Iterator<Map.Entry<K,V>> to entryIterator : Iterator<Entry<K,V>> in method private dropNullEntries(map Map<K,V>) : Map<K,V> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private dropNullEntries(map Map<K,V>) : Map<K,V> in class org.infinispan.cache.impl.CacheImpl | From | To | |
Extract Method | 1 | ||
Extract Method private dropNullEntries(map Map<K,V>) : Map<K,V> extracted from package getAll(keys Set<?>, explicitFlags long, ctx InvocationContext) : Map<K,V> in class org.infinispan.cache.impl.CacheImpl | From | To |