Compiler Report

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 )

Source File: org/eclipse/jst/jsf/ui/tests/jspeditor/TestELHyperlinkDetector.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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 {

18. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/ui/tests/jspeditor/TestJSFELHover.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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 {

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/ui/tests/util/JSFUITestHelper.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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 {

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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