9db06a2c1e27dc61104ac97802a2bc07c2bf9dad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable messagesToReplayNow : Set<PositionImpl> to positions : Set<? extends Position> in method protected asyncReplayEntries(positions Set<? extends Position>) : Set<? extends Position> in class org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To | |
Change Variable Type | 1 | ||
Change Variable Type messagesToReplayNow : Set<PositionImpl> to positions : Set<? extends Position> in method protected asyncReplayEntries(positions Set<? extends Position>) : Set<? extends Position> in class org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To | |
Extract Method | 2 | ||
Extract Method public asyncReplayEntries(positions Set<? extends Position>, callback ReadEntriesCallback, ctx Object, sortEntries boolean) : Set<? extends Position> extracted from public asyncReplayEntries(positions Set<? extends Position>, callback ReadEntriesCallback, ctx Object) : Set<? extends Position> in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To | |
Extract Method protected asyncReplayEntries(positions Set<? extends Position>) : Set<? extends Position> extracted from public readMoreEntries() : void in class org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To |