Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.jar
ProjectUnzipUtil.java :
115 : description = pd.read(path);