Compiler: Eclipse Compiler for Java(TM) Version: 0.A19, 3.6.0 M3
Number of source files: 14 Number of classfiles: 19
Problems: 75 (Errors: 0 Warnings: 75 )
Discouraged access: The type CoreSDKInstallType 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
SETDebugUIPlugin.java :
39 : import org.eclipse.wst.xquery.set.internal.launching.CoreSDKInstallType;
Discouraged access: The constructor CoreSDKInstallType() 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
SETDebugUIPlugin.java :
118 : final InterpreterStandin coreSdk = new InterpreterStandin(new CoreSDKInstallType(), id);
Discouraged access: The type CoreSDKInstallType 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
SETDebugUIPlugin.java :
118 : final InterpreterStandin coreSdk = new InterpreterStandin(new CoreSDKInstallType(), id);
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 SETProjectConfig 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.core/@dot
SETMainLaunchConfigurationTab.java :
60 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfig;
Discouraged access: The type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
61 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfigUtil;
Discouraged access: The type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
62 : import org.eclipse.wst.xquery.set.internal.core.preferences.ISETPreferenceConstants;
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 ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
115 : if (project.getFile(ISETPreferenceConstants.DIR_NAME_PUBLIC + "/" + startPage).exists()) {
Discouraged access: The field DIR_NAME_PUBLIC from the type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
115 : if (project.getFile(ISETPreferenceConstants.DIR_NAME_PUBLIC + "/" + startPage).exists()) {
Discouraged access: The type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
123 : + ISETPreferenceConstants.DIR_NAME_PUBLIC + "\" directory or the format: /handler_module/function");
Discouraged access: The field DIR_NAME_PUBLIC from the type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
123 : + ISETPreferenceConstants.DIR_NAME_PUBLIC + "\" directory or the format: /handler_module/function");
Discouraged access: The type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
127 : IFolder folder = project.getFolder(ISETPreferenceConstants.DIR_NAME_HANDLER);
Discouraged access: The field DIR_NAME_HANDLER from the type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
127 : IFolder folder = project.getFolder(ISETPreferenceConstants.DIR_NAME_HANDLER);
Discouraged access: The type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
129 : setErrorMessage("The \"" + ISETPreferenceConstants.DIR_NAME_HANDLER + "\" directory is not accessible");
Discouraged access: The field DIR_NAME_HANDLER from the type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
129 : setErrorMessage("The \"" + ISETPreferenceConstants.DIR_NAME_HANDLER + "\" directory is not accessible");
Discouraged access: The type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
136 : + ISETPreferenceConstants.DIR_NAME_HANDLER + "\" directory folder");
Discouraged access: The field DIR_NAME_HANDLER from the type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
136 : + ISETPreferenceConstants.DIR_NAME_HANDLER + "\" directory folder");
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 ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
263 : String labelText = "Select either an existing resource from the \"" + ISETPreferenceConstants.DIR_NAME_PUBLIC
Discouraged access: The field DIR_NAME_PUBLIC from the type ISETPreferenceConstants 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.core/@dot
SETMainLaunchConfigurationTab.java :
263 : String labelText = "Select either an existing resource from the \"" + ISETPreferenceConstants.DIR_NAME_PUBLIC
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 SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
398 : fConfig = SETProjectConfigUtil.readProjectConfig(getProject().getProject());
Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
398 : fConfig = SETProjectConfigUtil.readProjectConfig(getProject().getProject());
Discouraged access: The method getStartPage() from the type SETProjectConfig 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.core/@dot
SETMainLaunchConfigurationTab.java :
400 : if (fConfig != null && startPage.length() != 0 && !startPage.equals(fConfig.getStartPage())) {
Discouraged access: The method setStartPage(String) from the type SETProjectConfig 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.core/@dot
SETMainLaunchConfigurationTab.java :
401 : fConfig.setStartPage(startPage);
Discouraged access: The type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
402 : SETProjectConfigUtil.writeProjectConfig(getProject().getProject(), fConfig);
Discouraged access: The method writeProjectConfig(IProject, SETProjectConfig) from the type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
402 : SETProjectConfigUtil.writeProjectConfig(getProject().getProject(), fConfig);
Discouraged access: The type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
413 : fConfig = SETProjectConfigUtil.readProjectConfig(project.getProject());
Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
413 : fConfig = SETProjectConfigUtil.readProjectConfig(project.getProject());
Discouraged access: The type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
473 : fConfig = SETProjectConfigUtil.readProjectConfig(project);
Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot
SETMainLaunchConfigurationTab.java :
473 : fConfig = SETProjectConfigUtil.readProjectConfig(project);
Discouraged access: The type SETProjectConfig 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.core/@dot
SETMainLaunchConfigurationTab.java :
478 : private SETProjectConfig fConfig;
Discouraged access: The method getStartPage() from the type SETProjectConfig 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.core/@dot
SETMainLaunchConfigurationTab.java :
484 : return fConfig.getStartPage();
Discouraged access: The type SETProjectConfig 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.core/@dot
SETLaunchShortcut.java :
38 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfig;
Discouraged access: The type SETProjectConfigUtil 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.core/@dot
SETLaunchShortcut.java :
39 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfigUtil;
Discouraged access: The type ISETPreferenceConstants 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.core/@dot
SETLaunchShortcut.java :
40 : import org.eclipse.wst.xquery.set.internal.core.preferences.ISETPreferenceConstants;
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 ISETPreferenceConstants 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.core/@dot
SETLaunchShortcut.java :
94 : IResource hd = p.getFolder(ISETPreferenceConstants.DIR_NAME_HANDLER);
Discouraged access: The field DIR_NAME_HANDLER from the type ISETPreferenceConstants 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.core/@dot
SETLaunchShortcut.java :
94 : IResource hd = p.getFolder(ISETPreferenceConstants.DIR_NAME_HANDLER);
Discouraged access: The type SETProjectConfig 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.core/@dot
SETLaunchShortcut.java :
174 : SETProjectConfig config = SETProjectConfigUtil.readProjectConfig(project);
Discouraged access: The type SETProjectConfigUtil 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.core/@dot
SETLaunchShortcut.java :
174 : SETProjectConfig config = SETProjectConfigUtil.readProjectConfig(project);
Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot
SETLaunchShortcut.java :
174 : SETProjectConfig config = SETProjectConfigUtil.readProjectConfig(project);
Discouraged access: The method getStartPage() from the type SETProjectConfig 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.core/@dot
SETLaunchShortcut.java :
175 : String startPage = config.getStartPage();
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 :
177 : 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 :
177 : 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());