Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 72 Number of classfiles: 75
Problems: 3 (Errors: 0 Warnings: 3 )
Discouraged access: The type Resource 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
ProjectCreationDataModelProviderNew.java :
16 : import org.eclipse.core.internal.resources.Resource;
Discouraged access: The method findExistingResourceVariant(IPath) from the type Resource 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
ProjectCreationDataModelProviderNew.java :
195 : IResource variant = ((Resource) project).findExistingResourceVariant(project.getFullPath());
Discouraged access: The type Resource 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
ProjectCreationDataModelProviderNew.java :
195 : IResource variant = ((Resource) project).findExistingResourceVariant(project.getFullPath());