1704c16f1d93b20e31f679de2c0c9d0e7528b47e
Files Diff
- Added: 28
- Removed: 23
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public configureTestComponent() : TestComponent renamed to public configureDataSetTestComponent() : DataSetTestComponent in class org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To | |
| Move Source Folder | 2 | ||
| Move Source Folder core/camel-core to components/camel-dataset | From | To | |
| Move Source Folder platforms/spring-boot/components-starter/camel-core-starter to platforms/spring-boot/components-starter/camel-dataset-starter | From | To | |
| Change Return Type | 1 | ||
| Change Return Type TestComponent to DataSetTestComponent in method public configureDataSetTestComponent() : DataSetTestComponent in class org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To | |
| Move And Rename Class | 9 | ||
| Move And Rename Class org.apache.camel.component.test.TestAnyOrderTest moved and renamed to org.apache.camel.component.dataset.DataSetTestAnyOrderTest | From | To | |
| Move And Rename Class org.apache.camel.component.test.TestFileTest moved and renamed to org.apache.camel.component.dataset.DataSetTestFileTest | From | To | |
| Move And Rename Class org.apache.camel.component.test.TestSedaTest moved and renamed to org.apache.camel.component.dataset.DataSetTestSedaTest | From | To | |
| Move And Rename Class org.apache.camel.component.test.TestEndpointTest moved and renamed to org.apache.camel.component.dataset.DataSetTestEndpointTest | From | To | |
| Move And Rename Class org.apache.camel.component.test.springboot.TestComponentConfiguration moved and renamed to org.apache.camel.component.dataset.springboot.DataSetTestComponentConfiguration | From | To | |
| Move And Rename Class org.apache.camel.component.test.TestFileSplitTest moved and renamed to org.apache.camel.component.dataset.DataSetTestFileSplitTest | From | To | |
| Move And Rename Class org.apache.camel.component.test.springboot.TestComponentAutoConfiguration moved and renamed to org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To | |
| Move And Rename Class org.apache.camel.component.test.TestEndpoint moved and renamed to org.apache.camel.component.dataset.DataSetTestEndpoint | From | To | |
| Move And Rename Class org.apache.camel.component.test.TestComponent moved and renamed to org.apache.camel.component.dataset.DataSetTestComponent | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type answer : TestEndpoint to answer : DataSetTestEndpoint in method protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint in class org.apache.camel.component.dataset.DataSetTestComponent | From | To | |
| Change Variable Type component : TestComponent to component : DataSetTestComponent in method public configureDataSetTestComponent() : DataSetTestComponent in class org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To | |
| Change Variable Type customizer : ComponentCustomizer<TestComponent> to customizer : ComponentCustomizer<DataSetTestComponent> in method public configureDataSetTestComponent() : DataSetTestComponent in class org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type configuration : TestComponentConfiguration to configuration : DataSetTestComponentConfiguration in class org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To | |
| Change Attribute Type customizers : List<ComponentCustomizer<TestComponent>> to customizers : List<ComponentCustomizer<DataSetTestComponent>> in class org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration | From | To |