Compiler Report

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 )

Source File: org/eclipse/wst/ws/internal/common/BundleUtils.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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) {

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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();