4ce8b32f8425c7af559acf766038048655199444
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Class | 1 | ||
| Move Class org.apache.pulsar.common.util.collections.ConcurrentLongPairSet.LongPairPredicate moved to org.apache.pulsar.common.util.collections.LongPairSet.LongPairPredicate | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type items : Set<LongPair> to items : Set<T> in method public items(numberOfItems int, longPairConverter LongPairFunction<T>) : Set<T> in class org.apache.pulsar.common.util.collections.ConcurrentLongPairSet | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.apache.pulsar.common.util.collections.LongPairSet from classes [org.apache.pulsar.common.util.collections.ConcurrentLongPairSet] | From | To | |
| Extract Method | 1 | ||
| Extract Method public items(numberOfItems int, longPairConverter LongPairFunction<T>) : Set<T> extracted from public items(numberOfItems int) : Set<LongPair> in class org.apache.pulsar.common.util.collections.ConcurrentLongPairSet | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type messagesToReplay : ConcurrentLongPairSet to messagesToReplay : LongPairSet in class org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To |