Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 12 Number of classfiles: 30

Problems: 145 (Errors: 0 Warnings: 145 )

Source File: org/eclipse/wst/html/ui/tests/HTMLUIPreferencesTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

18 : import org.eclipse.wst.html.ui.internal.HTMLUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

19 : import org.eclipse.wst.html.ui.internal.preferences.HTMLUIPreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

51 : bundleGetPreference(bundleName, HTMLUIPreferenceNames.AUTO_PROPOSE);

4. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE from the type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

51 : bundleGetPreference(bundleName, HTMLUIPreferenceNames.AUTO_PROPOSE);

5. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

52 : bundleGetPreference(bundleName, HTMLUIPreferenceNames.AUTO_PROPOSE_CODE);

6. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE_CODE from the type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

52 : bundleGetPreference(bundleName, HTMLUIPreferenceNames.AUTO_PROPOSE_CODE);

7. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

70 : IPreferenceStore store = HTMLUIPlugin.getDefault().getPreferenceStore();

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

70 : IPreferenceStore store = HTMLUIPlugin.getDefault().getPreferenceStore();

9. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

72 : pluginGetDefaultPreference(store, HTMLUIPreferenceNames.AUTO_PROPOSE, Boolean.toString(true));

10. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE from the type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

72 : pluginGetDefaultPreference(store, HTMLUIPreferenceNames.AUTO_PROPOSE, Boolean.toString(true));

11. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

73 : pluginGetDefaultPreference(store, HTMLUIPreferenceNames.AUTO_PROPOSE_CODE, "<=");

12. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE_CODE from the type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

73 : pluginGetDefaultPreference(store, HTMLUIPreferenceNames.AUTO_PROPOSE_CODE, "<=");

13. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

86 : IPreferenceStore store = HTMLUIPlugin.getDefault().getPreferenceStore();

14. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

86 : IPreferenceStore store = HTMLUIPlugin.getDefault().getPreferenceStore();

15. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

88 : pluginSetPreferenceBoolean(store, HTMLUIPreferenceNames.AUTO_PROPOSE);

16. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE from the type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

88 : pluginSetPreferenceBoolean(store, HTMLUIPreferenceNames.AUTO_PROPOSE);

17. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

89 : pluginSetPreferenceString(store, HTMLUIPreferenceNames.AUTO_PROPOSE_CODE);

18. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE_CODE from the type HTMLUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

HTMLUIPreferencesTest.java :

89 : pluginSetPreferenceString(store, HTMLUIPreferenceNames.AUTO_PROPOSE_CODE);

Source File: org/eclipse/wst/html/ui/tests/TestEditorConfigurationHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

18 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestEditorConfigurationHTML.java :

21 : import org.eclipse.wst.html.ui.internal.taginfo.HTMLTagInfoHoverProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

23 : import org.eclipse.wst.sse.ui.internal.ExtendedConfigurationBuilder;

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

6. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

7. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

8. WARNING: DiscouragedReference

Discouraged access: The field SOURCEVIEWERCONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

9. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

10. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

31 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

11. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

