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 )
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;
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());
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());
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;
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);
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);
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);
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);
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;
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
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);