1b19ef990c0a3da255b4077e6dc4c0a3c2242ea1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private restartIteration(missedSegments Set<Integer>) : void inlined to private fetch() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Inline Method private start(fromSegments Set<Integer>) : void inlined to public start() : void in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To | |
Extract Variable | 1 | ||
Extract Variable segmentStream : IntStream in method public SegmentKeyTracker(segmentConsistentHash SegmentConsistentHash, segments Set<Integer>) from class org.infinispan.client.hotrod.impl.iteration.SegmentKeyTracker | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fromSegments : Set<Integer> to segments : Set<Integer> in method private startInternal(segments Set<Integer>) : IterationStartResponse in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator | From | To |