bfe9fc4ab9a187c674db2e7f5a0972c6b7eb52e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method protected abstract getCamelContextMap() : Map<String,CamelContext> renamed to protected abstract createCamelContext() : CamelContext in class org.apache.camel.main.MainSupport | From | To | |
| Rename Method public getCamelContexts() : List<CamelContext> renamed to public getCamelContext() : CamelContext in class org.apache.camel.main.MainSupport | From | To | |
| Rename Method protected getCamelContextMap() : Map<String,CamelContext> renamed to protected createCamelContext() : CamelContext in class org.apache.camel.impl.MainSupportTest.MyMainSupport | From | To | |
| Rename Method protected createContext() : CamelContext renamed to protected createCamelContext() : CamelContext in class org.apache.camel.main.Main | From | To | |
| Rename Variable | 1 | ||
| Rename Variable contexts : Map<String,CamelContext> to camelContext : CamelContext in method public testMyMain() : void in class org.apache.camel.test.blueprint.MyMainAppTest | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private camelContext : CamelContext from class org.apache.camel.test.blueprint.Main to protected camelContext : CamelContext from class org.apache.camel.main.MainSupport | From | To | |
| Change Return Type | 3 | ||
| Change Return Type Map<String,CamelContext> to CamelContext in method protected createCamelContext() : CamelContext in class org.apache.camel.impl.MainSupportTest.MyMainSupport | From | To | |
| Change Return Type Map<String,CamelContext> to CamelContext in method protected abstract createCamelContext() : CamelContext in class org.apache.camel.main.MainSupport | From | To | |
| Change Return Type List<CamelContext> to CamelContext in method public getCamelContext() : CamelContext in class org.apache.camel.main.MainSupport | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type contexts : Map<String,CamelContext> to camelContext : CamelContext in method public testMyMain() : void in class org.apache.camel.test.blueprint.MyMainAppTest | From | To |