97c2b44a061221784c453fc6ec31fc1ec1718878
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 5 | ||
Change Return Type List<ConsumerImpl> to List<ConsumerImpl<T>> in method public getConsumers() : List<ConsumerImpl<T>> in class org.apache.pulsar.client.impl.TopicsConsumerImpl | From | To | |
Change Return Type ProducerStats to ProducerStatsRecorderImpl in method public getStats() : ProducerStatsRecorderImpl in class org.apache.pulsar.client.impl.PartitionedProducerImpl | From | To | |
Change Return Type ConsumerStats to ConsumerStatsRecorderImpl in method public getStats() : ConsumerStatsRecorderImpl in class org.apache.pulsar.client.impl.PartitionedConsumerImpl | From | To | |
Change Return Type ProducerStats to ProducerStatsRecorder in method public getStats() : ProducerStatsRecorder in class org.apache.pulsar.client.impl.ProducerImpl | From | To | |
Change Return Type Timeout to Optional<Timeout> in method public getStatTimeout() : Optional<Timeout> in class org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.pulsar.client.impl.ConsumerStats renamed to org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl | From | To | |
Rename Class org.apache.pulsar.client.impl.ProducerStats renamed to org.apache.pulsar.client.impl.ProducerStatsRecorderImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute percentiles : double[] to PERCENTILES : double[] in class org.apache.pulsar.client.impl.ProducerStatsRecorderImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type consumers : List<ConsumerImpl> to consumers : List<ConsumerImpl<byte[]>> in method public testBinaryProtoToGetTopicsOfNamespace() : void in class org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest | From | To | |
Extract Interface | 2 | ||
Extract Interface org.apache.pulsar.client.impl.ConsumerStatsRecorder from classes [org.apache.pulsar.client.impl.ConsumerStatsDisabled, org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl] | From | To | |
Extract Interface org.apache.pulsar.client.impl.ProducerStatsRecorder from classes [org.apache.pulsar.client.impl.ProducerStatsDisabled, org.apache.pulsar.client.impl.ProducerStatsRecorderImpl] | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type stats : ConsumerStats to stats : ConsumerStatsRecorder in class org.apache.pulsar.client.impl.TopicsConsumerImpl | From | To | |
Change Attribute Type stats : ProducerStats to stats : ProducerStatsRecorder in class org.apache.pulsar.client.impl.ProducerImpl | From | To | |
Change Attribute Type stats : ConsumerStats to stats : ConsumerStatsRecorder in class org.apache.pulsar.client.impl.ConsumerImpl | From | To | |
Change Attribute Type stats : ConsumerStats to stats : ConsumerStatsRecorderImpl in class org.apache.pulsar.client.impl.PartitionedConsumerImpl | From | To | |
Change Attribute Type stats : ProducerStats to stats : ProducerStatsRecorderImpl in class org.apache.pulsar.client.impl.PartitionedProducerImpl | From | To |