Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 53 Number of classfiles: 68
Problems: 7 (Errors: 0 Warnings: 7 )
The local variable messages is never read
VALFWK02Operation.java:
711: IMarker[] messages = TaskListUtility.getValidationTasks(project, IMessage.ALL_MESSAGES);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java:
21: import org.eclipse.jem.internal.plugin.JavaEMFNature;
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java:
219: JavaEMFNature nature = getNature(type);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java:
226: public static JavaEMFNature getNature(IType type) {
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java:
231: JavaEMFNature nature = JavaEMFNature.createRuntime(project);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java:
231: JavaEMFNature nature = JavaEMFNature.createRuntime(project);
Discouraged access: The method createRuntime(IProject) from the type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java:
231: JavaEMFNature nature = JavaEMFNature.createRuntime(project);