Compiler: Eclipse Compiler for Java(TM) Version: 0.A34, 3.6.0 M6
Number of source files: 15 Number of classfiles: 21
Problems: 36 (Errors: 0 Warnings: 36 )
Discouraged access: The type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketDialog.java :
21 : import org.eclipse.wst.xquery.set.internal.launching.server.Server;
Discouraged access: The type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketDialog.java :
46 : protected BusySocketDialog(Shell shell, Server server) {
Discouraged access: The method getHost() from the type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketDialog.java :
48 : fHost = server.getHost();
Discouraged access: The method getPort() from the type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketDialog.java :
49 : fPort = server.getPort();
Discouraged access: The type IServerLaunchListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
17 : import org.eclipse.wst.xquery.set.internal.launching.server.IServerLaunchListener;
Discouraged access: The type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
18 : import org.eclipse.wst.xquery.set.internal.launching.server.Server;
Discouraged access: The type ServerLaunchJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
19 : import org.eclipse.wst.xquery.set.internal.launching.server.ServerLaunchJob;
Discouraged access: The type IServerLaunchListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
21 : public class BusySocketNotification implements IServerLaunchListener {
Discouraged access: The type ServerLaunchJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
23 : public void fail(final ServerLaunchJob serverJob) {
Discouraged access: The method getLaunch() from the type ServerLaunchJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
27 : DebugPlugin.getDefault().getLaunchManager().removeLaunch(serverJob.getLaunch());
Discouraged access: The method getServer() from the type ServerLaunchJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
29 : BusySocketDialog dialog = new BusySocketDialog(shell, serverJob.getServer());
Discouraged access: The type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
32 : Server server = serverJob.getServer();
Discouraged access: The method getServer() from the type ServerLaunchJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
32 : Server server = serverJob.getServer();
Discouraged access: The method setHost(String) from the type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
33 : server.setHost(dialog.getHost());
Discouraged access: The method setPort(int) from the type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
34 : server.setPort(dialog.getPort());
Discouraged access: The method getSocketString() from the type Server is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
35 : serverJob.setName("Launch Web Server: " + server.getSocketString());
Discouraged access: The type ServerLaunchJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
BusySocketNotification.java :
45 : public void sucess(ServerLaunchJob serverJob) {
Discouraged access: The type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
63 : import org.eclipse.wst.xquery.set.internal.launching.server.ServerManager;
Discouraged access: The type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETMainLaunchConfigurationTab.java :
64 : import org.eclipse.wst.xquery.set.internal.ui.SETEditProjectConfigDialog;
Discouraged access: The type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
104 : if (ServerManager.getInstance().isProjectStarted(getProject().getProject())) {
Discouraged access: The method getInstance() from the type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
104 : if (ServerManager.getInstance().isProjectStarted(getProject().getProject())) {
Discouraged access: The method isProjectStarted(IProject) from the type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
104 : if (ServerManager.getInstance().isProjectStarted(getProject().getProject())) {
Discouraged access: The type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
162 : if (!ServerManager.getInstance().isSocketFree(host, port)) {
Discouraged access: The method getInstance() from the type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
162 : if (!ServerManager.getInstance().isSocketFree(host, port)) {
Discouraged access: The method isSocketFree(String, int) from the type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETMainLaunchConfigurationTab.java :
162 : if (!ServerManager.getInstance().isSocketFree(host, port)) {
Discouraged access: The type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETMainLaunchConfigurationTab.java :
375 : String startPage = SETEditProjectConfigDialog
Discouraged access: The method getHandlerFunctionStartPage(IProject, Shell) from the type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETMainLaunchConfigurationTab.java :
375 : String startPage = SETEditProjectConfigDialog .getHandlerFunctionStartPage(getProject().getProject(), getShell());
Discouraged access: The type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETMainLaunchConfigurationTab.java :
381 : String startPage = SETEditProjectConfigDialog.getPublicResourceStartPage(getProject().getProject(), getShell());
Discouraged access: The method getPublicResourceStartPage(IProject, Shell) from the type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETMainLaunchConfigurationTab.java :
381 : String startPage = SETEditProjectConfigDialog.getPublicResourceStartPage(getProject().getProject(), getShell());
Discouraged access: The type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETLaunchShortcut.java :
41 : import org.eclipse.wst.xquery.set.internal.ui.SETEditProjectConfigDialog;
Discouraged access: The type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETLaunchShortcut.java :
178 : startPage = SETEditProjectConfigDialog.getHandlerFunctionStartPage(project, getShell());
Discouraged access: The method getHandlerFunctionStartPage(IProject, Shell) from the type SETEditProjectConfigDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.ui/@dot
SETLaunchShortcut.java :
178 : startPage = SETEditProjectConfigDialog.getHandlerFunctionStartPage(project, getShell());
Discouraged access: The type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
ServerJobTools.java :
14 : import org.eclipse.wst.xquery.set.internal.launching.server.ServerManager;
Discouraged access: The type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
ServerJobTools.java :
25 : ServerManager.getInstance().addServerLaunchListener(new BusySocketNotification());
Discouraged access: The method getInstance() from the type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
ServerJobTools.java :
25 : ServerManager.getInstance().addServerLaunchListener(new BusySocketNotification());
Discouraged access: The method addServerLaunchListener(IServerLaunchListener) from the type ServerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
ServerJobTools.java :
25 : ServerManager.getInstance().addServerLaunchListener(new BusySocketNotification());