Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 206 Number of classfiles: 502
Problems: 47 (Errors: 0 Warnings: 47 )
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar
ServerToolTip.java :
20 : import org.eclipse.jface.internal.text.html.HTML2TextReader;
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar
ServerToolTip.java :
222 : HTML2TextReader reader = new HTML2TextReader(new StringReader(htmlText), presentation);
Discouraged access: The constructor HTML2TextReader(Reader, TextPresentation) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar
ServerToolTip.java :
222 : HTML2TextReader reader = new HTML2TextReader(new StringReader(htmlText), presentation);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar
ServerToolTip.java :
222 : HTML2TextReader reader = new HTML2TextReader(new StringReader(htmlText), presentation);
Discouraged access: The method getString() from the type SingleCharReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar
ServerToolTip.java :
226 : text = reader.getString();
The import org.eclipse.jface.viewers.IStructuredContentProvider is never used
RuntimeContentProvider.java :
16 : import org.eclipse.jface.viewers.IStructuredContentProvider;
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
24 : import org.eclipse.ui.internal.browser.BrowserManager;
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
25 : import org.eclipse.ui.internal.browser.IBrowserDescriptor;
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
26 : import org.eclipse.ui.internal.browser.WebBrowserPreference;
Discouraged access: The type WebBrowserUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
27 : import org.eclipse.ui.internal.browser.WebBrowserUtil;
Discouraged access: The type WebBrowserUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
96 : if (WebBrowserUtil.canUseInternalWebBrowser()) {
Discouraged access: The method canUseInternalWebBrowser() from the type WebBrowserUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
96 : if (WebBrowserUtil.canUseInternalWebBrowser()) {
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The method getBrowserChoice() from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The field INTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();
Discouraged access: The method getInstance() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();
Discouraged access: The method getCurrentWebBrowser() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
99 : IBrowserDescriptor current = BrowserManager.getInstance().getCurrentWebBrowser();
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
100 : BrowserManager browserManager = BrowserManager.getInstance();
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
100 : BrowserManager browserManager = BrowserManager.getInstance();
Discouraged access: The method getInstance() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
100 : BrowserManager browserManager = BrowserManager.getInstance();
Discouraged access: The method getWebBrowsers() from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
101 : Iterator iterator = browserManager.getWebBrowsers().iterator();
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
103 : IBrowserDescriptor browser = (IBrowserDescriptor) iterator.next();
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchBrowserWorkbenchAction.java :
103 : IBrowserDescriptor browser = (IBrowserDescriptor) iterator.next();
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The method getBrowserChoice() from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The field INTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/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++);
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
14 : import org.eclipse.ui.internal.browser.BrowserManager;
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
15 : import org.eclipse.ui.internal.browser.IBrowserDescriptor;
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
16 : import org.eclipse.ui.internal.browser.WebBrowserPreference;
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
22 : protected IBrowserDescriptor webbrowser;
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
23 : protected BrowserManager browserManager;
Discouraged access: The type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
32 : public SwitchDefaultBrowserAction(IBrowserDescriptor webbrowser, boolean current, BrowserManager manager) {
Discouraged access: The type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
32 : public SwitchDefaultBrowserAction(IBrowserDescriptor webbrowser, boolean current, BrowserManager manager) {
Discouraged access: The method getName() from the type IBrowserDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
40 : setText(webbrowser.getName());
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);
Discouraged access: The method setBrowserChoice(int) from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);
Discouraged access: The field INTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
51 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.INTERNAL);
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);
Discouraged access: The method setBrowserChoice(int) from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);
Discouraged access: The field EXTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
53 : WebBrowserPreference.setBrowserChoice(WebBrowserPreference.EXTERNAL);
Discouraged access: The method setCurrentWebBrowser(IBrowserDescriptor) from the type BrowserManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar
SwitchDefaultBrowserAction.java :
54 : browserManager.setCurrentWebBrowser(webbrowser);