92b6e47f7e97f47c20e95432c1fda577b15508d6
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 5 | ||
Pull Up Method public close() : void from class org.infinispan.stream.impl.RemovableCloseableIterator to public close() : void from class org.infinispan.commons.util.RemovableCloseableIterator | From | To | |
Pull Up Method public hasNext() : boolean from class org.infinispan.stream.impl.RemovableIterator to public hasNext() : boolean from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Method protected getNextFromIterator() : C from class org.infinispan.stream.impl.RemovableIterator to protected getNextFromIterator() : C from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Method public remove() : void from class org.infinispan.stream.impl.RemovableIterator to public remove() : void from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Method public next() : C from class org.infinispan.stream.impl.RemovableIterator to public next() : C from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute protected currentValue : C from class org.infinispan.stream.impl.RemovableIterator to protected currentValue : C from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Attribute protected realIterator : Iterator<C> from class org.infinispan.stream.impl.RemovableIterator to protected realIterator : Iterator<C> from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Attribute protected previousValue : C from class org.infinispan.stream.impl.RemovableIterator to protected previousValue : C from class org.infinispan.commons.util.RemovableIterator | From | To | |
Pull Up Attribute protected realIterator : CloseableIterator<C> from class org.infinispan.stream.impl.RemovableCloseableIterator to protected realIterator : CloseableIterator<C> from class org.infinispan.commons.util.RemovableCloseableIterator | From | To | |
Extract Superclass | 2 | ||
Extract Superclass org.infinispan.commons.util.RemovableIterator from classes [org.infinispan.stream.impl.RemovableIterator] | From | To | |
Extract Superclass org.infinispan.commons.util.RemovableCloseableIterator from classes [org.infinispan.stream.impl.RemovableCloseableIterator] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type removableIterator : RemovableIterator<K,CacheEntry<K,V>> to removableIterator : RemovableIterator<CacheEntry<K,V>> in method public iterator() : CloseableIterator<CacheEntry<K,V>> in class org.infinispan.commands.read.EntrySetCommand.BackingEntrySet | From | To |