Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 11 Number of classfiles: 13

Problems: 12 (Errors: 0 Warnings: 12 )

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

Discouraged access: The type EmptyIterable<E> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.utility/@dot

JavaTestTypeMapping.java :

14 : import org.eclipse.jpt.utility.internal.iterables.EmptyIterable;

2. WARNING: DiscouragedReference

Discouraged access: The type EmptyIterable<E> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.utility/@dot

JavaTestTypeMapping.java :

35 : return EmptyIterable.<String>instance();

3. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type EmptyIterable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.utility/@dot

JavaTestTypeMapping.java :

35 : return EmptyIterable.<String>instance();

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

Discouraged access: The type GenericJpaPlatformUiProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

14 : import org.eclipse.jpt.ui.internal.GenericJpaPlatformUiProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaPlatformUi is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

15 : import org.eclipse.jpt.ui.internal.platform.generic.GenericJpaPlatformUi;

3. WARNING: DiscouragedReference

Discouraged access: The type GenericNavigatorProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

16 : import org.eclipse.jpt.ui.internal.platform.generic.GenericNavigatorProvider;

4. WARNING: DiscouragedReference

Discouraged access: The constructor GenericJpaPlatformUi(JpaNavigatorProvider, JpaPlatformUiProvider) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

29 : return new GenericJpaPlatformUi( new GenericNavigatorProvider(), GenericJpaPlatformUiProvider.instance());

5. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaPlatformUi is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

29 : return new GenericJpaPlatformUi(

6. WARNING: DiscouragedReference

Discouraged access: The constructor GenericNavigatorProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

30 : new GenericNavigatorProvider(),

7. WARNING: DiscouragedReference

Discouraged access: The type GenericNavigatorProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

30 : new GenericNavigatorProvider(),

8. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaPlatformUiProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

31 : GenericJpaPlatformUiProvider.instance());

9. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type GenericJpaPlatformUiProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUiFactory.java :

31 : GenericJpaPlatformUiProvider.instance());