639a87bfa1e0a6fc2531f1f96b5b4af7324be453
Files Diff
- Added: 29
- Removed: 28
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public handle(payload String) : void renamed to public sendToSubject(payload String) : void in class org.springframework.cloud.netflix.turbine.stream.HystrixStreamAggregator | From | To | |
Move And Rename Class | 7 | ||
Move And Rename Class org.springframework.cloud.netflix.turbine.amqp.Aggregator moved and renamed to org.springframework.cloud.netflix.turbine.stream.HystrixStreamAggregator | From | To | |
Move And Rename Class org.springframework.cloud.netflix.turbine.amqp.TurbineAmqpProperties moved and renamed to org.springframework.cloud.netflix.turbine.stream.TurbineStreamProperties | From | To | |
Move And Rename Class org.springframework.cloud.netflix.turbine.amqp.TurbineAmqpConfiguration moved and renamed to org.springframework.cloud.netflix.turbine.stream.TurbineStreamConfiguration | From | To | |
Move And Rename Class org.springframework.cloud.netflix.turbine.amqp.AggregatorTest moved and renamed to org.springframework.cloud.netflix.turbine.stream.HystrixStreamAggregatorTest | From | To | |
Move And Rename Class org.springframework.cloud.netflix.turbine.amqp.TurbineAmqpTests moved and renamed to org.springframework.cloud.netflix.turbine.stream.TurbineStreamTests | From | To | |
Move And Rename Class org.springframework.cloud.netflix.hystrix.amqp.HystrixStreamAmqpProperties moved and renamed to org.springframework.cloud.netflix.hystrix.stream.HystrixStreamProperties | From | To | |
Move And Rename Class org.springframework.netflix.hystrix.amqp.HystrixAmqpTests moved and renamed to org.springframework.cloud.netflix.hystrix.stream.HystrixStreamTests | From | To | |
Move Class | 4 | ||
Move Class org.springframework.cloud.netflix.turbine.amqp.TurbinePortApplicationListener moved to org.springframework.cloud.netflix.turbine.stream.TurbinePortApplicationListener | From | To | |
Move Class org.springframework.cloud.netflix.turbine.amqp.TurbinePortApplicationListenerTests moved to org.springframework.cloud.netflix.turbine.stream.TurbinePortApplicationListenerTests | From | To | |
Move Class org.springframework.cloud.netflix.hystrix.amqp.HystrixStreamTask moved to org.springframework.cloud.netflix.hystrix.stream.HystrixStreamTask | From | To | |
Move Class org.springframework.cloud.netflix.turbine.amqp.TurbineApplication moved to org.springframework.cloud.netflix.turbine.stream.TurbineApplication | From | To | |
Rename Attribute | 2 | ||
Rename Attribute turbine : TurbineAmqpProperties to properties : TurbineStreamProperties in class org.springframework.cloud.netflix.turbine.stream.TurbineStreamConfiguration | From | To | |
Rename Attribute channel : HystrixStreamChannel to outboundChannel : MessageChannel in class org.springframework.cloud.netflix.hystrix.stream.HystrixStreamTask | From | To | |
Change Package | 1 | ||
Change Package org.springframework.cloud.netflix.turbine.amqp to org.springframework.cloud.netflix.turbine.stream | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type channel : HystrixStreamChannel to outboundChannel : MessageChannel in class org.springframework.cloud.netflix.hystrix.stream.HystrixStreamTask | From | To | |
Change Attribute Type running : boolean to running : AtomicBoolean in class org.springframework.cloud.netflix.turbine.stream.TurbineStreamConfiguration | From | To | |
Change Attribute Type properties : HystrixStreamAmqpProperties to properties : HystrixStreamProperties in class org.springframework.cloud.netflix.hystrix.stream.HystrixStreamTask | From | To | |
Change Attribute Type turbine : TurbineAmqpProperties to properties : TurbineStreamProperties in class org.springframework.cloud.netflix.turbine.stream.TurbineStreamConfiguration | From | To |