687adda1501edadf55375c4be16ac1bccdb82021
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 1 | ||
| Rename Class org.apache.camel.builder.FluentProducerTemplate renamed to org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute fluent : FluentProducerTemplate to fluentTemplate : FluentProducerTemplate in method public testCheap() : void in class org.apache.camel.jsonpath.JsonPathWithSimpleCBRTest | From | To | |
| Extract Variable | 4 | ||
| Extract Variable target : Endpoint in method public asyncSend() : Future<Exchange> from class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Extract Variable target : Endpoint in method public send() : Exchange from class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Extract Variable target : Endpoint in method public asyncRequest(type Class<T>) : Future<T> from class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Extract Variable target : Endpoint in method public request(type Class<T>) : T from class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.apache.camel.FluentProducerTemplate from classes [org.apache.camel.builder.DefaultFluentProducerTemplate] | From | To | |
| Split Attribute | 1 | ||
| Split Attribute context : CamelContext to [defaultEndpoint : Endpoint, eventNotifierEnabled : boolean] in class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Extract Method | 2 | ||
| Extract Method public setEventNotifierEnabled(eventNotifierEnabled boolean) : void extracted from private template() : ProducerTemplate in class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To | |
| Extract Method public setDefaultEndpoint(defaultEndpoint Endpoint) : void extracted from private template() : ProducerTemplate in class org.apache.camel.builder.DefaultFluentProducerTemplate | From | To |