ff26402ba17373e06c37d230507170c434282761
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getDelegate() : Endpoint renamed to public getOriginalEndpoint() : Endpoint in class org.apache.camel.impl.DefaultInterceptSendToEndpoint | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type endpoint : InterceptSendToEndpoint to endpoint : DefaultInterceptSendToEndpoint in method public InterceptSendToEndpointProcessor(endpoint DefaultInterceptSendToEndpoint, delegate Endpoint, producer AsyncProducer, skip boolean) in class org.apache.camel.impl.InterceptSendToEndpointProcessor | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.impl.InterceptSendToEndpoint renamed to org.apache.camel.impl.DefaultInterceptSendToEndpoint | From | To | |
Change Variable Type | 2 | ||
Change Variable Type proxy : InterceptSendToEndpoint to proxy : DefaultInterceptSendToEndpoint in method public registerEndpoint(uri String, endpoint Endpoint) : Endpoint in class org.apache.camel.reifier.InterceptSendToEndpointReifier.createProcessor.addRegisterEndpointCallback | From | To | |
Change Variable Type proxy : InterceptSendToEndpoint to proxy : DefaultInterceptSendToEndpoint in method public registerEndpoint(uri String, endpoint Endpoint) : Endpoint in class org.apache.camel.impl.InterceptSendToMockEndpointStrategy | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type endpoint : InterceptSendToEndpoint to endpoint : DefaultInterceptSendToEndpoint in class org.apache.camel.impl.InterceptSendToEndpointProcessor | From | To |