b6fbd7591c4f1d78bfba57770a99600f4275d7c0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getFallbackEndpointId() : String renamed to public getFallbackEndpoint() : String in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Method public getRunEndpointId() : String renamed to public getRunEndpoint() : String in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Method public setFallbackEndpointId(fallbackEndpointId String) : void renamed to public setFallbackEndpoint(fallbackEndpoint String) : void in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Method public setRunEndpointId(runEndpointId String) : void renamed to public setRunEndpoint(runEndpoint String) : void in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute fallbackEndpointId : String to fallbackEndpoint : String in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Attribute runEndpointId : String to runEndpoint : String in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter fallbackEndpointId : String to fallbackEndpoint : String in method public setFallbackEndpoint(fallbackEndpoint String) : void in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To | |
| Rename Parameter runEndpointId : String to runEndpoint : String in method public setRunEndpoint(runEndpoint String) : void in class org.apache.camel.component.hystrix.HystrixConfiguration | From | To |