Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 29 Number of classfiles: 30

Problems: 7 (Errors: 0 Warnings: 7 )

Source File: org/eclipse/jst/server/core/tests/j2ee/ProjectUnzipUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescription is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

22 : import org.eclipse.core.internal.resources.ProjectDescription;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

23 : import org.eclipse.core.internal.resources.ProjectDescriptionReader;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

109 : ProjectDescriptionReader pd = new ProjectDescriptionReader();

4. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectDescriptionReader() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

109 : ProjectDescriptionReader pd = new ProjectDescriptionReader();

5. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

109 : ProjectDescriptionReader pd = new ProjectDescriptionReader();

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescription is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

113 : ProjectDescription description;

7. WARNING: DiscouragedReference

Discouraged access: The method read(IPath) from the type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

ProjectUnzipUtil.java :

115 : description = pd.read(path);