a4bb42b0b926b54121f4379b55abd35970bfb2bf
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 58
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ret : V to returned : Object in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.cache.impl.EncoderCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ret : V to returned : Object in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.cache.impl.EncoderCache | From | To | |
Extract Method | 3 | ||
Extract Method private computeIfPresentInternal(key K, remappingFunction BiFunction<? super K,? super V,? extends V>, ref CacheEntryChange<K,V>, metadata Metadata) : V extracted from protected computeIfPresentInternal(key K, remappingFunction BiFunction<? super K,? super V,? extends V>, ref CacheEntryChange<K,V>) : V in class org.infinispan.cache.impl.SimpleCacheImpl | From | To | |
Extract Method private computeInternal(key K, remappingFunction BiFunction<? super K,? super V,? extends V>, ref CacheEntryChange<K,V>, metadata Metadata) : V extracted from protected computeInternal(key K, remappingFunction BiFunction<? super K,? super V,? extends V>, ref CacheEntryChange<K,V>) : V in class org.infinispan.cache.impl.SimpleCacheImpl | From | To | |
Extract Method private computeIfAbsentInternal(key K, mappingFunction Function<? super K,? extends V>, newValueRef ByRef<V>, metadata Metadata) : V extracted from protected computeIfAbsentInternal(key K, mappingFunction Function<? super K,? extends V>, newValueRef ByRef<V>) : V in class org.infinispan.cache.impl.SimpleCacheImpl | From | To |