Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 72 Number of classfiles: 75

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/wst/common/frameworks/internal/activities/WTPActivityBridge.java
1. WARNING: DeadCode

Dead code

WTPActivityBridge.java :

61 : for (int i = 0; i < listeners.length; i++) {

2. WARNING: DeadCode

Dead code

WTPActivityBridge.java :

74 : for (int i = 0; i < listeners.length; i++) {

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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.core.resources_3.5.0.v20090512.jar

ProjectCreationDataModelProviderNew.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type Resource 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

ProjectCreationDataModelProviderNew.java :

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