48ac22e27438f077934e8a2f43b7377cef020187
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method public start(startChildren boolean) : void inlined to public start() : void in class org.apache.camel.support.ChildServiceSupport | From | To | |
Inline Method private stop(childrenStarted boolean) : void inlined to public stop() : void in class org.apache.camel.support.ChildServiceSupport | From | To | |
Inline Variable | 1 | ||
Inline Variable ex : Exception in method public start(startChildren boolean) : void from class org.apache.camel.support.ChildServiceSupport | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type childServices : Set<Object> to childServices : List<Service> in class org.apache.camel.support.ChildServiceSupport | From | To | |
Extract Method | 1 | ||
Extract Method public isStartingOrStarted() : boolean extracted from public isRunAllowed() : boolean in class org.apache.camel.support.ServiceSupport | From | To |