dcdfa1cc7b397f92c5423b3f99aa37e3d7333952
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public rabbitTemplate(connectionFactory ConnectionFactory, springRabbitTracing SpringRabbitTracing) : RabbitTemplate renamed to public newRabbitTemplate(connectionFactory ConnectionFactory, springRabbitTracing SpringRabbitTracing) : RabbitTemplate in class brave.spring.rabbit.ITSpringRabbitTracing.RabbitProducerConfig | From | To | |
Rename Method public tracingRabbitProducer(rabbitTemplate RabbitTemplate) : HelloWorldRabbitProducer renamed to public tracingRabbitProducer_new(newRabbitTemplate RabbitTemplate) : HelloWorldProducer in class brave.spring.rabbit.ITSpringRabbitTracing.RabbitProducerConfig | From | To | |
Rename Method public newSimpleMessageListenerContainerFactory(connectionFactory ConnectionFactory) : SimpleRabbitListenerContainerFactory renamed to public newSimpleRabbitListenerContainerFactory(connectionFactory ConnectionFactory) : SimpleRabbitListenerContainerFactory in class brave.spring.rabbit.SpringRabbitTracing | From | To | |
Rename Variable | 1 | ||
Rename Variable rabbitTemplate : RabbitTemplate to newRabbitTemplate : RabbitTemplate in method public newRabbitTemplate(connectionFactory ConnectionFactory, springRabbitTracing SpringRabbitTracing) : RabbitTemplate in class brave.spring.rabbit.ITSpringRabbitTracing.RabbitProducerConfig | From | To | |
Change Return Type | 2 | ||
Change Return Type HelloWorldRabbitProducer to HelloWorldProducer in method public tracingRabbitProducer_new(newRabbitTemplate RabbitTemplate) : HelloWorldProducer in class brave.spring.rabbit.ITSpringRabbitTracing.RabbitProducerConfig | From | To | |
Change Return Type HelloWorldRabbitConsumer to HelloWorldConsumer in method public helloWorldRabbitConsumer() : HelloWorldConsumer in class brave.spring.rabbit.ITSpringRabbitTracing.RabbitConsumerConfig | From | To | |
Rename Class | 2 | ||
Rename Class brave.spring.rabbit.ITSpringRabbitTracing.HelloWorldRabbitConsumer renamed to brave.spring.rabbit.ITSpringRabbitTracing.HelloWorldConsumer | From | To | |
Rename Class brave.spring.rabbit.ITSpringRabbitTracing.HelloWorldRabbitProducer renamed to brave.spring.rabbit.ITSpringRabbitTracing.HelloWorldProducer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute rabbitTemplate : RabbitTemplate to newRabbitTemplate : RabbitTemplate in class brave.spring.rabbit.ITSpringRabbitTracing.HelloWorldProducer | From | To | |
Change Variable Type | 4 | ||
Change Variable Type consumer : HelloWorldRabbitConsumer to consumer : HelloWorldConsumer in method private capturedMessage() : Message in class brave.spring.rabbit.ITSpringRabbitTracing.ITSpringAmqpTracingTestFixture | From | To | |
Change Variable Type consumer : HelloWorldRabbitConsumer to consumer : HelloWorldConsumer in method private awaitMessageConsumed() : void in class brave.spring.rabbit.ITSpringRabbitTracing.ITSpringAmqpTracingTestFixture | From | To | |
Change Variable Type consumer : HelloWorldRabbitConsumer to consumer : HelloWorldConsumer in method private reset() : void in class brave.spring.rabbit.ITSpringRabbitTracing.ITSpringAmqpTracingTestFixture | From | To | |
Change Variable Type rabbitProducer : HelloWorldRabbitProducer to rabbitProducer : HelloWorldProducer in method private produceMessage() : void in class brave.spring.rabbit.ITSpringRabbitTracing.ITSpringAmqpTracingTestFixture | From | To | |
Rename Parameter | 2 | ||
Rename Parameter rabbitTemplate : RabbitTemplate to newRabbitTemplate : RabbitTemplate in method public tracingRabbitProducer_new(newRabbitTemplate RabbitTemplate) : HelloWorldProducer in class brave.spring.rabbit.ITSpringRabbitTracing.RabbitProducerConfig | From | To | |
Rename Parameter rabbitTemplate : RabbitTemplate to newRabbitTemplate : RabbitTemplate in method package HelloWorldProducer(newRabbitTemplate RabbitTemplate) in class brave.spring.rabbit.ITSpringRabbitTracing.HelloWorldProducer | From | To |