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 )
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;
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();
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();
The import org.eclipse.jpt.ui.JpaUiFactory is never used
TestJpaUiFactory.java :
12 : import org.eclipse.jpt.ui.JpaUiFactory;