Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 147 Number of classfiles: 154
Problems: 4 (Errors: 0 Warnings: 4 )
Discouraged access: The type AbstractBundle is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
BundleUtils.java:
22: import org.eclipse.osgi.framework.internal.core.AbstractBundle;
Discouraged access: The type AbstractBundle is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
BundleUtils.java:
68: if (bundle instanceof AbstractBundle) {
Discouraged access: The method getVersion() from the type AbstractBundle is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
BundleUtils.java:
69: result = ((AbstractBundle) bundle).getVersion();
Discouraged access: The type AbstractBundle is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
BundleUtils.java:
69: result = ((AbstractBundle) bundle).getVersion();