Compiler Report

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 )

Source File: org/eclipse/jst/server/preview/adapter/internal/core/PingThread.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/server/preview/adapter/internal/core/PreviewStartup.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {