Community
Participate
Working Groups
The CodeServiceClientProxy.getAllCodeTypeClasses(String) contains legacy code intersecting all available code types from server-side with those available on client-side. The first invocation of this method takes a lot of time because all installed bundles are searched for code type classes (by introspecting the bundles' locations using a BundleBrowser). Searching code types on client-side is not required anymore because the code types available on server-side are returned as BundleClassDescriptor, i.e. a <bundle name, class name> pair. Code types available on server-side only can still be detected, but those available on client-side only are not reported any more as phantom code. However performance is considered more critical.
Removed legacy code and check BundleClassDescriptors returned from server-side by loading the classes. Those that are not available on client-side are reported.
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)