32 : assertNotNull("no source viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, o);

12. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

32 : assertNotNull("no source viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, o);

13. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

34 : assertEquals("unexpected source viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, StructuredTextViewerConfigurationHTML.class, o.getClass());

14. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

34 : assertEquals("unexpected source viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, StructuredTextViewerConfigurationHTML.class, o.getClass());

15. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

16. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

17. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

18. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

19. WARNING: DiscouragedReference

Discouraged access: The field CONTENTOUTLINECONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

20. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

21. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

38 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

22. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

39 : assertNotNull("no content outline viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, o);

23. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

39 : assertNotNull("no content outline viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, o);

24. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

41 : assertEquals("unexpected content outline viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, HTMLContentOutlineConfiguration.class, o.getClass());

25. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

41 : assertEquals("unexpected content outline viewer configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, HTMLContentOutlineConfiguration.class, o.getClass());

26. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

27. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

28. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

29. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

30. WARNING: DiscouragedReference

Discouraged access: The field PROPERTYSHEETCONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

31. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

32. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

45 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForHTML.ContentTypeID_HTML);

33. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

46 : assertNotNull("no property sheet configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, o);

34. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

46 : assertNotNull("no property sheet configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, o);

35. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

48 : assertEquals("unexpected property sheet configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, XMLPropertySheetConfiguration.class, o.getClass());

36. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestEditorConfigurationHTML.java :

48 : assertEquals("unexpected property sheet configuration for " + ContentTypeIdForHTML.ContentTypeID_HTML, XMLPropertySheetConfiguration.class, o.getClass());

37. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

52 : List configs = ExtendedConfigurationBuilder.getInstance().getConfigurations(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IHTMLPartitions.HTML_DEFAULT);

38. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

52 : List configs = ExtendedConfigurationBuilder.getInstance().getConfigurations(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IHTMLPartitions.HTML_DEFAULT);

39. WARNING: DiscouragedReference

Discouraged access: The method getConfigurations(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

52 : List configs = ExtendedConfigurationBuilder.getInstance().getConfigurations(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IHTMLPartitions.HTML_DEFAULT);

40. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

52 : List configs = ExtendedConfigurationBuilder.getInstance().getConfigurations(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IHTMLPartitions.HTML_DEFAULT);

41. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENTATIONTEXTHOVER from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationHTML.java :

52 : List configs = ExtendedConfigurationBuilder.getInstance().getConfigurations(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IHTMLPartitions.HTML_DEFAULT);

42. WARNING: DiscouragedReference

Discouraged access: The type HTMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestEditorConfigurationHTML.java :

57 : found = configs.get(i).getClass() == HTMLTagInfoHoverProcessor.class;

Source File: org/eclipse/wst/html/ui/tests/VerifyEditorPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

VerifyEditorPlugin.java :

16 : import org.eclipse.wst.html.ui.internal.HTMLUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

VerifyEditorPlugin.java :

26 : plugin = HTMLUIPlugin.getInstance();

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

VerifyEditorPlugin.java :

26 : plugin = HTMLUIPlugin.getInstance();

Source File: org/eclipse/wst/html/ui/tests/contentassist/TestEmbededCSSContentAssistComputers.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEmbededCSSContentAssistComputers.java :

41 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEmbededCSSContentAssistComputers.java :

198 : StructuredTextViewer viewer = editor.getTextViewer();

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEmbededCSSContentAssistComputers.java :

216 : private static ICompletionProposal[][] getProposals(StructuredTextViewer viewer, int offset, int pageCount) throws Exception {

4. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEmbededCSSContentAssistComputers.java :

220 : viewer.configure(configuration);

Source File: org/eclipse/wst/html/ui/tests/contentassist/TestHTMLContentAssistComputers.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestHTMLContentAssistComputers.java :

41 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestHTMLContentAssistComputers.java :

42 : import org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestHTMLContentAssistComputers.java :

187 : StructuredTextViewer viewer = editor.getTextViewer();

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestHTMLContentAssistComputers.java :

205 : private static ICompletionProposal[][] getProposals(StructuredTextViewer viewer, int offset, int pageCount) throws Exception {

5. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestHTMLContentAssistComputers.java :

209 : viewer.configure(configuration);

6. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestHTMLContentAssistComputers.java :

292 : if(editorPart instanceof XMLMultiPageEditorPart) {

7. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestHTMLContentAssistComputers.java :

293 : XMLMultiPageEditorPart xmlEditorPart = (XMLMultiPageEditorPart)editorPart;

8. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestHTMLContentAssistComputers.java :

293 : XMLMultiPageEditorPart xmlEditorPart = (XMLMultiPageEditorPart)editorPart;

9. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Class) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestHTMLContentAssistComputers.java :

294 : editor = (StructuredTextEditor)xmlEditorPart.getAdapter(StructuredTextEditor.class);

Source File: org/eclipse/wst/html/ui/tests/validation/TestHTMLValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

25 : import org.eclipse.wst.html.internal.validation.HTMLValidator;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

30 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

5. WARNING: DiscouragedReference

Discouraged access: The type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

51 : private HTMLValidator fValidator = new HTMLValidator();

6. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

51 : private HTMLValidator fValidator = new HTMLValidator();

7. WARNING: DiscouragedReference

Discouraged access: The type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

51 : private HTMLValidator fValidator = new HTMLValidator();

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

96 : IStructuredModel model = null;

9. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

104 : model = StructuredModelManager.getModelManager().getModelForEdit(testFile);

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

105 : IStructuredDocument document = model.getStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

105 : IStructuredDocument document = model.getStructuredDocument();

12. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

108 : WorkbenchContext context = new WorkbenchContext();

13. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

108 : WorkbenchContext context = new WorkbenchContext();

14. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

108 : WorkbenchContext context = new WorkbenchContext();

15. WARNING: DiscouragedReference

Discouraged access: The method setValidationFileURIs(List) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

111 : context.setValidationFileURIs(fileList);

16. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

115 : fValidator.validate(context, reporter);

17. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

128 : fValidator.validate(context, reporter);

18. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

136 : fValidator.validate(context, reporter);

19. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

140 : model.releaseFromEdit();

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

151 : IStructuredModel model = null;

21. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

159 : model = StructuredModelManager.getModelManager().getModelForEdit(testFile);

22. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

160 : IStructuredDocument document = model.getStructuredDocument();

23. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

160 : IStructuredDocument document = model.getStructuredDocument();

24. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

163 : WorkbenchContext context = new WorkbenchContext();

25. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

163 : WorkbenchContext context = new WorkbenchContext();

26. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

163 : WorkbenchContext context = new WorkbenchContext();

27. WARNING: DiscouragedReference

Discouraged access: The method setValidationFileURIs(List) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

TestHTMLValidator.java :

166 : context.setValidationFileURIs(fileList);

28. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

170 : fValidator.validate(context, reporter);

29. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

183 : fValidator.validate(context, reporter);

30. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type HTMLValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

TestHTMLValidator.java :

191 : fValidator.validate(context, reporter);

31. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestHTMLValidator.java :

195 : model.releaseFromEdit();

Source File: org/eclipse/wst/html/ui/tests/viewer/TestViewerConfigurationHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationHTML.java :

33 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationHTML.java :

34 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationHTML.java :

43 : private StructuredTextViewer fViewer = null;

4. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationHTML.java :

74 : fViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationHTML.java :

74 : fViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

6. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationHTML.java :

215 : LineStyleProvider providers[] = fConfig.getLineStyleProviders(fViewer, contentTypes[i]);

Source File: org/eclipse/wst/html/ui/tests/viewer/ViewerTestHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ViewerTestHTML.java :

39 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

43 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

46 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

53 : private StructuredTextViewer fSourceViewer = null;

6. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

66 : IndexedRegion startNode = (IndexedRegion) selection.getFirstElement();

7. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

66 : IndexedRegion startNode = (IndexedRegion) selection.getFirstElement();

8. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

67 : IndexedRegion endNode = (IndexedRegion) selection.toArray()[selection.size() - 1];

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

67 : IndexedRegion endNode = (IndexedRegion) selection.toArray()[selection.size() - 1];

10. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

70 : startNode = (IndexedRegion) ((Attr) startNode).getOwnerElement();

11. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

72 : endNode = (IndexedRegion) ((Attr) endNode).getOwnerElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

74 : int start = startNode.getStartOffset();

13. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

75 : int end = endNode.getEndOffset();

14. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

239 : StructuredTextViewer sourceViewer = null;

15. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

265 : StructuredTextViewer sourceViewer = null;

16. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

364 : fSourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

17. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

364 : fSourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

18. WARNING: DiscouragedReference

Discouraged access: The method unconfigure() from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

378 : fSourceViewer.unconfigure();

19. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

410 : IModelManager modelManager = StructuredModelManager.getModelManager();

20. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

411 : IDocument doc = modelManager.createStructuredDocumentFor(ContentTypeIdForHTML.ContentTypeID_HTML);

21. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ViewerTestHTML.java :

411 : IDocument doc = modelManager.createStructuredDocumentFor(ContentTypeIdForHTML.ContentTypeID_HTML);

22. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ViewerTestHTML.java :

411 : IDocument doc = modelManager.createStructuredDocumentFor(ContentTypeIdForHTML.ContentTypeID_HTML);

23. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

416 : fSourceViewer.configure(fConfig);

24. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestHTML.java :

446 : fSourceViewer.configure(new StructuredTextViewerConfigurationHTML());

25. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

467 : IndexedRegion startNode = (IndexedRegion) nodes[0];

26. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

467 : IndexedRegion startNode = (IndexedRegion) nodes[0];

27. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

468 : IndexedRegion endNode = (IndexedRegion) nodes[nodes.length - 1];

28. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

468 : IndexedRegion endNode = (IndexedRegion) nodes[nodes.length - 1];

29. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

471 : startNode = (IndexedRegion) ((Attr) startNode).getOwnerElement();

30. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

473 : endNode = (IndexedRegion) ((Attr) endNode).getOwnerElement();

31. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

475 : int start = startNode.getStartOffset();

32. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestHTML.java :

476 : int end = endNode.getEndOffset();