fbf0ffad627b42088705afe0e29c5ebc1a77809a
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public afterPropertiesSet() : void renamed to public start() : void in class org.apache.camel.spring.SpringCamelContext | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public destroy() : void from class org.apache.camel.spring.SpringCamelContext to public stop(callback Runnable) : void from class org.apache.camel.spring.boot.StartupShutdownOrderTest.LifecycleBean | From | To | |
Rename Variable | 1 | ||
Rename Variable cause : CamelException to ce : CamelException in method public testApplicationContextFailed() : void in class org.apache.camel.spring.issues.MisspelledRouteRefTest | From | To | |
Inline Method | 2 | ||
Inline Method private maybeStart() : void inlined to public onApplicationEvent(event ApplicationEvent) : void in class org.apache.camel.spring.SpringCamelContext | From | To | |
Inline Method private maybeStart() : void inlined to public start() : void in class org.apache.camel.spring.SpringCamelContext | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public start() : void extracted from public onApplicationEvent(event ApplicationEvent) : void in class org.apache.camel.spring.SpringCamelContext & moved to class org.apache.camel.spring.CamelContextFactoryBean | From | To |