33ebe714a9b304632eaeed2bdd0859d583b41563
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type s : Subscriber<? super Message> to s : Subscriber<? super Exchange> in method public call(s Subscriber<? super Exchange>) : Subscriber<? super Exchange> in class org.apache.camel.rx.CamelOperator | From | To | |
Rename Variable | 1 | ||
Rename Variable routeSubscription : Subscription to inoutSubscription : Subscription in method public testCamelOperator() : void in class org.apache.camel.rx.CamelOperatorTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Subscriber<? super Message> to Subscriber<? super Exchange> in method public call(s Subscriber<? super Exchange>) : Subscriber<? super Exchange> in class org.apache.camel.rx.CamelOperator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type item : Message to item : Exchange in method public call(s Subscriber<? super Exchange>) : Subscriber<? super Exchange> in class org.apache.camel.rx.CamelOperator | From | To |