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