Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 207 Number of classfiles: 503

Problems: 76 (Errors: 0 Warnings: 76 )

Source File: org/eclipse/wst/server/ui/internal/DefaultMonitorDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

21 : import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitor;

2. WARNING: DiscouragedReference

Discouraged access: The type IMonitorListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

22 : import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitorListener;

3. WARNING: DiscouragedReference

Discouraged access: The type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

23 : import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitorWorkingCopy;

4. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

24 : import org.eclipse.wst.internet.monitor.core.internal.provisional.MonitorCore;

5. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

33 : protected Map<ServerPort, IMonitor> monitors = new HashMap<ServerPort, IMonitor>();

6. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

33 : protected Map<ServerPort, IMonitor> monitors = new HashMap<ServerPort, IMonitor>();

7. WARNING: DiscouragedReference

Discouraged access: The type IMonitorListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

34 : protected IMonitorListener listener;

8. WARNING: DiscouragedReference

Discouraged access: The type IMonitorListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

40 : listener = new IMonitorListener() {

9. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

41 : public void monitorAdded(IMonitor monitor) {

10. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

45 : public void monitorChanged(IMonitor monitor) {

11. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

49 : public void monitorRemoved(IMonitor monitor) {

12. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

64 : MonitorCore.removeMonitorListener(listener);

13. WARNING: DiscouragedReference

Discouraged access: The method removeMonitorListener(IMonitorListener) from the type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

64 : MonitorCore.removeMonitorListener(listener);

14. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

69 : MonitorCore.addMonitorListener(listener);

15. WARNING: DiscouragedReference

Discouraged access: The method addMonitorListener(IMonitorListener) from the type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

69 : MonitorCore.addMonitorListener(listener);

16. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

77 : IMonitor monitor = monitors.get(port);

17. WARNING: DiscouragedReference

Discouraged access: The method getLocalPort() from the type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

79 : if (monitor == null || monitor.getLocalPort() != monitorPort) {

18. WARNING: DiscouragedReference

Discouraged access: The type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

85 : IMonitorWorkingCopy wc = MonitorCore.createMonitor();

19. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

85 : IMonitorWorkingCopy wc = MonitorCore.createMonitor();

20. WARNING: DiscouragedReference

Discouraged access: The method createMonitor() from the type MonitorCore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

85 : IMonitorWorkingCopy wc = MonitorCore.createMonitor();

21. WARNING: DiscouragedReference

Discouraged access: The method setLocalPort(int) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

86 : wc.setLocalPort(mport);

22. WARNING: DiscouragedReference

Discouraged access: The method setRemoteHost(String) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

87 : wc.setRemoteHost(server.getHost());

23. WARNING: DiscouragedReference

Discouraged access: The method setRemotePort(int) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

88 : wc.setRemotePort(port.getPort());

24. WARNING: DiscouragedReference

Discouraged access: The method setProtocol(String) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

90 : wc.setProtocol("HTTP");

25. WARNING: DiscouragedReference

Discouraged access: The method save() from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

91 : monitor = wc.save();

26. WARNING: DiscouragedReference

Discouraged access: The method getLocalPort() from the type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

94 : mport = monitor.getLocalPort();

27. WARNING: DiscouragedReference

Discouraged access: The method start() from the type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

95 : monitor.start();

28. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

109 : IMonitor monitor = monitors.get(port);

29. WARNING: DiscouragedReference

Discouraged access: The method stop() from the type IMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

DefaultMonitorDelegate.java :

111 : monitor.stop();

Source File: org/eclipse/wst/server/ui/internal/ServerToolTip.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar

ServerToolTip.java :

20 : import org.eclipse.jface.internal.text.html.HTML2TextReader;

2. WARNING: DiscouragedReference

Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar

ServerToolTip.java :

222 : HTML2TextReader reader = new HTML2TextReader(new StringReader(htmlText), presentation);

3. WARNING: DiscouragedReference

Discouraged access: The constructor HTML2TextReader(Reader, TextPresentation) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar

ServerToolTip.java :

222 : HTML2TextReader reader = new HTML2TextReader(new StringReader(htmlText), presentation);

4. WARNING: DiscouragedReference

Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar

ServerToolTip.java :

222 : HTML2TextReader reader = new HTML2TextReader(new StringReader(htmlText), presentation);

5. WARNING: DiscouragedReference

Discouraged access: The method getString() from the type SingleCharReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar

ServerToolTip.java :

226 : text = reader.getString();

Source File: org/eclipse/wst/server/ui/internal/viewers/RuntimeContentProvider.java
1. WARNING: UnusedImport

The import org.eclipse.jface.viewers.IStructuredContentProvider is never used

RuntimeContentProvider.java :

16 : import org.eclipse.jface.viewers.IStructuredContentProvider;

Source File: org/eclipse/wst/server/ui/internal/webbrowser/SwitchBrowserWorkbenchAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

24 : import org.eclipse.ui.internal.browser.BrowserManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

25 : import org.eclipse.ui.internal.browser.IBrowserDescriptor;

3. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

26 : import org.eclipse.ui.internal.browser.WebBrowserPreference;

4. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

27 : import org.eclipse.ui.internal.browser.WebBrowserUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

96 : if (WebBrowserUtil.canUseInternalWebBrowser()) {

6. WARNING: DiscouragedReference

Discouraged access: The method canUseInternalWebBrowser() from the type WebBrowserUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

96 : if (WebBrowserUtil.canUseInternalWebBrowser()) {

7. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

97 : addToMenu(menu, new SwitchDefaultBrowserAction(null, WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.INTERNAL, null), i++);

8. WARNING: DiscouragedReference

Discouraged access: The method getBrowserChoice() from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

97 : addToMenu(menu, new SwitchDefaultBrowserAction(null, WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.INTERNAL, null), i++);

9. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

97 : addToMenu(menu, new SwitchDefaultBrowserAction(null, WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.INTERNAL, null), i++);

10. WARNING: DiscouragedReference

Discouraged access: The field INTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

97 : addToMenu(menu, new SwitchDefaultBrowserAction(null, WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.INTERNAL, null), i++);

11. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();

12. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();

13. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();

14. WARNING: DiscouragedReference

Discouraged access: The method getCurrentWebBrowser() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();

15. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

100 : BrowserManager browserManager = BrowserManager.getInstance();

16. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

100 : BrowserManager browserManager = BrowserManager.getInstance();

17. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

100 : BrowserManager browserManager = BrowserManager.getInstance();

18. WARNING: DiscouragedReference

Discouraged access: The method getWebBrowsers() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

101 : Iterator iterator = browserManager.getWebBrowsers().iterator();

19. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

103 : IBrowserDescriptor browser = (IBrowserDescriptor) iterator.next();

20. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

103 : IBrowserDescriptor browser = (IBrowserDescriptor) iterator.next();

21. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

104 : addToMenu(menu, new SwitchDefaultBrowserAction(browser, WebBrowserPreference.getBrowserChoice() != WebBrowserPreference.INTERNAL && browser.equals(current), browserManager), i++);

22. WARNING: DiscouragedReference

Discouraged access: The method getBrowserChoice() from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

104 : addToMenu(menu, new SwitchDefaultBrowserAction(browser, WebBrowserPreference.getBrowserChoice() != WebBrowserPreference.INTERNAL && browser.equals(current), browserManager), i++);

23. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

104 : addToMenu(menu, new SwitchDefaultBrowserAction(browser, WebBrowserPreference.getBrowserChoice() != WebBrowserPreference.INTERNAL && browser.equals(current), browserManager), i++);

24. WARNING: DiscouragedReference

Discouraged access: The field INTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchBrowserWorkbenchAction.java :

104 : addToMenu(menu, new SwitchDefaultBrowserAction(browser, WebBrowserPreference.getBrowserChoice() != WebBrowserPreference.INTERNAL && browser.equals(current), browserManager), i++);

Source File: org/eclipse/wst/server/ui/internal/webbrowser/SwitchDefaultBrowserAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

14 : import org.eclipse.ui.internal.browser.BrowserManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

15 : import org.eclipse.ui.internal.browser.IBrowserDescriptor;

3. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

16 : import org.eclipse.ui.internal.browser.WebBrowserPreference;

4. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

22 : protected IBrowserDescriptor webbrowser;

5. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

23 : protected BrowserManager browserManager;

6. WARNING: DiscouragedReference

Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

32 : public SwitchDefaultBrowserAction(IBrowserDescriptor webbrowser, boolean current, BrowserManager manager) {

7. WARNING: DiscouragedReference

Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

32 : public SwitchDefaultBrowserAction(IBrowserDescriptor webbrowser, boolean current, BrowserManager manager) {

8. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

40 : setText(webbrowser.getName());

9. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);

10. WARNING: DiscouragedReference

Discouraged access: The method setBrowserChoice(int) from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);

11. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);

12. WARNING: DiscouragedReference

Discouraged access: The field INTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);

13. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);

14. WARNING: DiscouragedReference

Discouraged access: The method setBrowserChoice(int) from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);

15. WARNING: DiscouragedReference

Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);

16. WARNING: DiscouragedReference

Discouraged access: The field EXTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);

17. WARNING: DiscouragedReference

Discouraged access: The method setCurrentWebBrowser(IBrowserDescriptor) from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar

SwitchDefaultBrowserAction.java :

54 : browserManager.setCurrentWebBrowser(webbrowser);