f740f34a7bde02704b43a98afa0273fe2627dc33
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type MessageIdImpl to BatchMessageIdImpl in method private clearReceiverQueue() : BatchMessageIdImpl in class org.apache.pulsar.client.impl.ConsumerImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable entryId : long in method private getNonDurableSubscription(subscriptionName String, startMessageId MessageId) : CompletableFuture<? extends Subscription> from class org.apache.pulsar.broker.service.persistent.PersistentTopic | From | To | |
Extract Variable ledgerId : long in method private getNonDurableSubscription(subscriptionName String, startMessageId MessageId) : CompletableFuture<? extends Subscription> from class org.apache.pulsar.broker.service.persistent.PersistentTopic | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type latest : Position to latest : PositionImpl in class org.apache.bookkeeper.mledger.impl.PositionImpl | From | To | |
Change Attribute Type startMessageId : MessageId to startMessageId : BatchMessageIdImpl in class org.apache.pulsar.client.impl.ConsumerImpl | From | To | |
Change Attribute Type earliest : Position to earliest : PositionImpl in class org.apache.bookkeeper.mledger.impl.PositionImpl | From | To |