Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 19 Number of classfiles: 44
Problems: 11 (Errors: 0 Warnings: 11 )
Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
GenericServerRuntimeWizardFragment.java :
24 : import org.eclipse.wst.server.core.internal.IInstallableRuntime;
Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
GenericServerRuntimeWizardFragment.java :
25 : import org.eclipse.wst.server.core.internal.ServerPlugin;
Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
GenericServerRuntimeWizardFragment.java :
68 : IInstallableRuntime ir = ServerPlugin
Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
GenericServerRuntimeWizardFragment.java :
68 : IInstallableRuntime ir = ServerPlugin
Discouraged access: The method findInstallableRuntime(String) from the type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
GenericServerRuntimeWizardFragment.java :
68 : IInstallableRuntime ir = ServerPlugin .findInstallableRuntime( getRuntimeDelegate().getRuntime() .getRuntimeType().getId() );
Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
InstallableRuntimeDecorator.java :
25 : import org.eclipse.wst.server.core.internal.IInstallableRuntime;
Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
InstallableRuntimeDecorator.java :
26 : import org.eclipse.wst.server.core.internal.ServerPlugin;
Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
InstallableRuntimeDecorator.java :
41 : final IInstallableRuntime ir = ServerPlugin
Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
InstallableRuntimeDecorator.java :
41 : final IInstallableRuntime ir = ServerPlugin
Discouraged access: The method findInstallableRuntime(String) from the type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
InstallableRuntimeDecorator.java :
41 : final IInstallableRuntime ir = ServerPlugin .findInstallableRuntime(fRuntime.getRuntime().getRuntimeType() .getId());
Discouraged access: The method install(IPath, IProgressMonitor) from the type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
InstallableRuntimeDecorator.java :
59 : ir.install(new Path(selectedDirectory), new NullProgressMonitor());