65417201d0b65058a4a4d81eb5dfe12e6b769b8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public explodeBatch(msg RawMessage) : Collection<RawMessage> renamed to public extractIdsAndKeys(msg RawMessage) : List<ImmutablePair<MessageId,String>> in class org.apache.pulsar.client.impl.RawBatchConverter | From | To | |
Inline Method | 1 | ||
Inline Method private publishMessagesBase(topic String, count int, batching boolean) : Set<String> inlined to private publishMessages(topic String, count int) : Set<String> in class org.apache.pulsar.client.impl.RawReaderTest | From | To | |
Rename Variable | 1 | ||
Rename Variable exploded : List<RawMessage> to idsAndKeys : List<ImmutablePair<MessageId,String>> in method public extractIdsAndKeys(msg RawMessage) : List<ImmutablePair<MessageId,String>> in class org.apache.pulsar.client.impl.RawBatchConverter | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<RawMessage> to List<ImmutablePair<MessageId,String>> in method public extractIdsAndKeys(msg RawMessage) : List<ImmutablePair<MessageId,String>> in class org.apache.pulsar.client.impl.RawBatchConverter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type exploded : List<RawMessage> to idsAndKeys : List<ImmutablePair<MessageId,String>> in method public extractIdsAndKeys(msg RawMessage) : List<ImmutablePair<MessageId,String>> in class org.apache.pulsar.client.impl.RawBatchConverter | From | To |