fd81c827dd5527da34a1f6d674472378e8fdad97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public publishKeys(segments IntSet, filter Predicate<? super K>) : Flowable<K> extracted from public publishKeys(filter Predicate<? super K>) : Flowable<K> in class org.jboss.as.clustering.infinispan.subsystem.remote.HotRodStore | From | To | |
Extract Method public publishEntries(segments IntSet, filter Predicate<? super K>, fetchValue boolean, fetchMetadata boolean) : Publisher<MarshalledEntry<K,V>> extracted from public publishEntries(filter Predicate<? super K>, fetchValue boolean, fetchMetadata boolean) : Publisher<MarshalledEntry<K,V>> in class org.jboss.as.clustering.infinispan.subsystem.remote.HotRodStore | From | To |