add499442945a28699f3f783d7fcfd335fc54641
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 61
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public startServices(services Collection<?>) : void renamed to public startService(services Object...) : void in class org.apache.camel.util.ServiceHelper | From | To | |
Rename Method public stopServices(services Collection<?>) : void renamed to public stopService(services Collection<?>) : void in class org.apache.camel.util.ServiceHelper | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type services : Collection<?> to services : Object... in method public startService(services Object...) : void in class org.apache.camel.util.ServiceHelper | From | To | |
Rename Variable | 1 | ||
Rename Variable value : Object to o : Object in method public startService(services Object...) : void in class org.apache.camel.util.ServiceHelper | From | To |