0a686a644ca5cefb9e7bf4a38b34bf4ede9e75aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 4 | ||
| Inline Method package enqueueNotification(entry ReferenceEntry<K,V>, cause RemovalCause) : void inlined to package clear() : void in class com.google.common.cache.LocalCache.Segment | From | To | |
| Inline Method package enqueueNotification(entry ReferenceEntry<K,V>, cause RemovalCause) : void inlined to package removeCollectedEntry(entry ReferenceEntry<K,V>) : void in class com.google.common.cache.LocalCache.Segment | From | To | |
| Split Parameter | 1 | ||
| Split Parameter valueReference : ValueReference<K,V> to [weight : int, value : V] in method package enqueueNotification(key K, hash int, value V, weight int, cause RemovalCause) : void in class com.google.common.cache.LocalCache.Segment | From | To | |
| Extract Variable | 1 | ||
| Extract Variable key : K in method package clear() : void from class com.google.common.cache.LocalCache.Segment | From | To |