Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 12 Number of classfiles: 13

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/jpt/core/tests/extension/resource/JavaTestTypeMapping.java
1. WARNING: DiscouragedReference

Discouraged access: The type EmptyIterator<E> is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jpt.utility/@dot

JavaTestTypeMapping.java :

15 : import org.eclipse.jpt.utility.internal.iterators.EmptyIterator;

2. WARNING: DiscouragedReference

Discouraged access: The type EmptyIterator<E> is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jpt.utility/@dot

JavaTestTypeMapping.java :

36 : return EmptyIterator.instance();

3. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type EmptyIterator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jpt.utility/@dot

JavaTestTypeMapping.java :

36 : return EmptyIterator.instance();

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJpaUiFactory.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.JpaUiFactory is never used

TestJpaUiFactory.java :

12 : import org.eclipse.jpt.ui.JpaUiFactory;