|
Change Variable Type stream : Stream<CacheEntry<Object,String>> to stream : CacheStream<CacheEntry<Object,String>> in method public testKeyFilterConverterWithExistingTransaction() : void in class org.infinispan.stream.DistributedStreamIteratorTxTest |
From |
To |
|
Change Variable Type stream : Stream<CacheEntry<Object,String>> to stream : CacheStream<CacheEntry<Object,String>> in method public testExpiredEntryNotReturned() : void in class org.infinispan.stream.BaseStreamIteratorEvictionTest |
From |
To |
|
Change Variable Type stream : Stream<CacheEntry<MagicKey,String>> to stream : CacheStream<CacheEntry<MagicKey,String>> in method public testFilterAndConverterCombined() : void in class org.infinispan.stream.BaseStreamIteratorTest |
From |
To |
|
Change Variable Type stream : Stream<CacheEntry<Object,String>> to stream : CacheStream<CacheEntry<Object,String>> in method public testConverterWithExistingTransaction() : void in class org.infinispan.stream.DistributedStreamIteratorTxTest |
From |
To |
|
Extract And Move Method public collect(supplier SerializableSupplier<Collector<? super R,?,R1>>) : R1 extracted from public testObjCollectorGroupBy() : void in class org.infinispan.stream.BaseStreamTest & moved to class org.infinispan.CacheStream |
From |
To |
|
Extract And Move Method public collect(supplier SerializableSupplier<Collector<? super R,?,R1>>) : R1 extracted from public testObjCollectorIntStatistics() : void in class org.infinispan.stream.BaseStreamTest & moved to class org.infinispan.CacheStream |
From |
To |
|
Extract And Move Method public collect(supplier Supplier<Collector<? super R,?,R1>>) : R1 extracted from public testObjCollectorIntStatistics() : void in class org.infinispan.stream.BaseStreamTest & moved to class org.infinispan.CacheStream |
From |
To |
|
Extract And Move Method public collect(supplier SerializableSupplier<Collector<? super R,?,R1>>) : R1 extracted from protected mapFromStream(stream Stream<CacheEntry<K,V>>) : Map<K,V> in class org.infinispan.stream.BaseSetupStreamIteratorTest & moved to class org.infinispan.CacheStream |
From |
To |
|
Extract And Move Method public collect(supplier Supplier<Collector<? super R,?,R1>>) : R1 extracted from protected mapFromStream(stream Stream<CacheEntry<K,V>>) : Map<K,V> in class org.infinispan.stream.BaseSetupStreamIteratorTest & moved to class org.infinispan.CacheStream |
From |
To |