Compiler Report

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 )

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

2. 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;

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

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

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

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 :

162 : if (!ServerManager.getInstance().isSocketFree(host, port)) {

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 :

162 : if (!ServerManager.getInstance().isSocketFree(host, port)) {

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

9. 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

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

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

SETMainLaunchConfigurationTab.java :

381 : String startPage = SETEditProjectConfigDialog.getPublicResourceStartPage(getProject().getProject(), getShell());

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

Source File: org/eclipse/wst/xquery/set/internal/debug/ui/launcher/SETLaunchShortcut.java
1. 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;

2. 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 :

178 : startPage = SETEditProjectConfigDialog.getHandlerFunctionStartPage(project, getShell());

3. 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 :

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