Compiler Report

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 )

Source File: org/eclipse/jst/validation/test/fwk/VALFWK02Operation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable messages is never read

VALFWK02Operation.java :

711 : IMarker[] messages = TaskListUtility.getValidationTasks(project, IMessage.ALL_MESSAGES);

Source File: org/eclipse/jst/validation/test/fwk/validator/JDTUtility.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-M/workdir/plugins/org.eclipse.jem.workbench/@dot

JDTUtility.java :

21 : import org.eclipse.jem.internal.plugin.JavaEMFNature;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-M/workdir/plugins/org.eclipse.jem.workbench/@dot

JDTUtility.java :

219 : JavaEMFNature nature = getNature(type);

3. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-M/workdir/plugins/org.eclipse.jem.workbench/@dot

JDTUtility.java :

226 : public static JavaEMFNature getNature(IType type) {

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-M/workdir/plugins/org.eclipse.jem.workbench/@dot

JDTUtility.java :

231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);

5. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-M/workdir/plugins/org.eclipse.jem.workbench/@dot

JDTUtility.java :

231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);

6. WARNING: DiscouragedReference

Discouraged access: The method createRuntime(IProject) from the type JavaEMFNature is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-M/workdir/plugins/org.eclipse.jem.workbench/@dot

JDTUtility.java :

231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);