Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 72 Number of classfiles: 75

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/wst/common/frameworks/internal/operations/ProjectCreationDataModelProviderNew.java
1. WARNING: DiscouragedReference

Discouraged access: The type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ProjectCreationDataModelProviderNew.java :

16 : import org.eclipse.core.internal.resources.Resource;

2. WARNING: DiscouragedReference

Discouraged access: The method findExistingResourceVariant(IPath) from the type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ProjectCreationDataModelProviderNew.java :

201 : IResource variant = ((Resource) project).findExistingResourceVariant(project.getFullPath());

3. WARNING: DiscouragedReference

Discouraged access: The type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ProjectCreationDataModelProviderNew.java :

201 : IResource variant = ((Resource) project).findExistingResourceVariant(project.getFullPath());