Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 75 Number of classfiles: 78
Problems: 6 (Errors: 0 Warnings: 6 )
Discouraged access: The type Resource is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
ProjectCreationDataModelProvider.java:
22: 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/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
ProjectCreationDataModelProvider.java:
186: IResource variant = ((Resource) getProject()).findExistingResourceVariant(getProject().getFullPath());
Discouraged access: The type Resource is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
ProjectCreationDataModelProvider.java:
186: IResource variant = ((Resource) getProject()).findExistingResourceVariant(getProject().getFullPath());
Discouraged access: The type Resource is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.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/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
ProjectCreationDataModelProviderNew.java:
192: IResource variant = ((Resource) project).findExistingResourceVariant(project.getFullPath());
Discouraged access: The type Resource is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
ProjectCreationDataModelProviderNew.java:
192: IResource variant = ((Resource) project).findExistingResourceVariant(project.getFullPath());