Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 5 Number of classfiles: 9
Problems: 46 (Errors: 0 Warnings: 46 )
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
22 : import org.eclipse.jst.jsf.contentassist.tests.ContentAssistTestsPlugin;
Discouraged access: The type JSPELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
32 : import org.eclipse.jst.jsf.ui.internal.jspeditor.JSPELHyperlinkDetector;
Discouraged access: The type ITestHyperlink is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
33 : import org.eclipse.jst.jsf.ui.internal.jspeditor.ITestHyperlink;
Discouraged access: The type JSPSourceUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
34 : import org.eclipse.jst.jsf.ui.internal.jspeditor.JSPSourceUtil;
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
64 : _testEnv.loadResourceInWebRoot(ContentAssistTestsPlugin.getDefault()
Discouraged access: The method getDefault() from the type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
64 : _testEnv.loadResourceInWebRoot(ContentAssistTestsPlugin.getDefault()
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
68 : ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The method getDefault() from the type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
68 : ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
76 : resource.load(ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The method getDefault() from the type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestELHyperlinkDetector.java :
76 : resource.load(ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The type JSPSourceUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
119 : Region elRegion = JSPSourceUtil.findELRegion(context.getContext());
Discouraged access: The method findELRegion(IStructuredDocumentContext) from the type JSPSourceUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
119 : Region elRegion = JSPSourceUtil.findELRegion(context.getContext());
Discouraged access: The type ITestHyperlink is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
126 : assertTrue(link instanceof ITestHyperlink);
Discouraged access: The type ITestHyperlink is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
134 : final ITestHyperlink testHyperlink = (ITestHyperlink) link;
Discouraged access: The type ITestHyperlink is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
134 : final ITestHyperlink testHyperlink = (ITestHyperlink) link;
Discouraged access: The method determineJavaElement() from the type ITestHyperlink is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
135 : final IJavaElement javaElement = testHyperlink.determineJavaElement();
Discouraged access: The type JSPELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
153 : JSPELHyperlinkDetector {
Discouraged access: The method detectHyperlinks(IStructuredDocumentContext, IRegion) from the type AbstractELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestELHyperlinkDetector.java :
157 : return super.detectHyperlinks(context, region);
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
19 : import org.eclipse.jst.jsf.contentassist.tests.ContentAssistTestsPlugin;
Discouraged access: The type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestJSFELHover.java :
29 : import org.eclipse.jst.jsf.ui.internal.jspeditor.JSFELHover;
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
54 : _testEnv.loadResourceInWebRoot(ContentAssistTestsPlugin.getDefault()
Discouraged access: The method getDefault() from the type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
54 : _testEnv.loadResourceInWebRoot(ContentAssistTestsPlugin.getDefault()
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
58 : ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The method getDefault() from the type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
58 : ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
66 : resource.load(ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The method getDefault() from the type ContentAssistTestsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.contentassist.tests/jsfcontentassisttests.jar
TestJSFELHover.java :
66 : resource.load(ContentAssistTestsPlugin.getDefault().getBundle(),
Discouraged access: The type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestJSFELHover.java :
112 : private static class TestableJSFELHover extends JSFELHover {
Discouraged access: The method getHoverInfo() from the type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestJSFELHover.java :
116 : return super.getHoverInfo();
Discouraged access: The method getHoverRegion(IStructuredDocumentContext, int) from the type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot
TestJSFELHover.java :
122 : return super.getHoverRegion(context, documentPosition);
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
24 : import org.eclipse.ui.internal.WorkbenchPlugin;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
25 : import org.eclipse.ui.internal.dialogs.PropertyDialog;
Discouraged access: The type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
26 : import org.eclipse.ui.internal.dialogs.PropertyPageContributorManager;
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
27 : import org.eclipse.ui.internal.dialogs.PropertyPageManager;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
45 : private static class PropertyDialogWrapper extends PropertyDialog {
Discouraged access: The constructor PropertyDialog(Shell, PreferenceManager, ISelection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
47 : super(parentShell, manager, selection);
Discouraged access: The method showPage(IPreferenceNode) from the type FilteredPreferenceDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
50 : return super.showPage(node);
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
56 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The method getDefault() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
56 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The method getPreferenceManager() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
56 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
74 : public static PropertyDialog getPropertyDialog(String id, IAdaptable element) {
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
77 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The constructor PropertyPageManager() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
77 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
77 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
83 : PropertyPageContributorManager.getManager().contribute(manager, element);
Discouraged access: The method getManager() from the type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
83 : PropertyPageContributorManager.getManager().contribute(manager, element);
Discouraged access: The method contribute(PropertyPageManager, Object) from the type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
JSFUITestHelper.java :
83 : PropertyPageContributorManager.getManager().contribute(manager, element);