35a8fb65ce2f4feffe0b663d4ed48fdf00e98f44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createTestBundle(name String, version String, descriptors String, configAdminPidFiles String[]...) : TinyBundle renamed to protected createConfigAdminInitBundle(configAdminPidFiles String[]...) : TinyBundle in class org.apache.camel.test.blueprint.CamelBlueprintHelper | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tracker : ServiceTracker to tracker : ServiceTracker<T,T> in method public getOsgiService(bundleContext BundleContext, type Class<T>, filter String, timeout long) : T in class org.apache.camel.test.blueprint.CamelBlueprintHelper | From | To | |
Inline Variable | 1 | ||
Inline Variable descriptor : String in method protected getBlueprintDescriptors(descriptors String) : Collection<URL> from class org.apache.camel.test.blueprint.CamelBlueprintHelper | From | To | |
Extract Method | 3 | ||
Extract Method protected createBundleContext(name String, loader ClassLoader, configAdminPidFiles String[]...) : BundleContext extracted from protected createBundleContext(name String, configAdminPidFiles String[]...) : BundleContext in class org.apache.camel.test.blueprint.Main | From | To | |
Extract Method public createBundleContext(name String, descriptors String, includeTestBundle boolean, bundleFilter String, testBundleVersion String, testBundleDirectives String, loader ClassLoader, configAdminPidFiles String[]...) : BundleContext extracted from public createBundleContext(name String, descriptors String, includeTestBundle boolean, bundleFilter String, testBundleVersion String, testBundleDirectives String, configAdminPidFiles String[]...) : BundleContext in class org.apache.camel.test.blueprint.CamelBlueprintHelper | From | To | |
Extract Method public createBundleContext(name String, bundleFilter String, bundle TinyBundle, configAdminInitBundle TinyBundle, loader ClassLoader) : BundleContext extracted from public createBundleContext(name String, bundleFilter String, bundle TinyBundle) : BundleContext in class org.apache.camel.test.blueprint.CamelBlueprintHelper | From | To |