Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 16 Number of classfiles: 18
Problems: 5 (Errors: 0 Warnings: 5 )
Discouraged access: The type Server 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
PingThread.java :
20 : import org.eclipse.wst.server.core.internal.Server;
Discouraged access: The method getStartTimeout() from the type Server 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
PingThread.java :
62 : int startTimeout = ((Server)server).getStartTimeout() * 1000;
Discouraged access: The type Server 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
PingThread.java :
62 : int startTimeout = ((Server)server).getStartTimeout() * 1000;
Discouraged access: The type IStartup 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
PreviewStartup.java :
22 : import org.eclipse.wst.server.core.internal.IStartup;
Discouraged access: The type IStartup 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
PreviewStartup.java :
24 : public class PreviewStartup implements IStartup {