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 )
Dead code
WTPActivityBridge.java :
61 : for (int i = 0; i < listeners.length; i++) {
Dead code
WTPActivityBridge.java :
74 : for (int i = 0; i < listeners.length; i++) {
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;
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());
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());