Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 53 Number of classfiles: 66

Problems: 11 (Errors: 0 Warnings: 11 )

Source File: org/eclipse/jst/jsf/test/util/mock/MockExtensionRegistryProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar

MockExtensionRegistryProvider.java :

5 : import org.eclipse.core.internal.registry.ExtensionRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The constructor ExtensionRegistry(RegistryStrategy, Object, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar

MockExtensionRegistryProvider.java :

15 : return new ExtensionRegistry(new RegistryStrategy(new File[0], new boolean[0]), new Object(), new Object());

3. WARNING: DiscouragedReference

Discouraged access: The type ExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar

MockExtensionRegistryProvider.java :

15 : return new ExtensionRegistry(new RegistryStrategy(new File[0], new boolean[0]), new Object(), new Object());

Source File: org/eclipse/jst/jsf/test/util/mock/MockResourceDelta.java
1. WARNING: DiscouragedReference

Discouraged access: The type AdapterManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

MockResourceDelta.java :

7 : import org.eclipse.core.internal.runtime.AdapterManager;

2. WARNING: DiscouragedReference

Discouraged access: The type AdapterManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

MockResourceDelta.java :

290 : return AdapterManager.getDefault().getAdapter(this, adapter);

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type AdapterManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

MockResourceDelta.java :

290 : return AdapterManager.getDefault().getAdapter(this, adapter);

4. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Object, Class) from the type AdapterManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

MockResourceDelta.java :

290 : return AdapterManager.getDefault().getAdapter(this, adapter);

Source File: org/eclipse/jst/jsf/test/util/mock/java/MockJavaChangeEventFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The method changed(int) from the type SimpleDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

MockJavaChangeEventFactory.java :

44 : delta.changed(flags);

Source File: org/eclipse/jst/jsf/test/util/mock/java/MockJavaElementDelta.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaElementDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

MockJavaElementDelta.java :

4 : import org.eclipse.jdt.internal.core.JavaElementDelta;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaElementDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

MockJavaElementDelta.java :

6 : public class MockJavaElementDelta extends JavaElementDelta

3. WARNING: DiscouragedReference

Discouraged access: The constructor JavaElementDelta(IJavaElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

MockJavaElementDelta.java :

10 : super(element);