d372489df2baf26a7a785c7f6bc298e71575a1ff
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable modPublisher : Publisher<MarshalledEntry<K,V>> to modFlowable : Flowable<MarshalledEntry<K,V>> in method public publishEntries(filter Predicate<? super K>, fetchValue boolean, fetchMetadata boolean) : Publisher<MarshalledEntry<K,V>> in class org.infinispan.persistence.async.AdvancedAsyncCacheLoader | From | To | |
Rename Variable modPublisher : Publisher<K> to modFlowable : Flowable<K> in method public publishKeys(filter Predicate<? super K>) : Publisher<K> in class org.infinispan.persistence.async.AdvancedAsyncCacheLoader | From | To | |
Change Variable Type | 2 | ||
Change Variable Type modPublisher : Publisher<MarshalledEntry<K,V>> to modFlowable : Flowable<MarshalledEntry<K,V>> in method public publishEntries(filter Predicate<? super K>, fetchValue boolean, fetchMetadata boolean) : Publisher<MarshalledEntry<K,V>> in class org.infinispan.persistence.async.AdvancedAsyncCacheLoader | From | To | |
Change Variable Type modPublisher : Publisher<K> to modFlowable : Flowable<K> in method public publishKeys(filter Predicate<? super K>) : Publisher<K> in class org.infinispan.persistence.async.AdvancedAsyncCacheLoader | From | To |