Compiler Report

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 )

Source File: org/eclipse/wst/xquery/set/debug/ui/SETDebugUIPlugin.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/xquery/set/internal/debug/ui/dialogs/BusySocketDialog.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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) {

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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();

Source File: org/eclipse/wst/xquery/set/internal/debug/ui/dialogs/BusySocketNotification.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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());

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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) {

Source File: org/eclipse/wst/xquery/set/internal/debug/ui/launchConfigurations/SETMainLaunchConfigurationTab.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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())) {

7. WARNING: DiscouragedReference

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())) {

8. WARNING: DiscouragedReference

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())) {

9. WARNING: DiscouragedReference

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()) {

10. WARNING: DiscouragedReference

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()) {

11. WARNING: DiscouragedReference

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");

12. WARNING: DiscouragedReference

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");

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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");

16. WARNING: DiscouragedReference

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");

17. WARNING: DiscouragedReference

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");

18. WARNING: DiscouragedReference

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");

19. WARNING: DiscouragedReference

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)) {

20. WARNING: DiscouragedReference

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)) {

21. WARNING: DiscouragedReference

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)) {

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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());

26. WARNING: DiscouragedReference

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());

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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());

29. WARNING: DiscouragedReference

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());

30. WARNING: DiscouragedReference

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())) {

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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());

35. WARNING: DiscouragedReference

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());

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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;

39. WARNING: DiscouragedReference

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();

Source File: org/eclipse/wst/xquery/set/internal/debug/ui/launcher/SETLaunchShortcut.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wst/xquery/set/internal/debug/ui/launcher/ServerJobTools.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

4. WARNING: DiscouragedReference

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());