f2ee4cc06d7ca21531e2d15168fc9ce5955bf891
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable k : CacheEventFilter<? super K,? super V> to f : CacheEventFilter<? super K,? super V> in method public accept(key K, oldValue V, oldMetadata Metadata, newValue V, newMetadata Metadata, eventType EventType) : boolean in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter | From | To | |
Extract Variable | 2 | ||
Extract Variable usedConverter : Converter in method public addListener(listener Object, filter CacheEventFilter<? super K,? super V>, converter CacheEventConverter<? super K,? super V,C>, classLoader ClassLoader) : void from class org.infinispan.notifications.cachelistener.CacheNotifierImpl | From | To | |
Extract Variable usedFilter : KeyValueFilter in method public addListener(listener Object, filter CacheEventFilter<? super K,? super V>, converter CacheEventConverter<? super K,? super V,C>, classLoader ClassLoader) : void from class org.infinispan.notifications.cachelistener.CacheNotifierImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable originLocal : boolean in method private configureEvent(e EventImpl<K,V>, key K, value V, pre boolean, ctx InvocationContext, command FlagAffectedCommand, previousValue V, previousMetadata Metadata) : void from class org.infinispan.notifications.cachelistener.CacheNotifierImpl | From | To |