7fc630a8b9fd9304e766afc0f3695a76bb488c8c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method protected checkForKeyValueFilterConverter(filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>) : Converter<? super K,? super V,? extends C> moved from class org.infinispan.iteration.impl.LocalEntryRetriever to class org.infinispan.iteration.impl.DistributedEntryRetriever & inlined to public retrieveEntries(filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>, flags Set<Flag>, listener SegmentListener) : CloseableIterator<CacheEntry<K,C>> | From | To | |
Inline Method | 2 | ||
Inline Method protected checkForKeyValueFilterConverter(filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>) : Converter<? super K,? super V,? extends C> inlined to public TransactionAwareCloseableIterator(realIterator CloseableIterator<CacheEntry<K,V>>, filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>, ctx TxInvocationContext<LocalTransaction>, cache Cache<K,V>) in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator | From | To | |
Inline Method protected checkForKeyValueFilterConverter(filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>) : Converter<? super K,? super V,? extends C> inlined to public retrieveEntries(filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>, flags Set<Flag>, listener SegmentListener) : CloseableIterator<CacheEntry<K,C>> in class org.infinispan.iteration.impl.LocalEntryRetriever | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute usedConverter : Converter<? super K,? super V,? extends C> to converter : Converter<? super K,? super V,? extends C> in method public TransactionAwareCloseableIterator(realIterator CloseableIterator<CacheEntry<K,V>>, filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>, ctx TxInvocationContext<LocalTransaction>, cache Cache<K,V>) in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator | From | To |