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 )
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;
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;
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);
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);
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);
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);
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();
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();
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));
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));
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, "<=");
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, "<=");
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();
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();
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);
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);
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);
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);
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;
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;
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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());
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);
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);
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);
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);
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);
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;
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;
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();
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();
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;
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();
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 {
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);
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;
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;
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();
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 {
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);
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) {
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;
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;
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);
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;
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;
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;
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;
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();
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();
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();
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;
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);
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();
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();
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();
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();
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();
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);
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);
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);
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);
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();
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;
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);
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();
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();
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();
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();
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();
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);
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);
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);
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);
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();
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;
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;
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;
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);
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);
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]);
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;
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;
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;
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;
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;
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();
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();
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];
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];
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();
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();
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();
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();
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;
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;
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);
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);
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();
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();
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);
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);
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);
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);
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());
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];
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];
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];
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];
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();
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();
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();
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();