Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 148 Number of classfiles: 213
Problems: 2148 (Errors: 0 Warnings: 2148 )
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySource.java :
17 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;
Discouraged access: The type CSSPropertySource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
JSPedCSSPropertySource.java :
18 : import org.eclipse.wst.css.ui.internal.properties.CSSPropertySource;
Discouraged access: The type CSSPropertySource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
JSPedCSSPropertySource.java :
22 : public class JSPedCSSPropertySource extends CSSPropertySource {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySource.java :
24 : public JSPedCSSPropertySource(ICSSNode target) {
Discouraged access: The constructor CSSPropertySource(ICSSNode) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
JSPedCSSPropertySource.java :
25 : super(target);
Discouraged access: The method setPropertyValue(Object, Object) from the type CSSPropertySource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
JSPedCSSPropertySource.java :
38 : super.setPropertyValue(name, value);
Discouraged access: The type AdapterFactoryProviderCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
AdapterFactoryProviderJSPedCSS.java :
14 : import org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS;
Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AdapterFactoryProviderJSPedCSS.java :
15 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler;
Discouraged access: The type AdapterFactoryProviderCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
AdapterFactoryProviderJSPedCSS.java :
17 : public class AdapterFactoryProviderJSPedCSS extends AdapterFactoryProviderCSS {
Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AdapterFactoryProviderJSPedCSS.java :
20 : public boolean isFor(IDocumentTypeHandler contentTypeDescription) {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
32 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;
Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
33 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
34 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;
Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPedCSSPropertySheetConfiguration.java :
36 : import org.eclipse.wst.xml.ui.internal.XMLUIMessages;
Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
39 : private class CSSPropertySheetRefreshAdapter implements INodeAdapter {
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
44 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
53 : private ICSSNode fSource = null;
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
60 : if (object instanceof ICSSNode) {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
61 : fSource = (ICSSNode)object;
Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPedCSSPropertySheetConfiguration.java :
78 : super(XMLUIMessages.JFaceNodeAdapter_1);
Discouraged access: The field JFaceNodeAdapter_1 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPedCSSPropertySheetConfiguration.java :
78 : super(XMLUIMessages.JFaceNodeAdapter_1);
Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
110 : private INodeAdapter fRefreshAdapter = new CSSPropertySheetRefreshAdapter();
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
112 : private INodeNotifier[] fSelectedNotifiers;
Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
126 : fSelectedNotifiers[i].removeAdapter(fRefreshAdapter);
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
136 : if (selectedObjects[i] instanceof ICSSNode) {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
137 : ICSSNode node = (ICSSNode) selectedObjects[i];
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
137 : ICSSNode node = (ICSSNode) selectedObjects[i];
Discouraged access: The method getNodeType() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {
Discouraged access: The field PRIMITIVEVALUE_NODE from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {
Discouraged access: The method getNodeType() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {
Discouraged access: The field STYLEDECLITEM_NODE from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {
Discouraged access: The method getParentNode() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot
JSPedCSSPropertySheetConfiguration.java :
139 : node = node.getParentNode();
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
152 : if (selectedObjects[i] instanceof INodeNotifier) {
Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
154 : ((INodeNotifier) selectedObjects[i]).addAdapter(fRefreshAdapter);
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
154 : ((INodeNotifier) selectedObjects[i]).addAdapter(fRefreshAdapter);
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
157 : fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
157 : fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);
Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPedCSSPropertySheetConfiguration.java :
183 : fSelectedNotifiers[i].removeAdapter(fRefreshAdapter);
Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
46 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;
Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
47 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;
Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
52 : import org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
53 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;
Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredTextViewerConfigurationJSP.java :
54 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;
Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
57 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
79 : private LineStyleProvider fLineStyleProviderForJava;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
83 : private LineStyleProvider fLineStyleProviderForJSP;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
87 : private LineStyleProvider fLineStyleProviderForJSPEL;
Discouraged access: The constructor StructuredFormattingStrategy(IStructuredFormatProcessor) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The constructor HTMLFormatProcessorImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
289 : public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
290 : LineStyleProvider[] providers = null;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
305 : providers = new LineStyleProvider[]{getLineStyleProviderForJava()};
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
308 : providers = new LineStyleProvider[]{getLineStyleProviderForJSPEL()};
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
311 : providers = new LineStyleProvider[]{getLineStyleProviderForJSP()};
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
317 : private LineStyleProvider getLineStyleProviderForJava() {
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
324 : private LineStyleProvider getLineStyleProviderForJSP() {
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
331 : private LineStyleProvider getLineStyleProviderForJSPEL() {
Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
340 : fStatusLineLabelProvider = new JFaceNodeLabelProvider() {
Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
346 : return super.getText(element);
Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
353 : s.insert(0, super.getText(node));
Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
381 : targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);
Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
381 : targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);
Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredTextViewerConfigurationJSP.java :
382 : targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);
Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredTextViewerConfigurationJSP.java :
382 : targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);
Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPlugin.java :
22 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;
Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPlugin.java :
23 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl;
Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPlugin.java :
56 : public AdapterFactoryRegistry getAdapterFactoryRegistry() {
Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPlugin.java :
57 : return AdapterFactoryRegistryImpl.getInstance();
Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPlugin.java :
57 : return AdapterFactoryRegistryImpl.getInstance();
Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
31 : import org.eclipse.wst.html.core.internal.HTMLCorePlugin;
Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
32 : import org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames;
Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
181 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();
Discouraged access: The method getDefault() from the type HTMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
181 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();
Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))
Discouraged access: The field SPACE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))
Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))
Discouraged access: The field INDENTATION_CHAR from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))
Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
183 : width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);
Discouraged access: The field INDENTATION_SIZE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
AutoEditStrategyForTabs.java :
183 : width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
31 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
39 : IStructuredModel model = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
41 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
47 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
47 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
47 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
48 : if (prefixedWith(document, command.offset, "<") && !node.getSource().endsWith("%>")) { //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
56 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
56 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
56 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
58 : !node.getSource().endsWith("}")) { //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
69 : IStructuredDocument doc = (IStructuredDocument) document;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
69 : IStructuredDocument doc = (IStructuredDocument) document;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
70 : IStructuredDocumentRegion[] regions = doc.getStructuredDocumentRegions(command.offset - 1, 1);
Discouraged access: The method getStructuredDocumentRegions(int, int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
70 : IStructuredDocumentRegion[] regions = doc.getStructuredDocumentRegions(command.offset - 1, 1);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
72 : IStructuredDocumentRegion region = regions[regions.length - 1];
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {
Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
87 : model.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
21 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
22 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
24 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
26 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractBreakpointProvider.java :
28 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;
Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractBreakpointProvider.java :
29 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider;
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
30 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
31 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;
Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
32 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;
Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
33 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
34 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
36 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
AbstractBreakpointProvider.java :
37 : import org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools;
Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractBreakpointProvider.java :
51 : public abstract class AbstractBreakpointProvider implements IBreakpointProvider {
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
107 : private static int getValidRegionPosition(IStructuredModel model, ITextRegionCollection regionContainer, int startOffset, int endOffset) {
Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
107 : private static int getValidRegionPosition(IStructuredModel model, ITextRegionCollection regionContainer, int startOffset, int endOffset) {
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
109 : ITextRegionList regions = regionContainer.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
109 : ITextRegionList regions = regionContainer.getRegions();
Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
110 : for (int i = 0; i < regions.size(); i++) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
111 : ITextRegion region = regions.get(i);
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
111 : ITextRegion region = regions.get(i);
Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
112 : if (region instanceof ITextRegionCollection) {
Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
113 : int validPosition = getValidRegionPosition(model, (ITextRegionCollection) region, startOffset, endOffset);
Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
119 : if (regionContainer.getEndOffset(region) > startOffset) {
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
121 : int regionStartOffset = regionContainer.getStartOffset(region);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
130 : if (region.getType().equals(DOMJSPRegionContexts.JSP_CONTENT)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
171 : IndexedRegion node = model.getIndexedRegion(regionStartOffset);
Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
171 : IndexedRegion node = model.getIndexedRegion(regionStartOffset);
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
193 : private static boolean isCustomTagRegion(IndexedRegion node) {
Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
197 : ModelQuery mq = ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());
Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
197 : ModelQuery mq = ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());
Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
197 : ModelQuery mq = ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
198 : CMElementDeclaration decl = mq.getCMElementDeclaration(xmlElement);
Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
198 : CMElementDeclaration decl = mq.getCMElementDeclaration(xmlElement);
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
199 : if (decl instanceof CMNodeWrapper) {
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
200 : CMNode cmNode = ((CMNodeWrapper) decl).getOriginNode();
Discouraged access: The method getOriginNode() from the type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
200 : CMNode cmNode = ((CMNodeWrapper) decl).getOriginNode();
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
200 : CMNode cmNode = ((CMNodeWrapper) decl).getOriginNode();
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractBreakpointProvider.java :
207 : private ISourceEditingTextTools fSourceEditingTextTools;
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractBreakpointProvider.java :
218 : public ISourceEditingTextTools getSourceEditingTextTools() {
Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
AbstractBreakpointProvider.java :
223 : if (!(getSourceEditingTextTools() instanceof IDOMSourceEditingTextTools)) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
248 : IStructuredDocumentRegion flatNode = ((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
248 : IStructuredDocumentRegion flatNode = ((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
248 : IStructuredDocumentRegion flatNode = ((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);
Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AbstractBreakpointProvider.java :
252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);
Discouraged access: The method getDOMDocument() from the type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
AbstractBreakpointProvider.java :
252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);
Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
AbstractBreakpointProvider.java :
252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);
Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractBreakpointProvider.java :
260 : flatNode = flatNode.getNext();
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractBreakpointProvider.java :
265 : public void setSourceEditingTextTools(ISourceEditingTextTools sourceEditingTextTools) {
Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JavaBreakpointProvider.java :
24 : import org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools;
Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JavaBreakpointProvider.java :
76 : if (getSourceEditingTextTools() instanceof IDOMSourceEditingTextTools) {
Discouraged access: The method getDOMDocument() from the type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JavaBreakpointProvider.java :
77 : doc = ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument();
Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JavaBreakpointProvider.java :
77 : doc = ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument();
Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
38 : import org.eclipse.wst.sse.ui.internal.StructuredResourceMarkerAnnotationModel;
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
39 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;
Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
40 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider;
Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
46 : public class JavaStratumBreakpointProvider implements IBreakpointProvider, IExecutableExtension {
Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
74 : attributes.put(StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY, id);
Discouraged access: The field SECONDARY_ID_KEY from the type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
74 : attributes.put(StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY, id);
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaStratumBreakpointProvider.java :
217 : public void setSourceEditingTextTools(ISourceEditingTextTools tools) {
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
32 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
33 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The method setCursorPosition(int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AutoImportProposal.java :
76 : setCursorPosition(getCursorPosition() + insertText.length());
Discouraged access: The method getCursorPosition() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AutoImportProposal.java :
76 : setCursorPosition(getCursorPosition() + insertText.length());
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
86 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
86 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
89 : if (sModel instanceof IDOMModel) {
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
90 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
90 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
90 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
92 : if (docElement != null && docElement instanceof IDOMElement) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
93 : IStructuredDocumentRegion sdRegion = ((IDOMElement) docElement).getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
93 : IStructuredDocumentRegion sdRegion = ((IDOMElement) docElement).getFirstStructuredDocumentRegion();
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
93 : IStructuredDocumentRegion sdRegion = ((IDOMElement) docElement).getFirstStructuredDocumentRegion();
Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
96 : pos = sdRegion.getEndOffset();
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
100 : pos = sdRegion.getStartOffset();
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
108 : sModel.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
117 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
117 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
119 : if (sModel instanceof IDOMModel) {
Discouraged access: The method getContentTypeIdentifier() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
120 : String contentType = ((IDOMModel) sModel).getContentTypeIdentifier();
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
120 : String contentType = ((IDOMModel) sModel).getContentTypeIdentifier();
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
132 : sModel.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
144 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
144 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
148 : if (sModel instanceof IDOMModel) {
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
149 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
149 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
149 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();
Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
AutoImportProposal.java :
151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
158 : sModel.releaseFromRead();
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
169 : String delim = (doc instanceof IStructuredDocument) ? ((IStructuredDocument) doc).getLineDelimiter() : TextUtilities.getDefaultLineDelimiter(doc);
Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
169 : String delim = (doc instanceof IStructuredDocument) ? ((IStructuredDocument) doc).getLineDelimiter() : TextUtilities.getDefaultLineDelimiter(doc);
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AutoImportProposal.java :
169 : String delim = (doc instanceof IStructuredDocument) ? ((IStructuredDocument) doc).getLineDelimiter() : TextUtilities.getDefaultLineDelimiter(doc);
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
CustomTemplateProposal.java :
20 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
CustomTemplateProposal.java :
28 : class CustomTemplateProposal extends TemplateProposal implements IRelevanceCompletionProposal {
Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProcessor.java :
28 : import org.eclipse.wst.sse.ui.internal.IReleasable;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProcessor.java :
29 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPCompletionProcessor.java :
30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPCompletionProcessor.java :
31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProcessor.java :
38 : public class JSPCompletionProcessor implements IContentAssistProcessor, IReleasable {
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProcessor.java :
50 : protected StructuredTextViewer fViewer = null;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPCompletionProcessor.java :
71 : IDOMModel xmlModel = null;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProcessor.java :
73 : if (viewer instanceof StructuredTextViewer)
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProcessor.java :
74 : fViewer = (StructuredTextViewer) viewer;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPCompletionProcessor.java :
76 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fViewer.getDocument());
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPCompletionProcessor.java :
76 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fViewer.getDocument());
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPCompletionProcessor.java :
78 : IDOMDocument xmlDoc = xmlModel.getDocument();
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPCompletionProcessor.java :
78 : IDOMDocument xmlDoc = xmlModel.getDocument();
Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPCompletionProcessor.java :
80 : fTranslationAdapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPCompletionProcessor.java :
116 : xmlModel.releaseFromRead();
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProposal.java :
20 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProposal.java :
27 : public class JSPCompletionProposal extends CustomCompletionProposal implements IJavaCompletionProposal, ICompletionProposalExtension5 {
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProposal.java :
40 : super(replacementString, replacementOffset, replacementLength, cursorPosition, image, displayString, contextInformation, additionalProposalInfo, relevance, updateReplacementLengthOnValidate);
Discouraged access: The method apply(ITextViewer, char, int, int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProposal.java :
47 : super.apply(viewer, trigger, stateMask, offset);
Discouraged access: The method getAdditionalProposalInfo() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProposal.java :
59 : String additionalInfo = super.getAdditionalProposalInfo();
Discouraged access: The method getAdditionalProposalInfo() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPCompletionProposal.java :
71 : Object additionalInfo = super.getAdditionalProposalInfo();
Discouraged access: The type CSSContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot
JSPContentAssistProcessor.java :
47 : import org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor;
Discouraged access: The type HTMLElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPContentAssistProcessor.java :
48 : import org.eclipse.wst.html.core.internal.contentmodel.HTMLElementDeclaration;
Discouraged access: The type JSPCMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPContentAssistProcessor.java :
49 : import org.eclipse.wst.html.core.internal.contentmodel.JSPCMDocument;
Discouraged access: The type HTMLCMProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPContentAssistProcessor.java :
50 : import org.eclipse.wst.html.core.internal.provisional.HTMLCMProperties;
Discouraged access: The type HTMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPContentAssistProcessor.java :
53 : import org.eclipse.wst.html.ui.internal.contentassist.HTMLContentAssistProcessor;
Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
55 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;
Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
56 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;
Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
57 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
58 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
59 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
60 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
61 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
62 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
63 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
64 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
65 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
68 : import org.eclipse.wst.sse.ui.internal.IReleasable;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
69 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
70 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
71 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
72 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
73 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;
Discouraged access: The type AdapterFactoryProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
74 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryProvider;
Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPContentAssistProcessor.java :
75 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;
Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
76 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
77 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;
Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
78 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;
Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
79 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;
Discouraged access: The type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
80 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQueryAction;
Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
81 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;
Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
82 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;
Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
83 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;
Discouraged access: The type CMDocumentTracker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
84 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocumentTracker;
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
85 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
86 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
87 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
88 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
89 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;
Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
91 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
92 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;
Discouraged access: The type NonValidatingModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
93 : import org.eclipse.wst.xml.ui.internal.contentassist.NonValidatingModelQueryAction;
Discouraged access: The type ProposalComparator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
94 : import org.eclipse.wst.xml.ui.internal.contentassist.ProposalComparator;
Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
95 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor;
Discouraged access: The type XMLContentAssistUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
96 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities;
Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
97 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;
Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
110 : public class JSPContentAssistProcessor extends AbstractContentAssistProcessor {
Discouraged access: The constructor AbstractContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
124 : super();
Discouraged access: The type HTMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPContentAssistProcessor.java :
148 : HTMLContentAssistProcessor htmlProcessor = new HTMLContentAssistProcessor();
Discouraged access: The constructor HTMLContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPContentAssistProcessor.java :
148 : HTMLContentAssistProcessor htmlProcessor = new HTMLContentAssistProcessor();
Discouraged access: The type HTMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPContentAssistProcessor.java :
148 : HTMLContentAssistProcessor htmlProcessor = new HTMLContentAssistProcessor();
Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
150 : XMLContentAssistProcessor xmlProcessor = new XMLContentAssistProcessor();
Discouraged access: The constructor XMLContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
150 : XMLContentAssistProcessor xmlProcessor = new XMLContentAssistProcessor();
Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
150 : XMLContentAssistProcessor xmlProcessor = new XMLContentAssistProcessor();
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
171 : protected void addCommentProposal(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
175 : protected void addDocTypeProposal(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
179 : protected void addEmptyDocumentProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {
Discouraged access: The method getContentTypeIdentifier() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {
Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {
Discouraged access: The method addEmptyDocumentProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
187 : super.addEmptyDocumentProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
191 : protected void addEndTagNameProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
195 : protected void addPCDATAProposal(String nodeName, ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
199 : protected void addStartDocumentProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
203 : protected void addTagCloseProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
207 : protected void addXMLProposal(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
211 : protected void addEndTagProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
215 : protected void addAttributeNameProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
222 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
225 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
225 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
225 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
238 : ModelQuery mq = ModelQueryUtil.getModelQuery(node.getOwnerDocument());
Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
238 : ModelQuery mq = ModelQueryUtil.getModelQuery(node.getOwnerDocument());
Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
238 : ModelQuery mq = ModelQueryUtil.getModelQuery(node.getOwnerDocument());
Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
240 : CMDocument doc = mq.getCorrespondingCMDocument(node);
Discouraged access: The method getCorrespondingCMDocument(Node) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
240 : CMDocument doc = mq.getCorrespondingCMDocument(node);
Discouraged access: The type JSPCMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPContentAssistProcessor.java :
242 : if (doc instanceof JSPCMDocument || doc instanceof CMNodeWrapper || node.getNodeName().startsWith("jsp:")) //$NON-NLS-1$
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
242 : if (doc instanceof JSPCMDocument || doc instanceof CMNodeWrapper || node.getNodeName().startsWith("jsp:")) //$NON-NLS-1$
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
247 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
247 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
248 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
248 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
249 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
249 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
252 : ITextRegion nameRegion = null;
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
254 : nameRegion = openRegions.get(i--);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
255 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
255 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
255 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
261 : attributeName = open.getText(nameRegion);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPContentAssistProcessor.java :
267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
22 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;
Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;
Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
26 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
27 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
29 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
30 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;
Discouraged access: The type XMLContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
31 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentModelGenerator;
Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
41 : public class JSPDummyContentAssistProcessor extends AbstractContentAssistProcessor {
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
42 : protected void addAttributeNameProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addAttributeNameProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
43 : super.addAttributeNameProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
46 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addAttributeValueProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
47 : super.addAttributeValueProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
51 : protected void addCommentProposal(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addCommentProposal(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
52 : super.addCommentProposal(contentAssistRequest);
Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
56 : protected void addContent(List contentList, CMContent content) {
Discouraged access: The method addContent(List, CMContent) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
57 : super.addContent(contentList, content);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
61 : protected void addDocTypeProposal(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addDocTypeProposal(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
62 : super.addDocTypeProposal(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
66 : protected void addEmptyDocumentProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addEmptyDocumentProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
67 : super.addEmptyDocumentProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
71 : protected void addEndTagNameProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addEndTagNameProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
72 : super.addEndTagNameProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
76 : protected void addEndTagProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addEndTagProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
77 : super.addEndTagProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
81 : protected void addEntityProposals(ContentAssistRequest contentAssistRequest, int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
81 : protected void addEntityProposals(ContentAssistRequest contentAssistRequest, int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
81 : protected void addEntityProposals(ContentAssistRequest contentAssistRequest, int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {
Discouraged access: The method addEntityProposals(ContentAssistRequest, int, ITextRegion, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
82 : super.addEntityProposals(contentAssistRequest, documentPosition, completionRegion, treeNode);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
86 : protected void addEntityProposals(Vector proposals, Properties map, String key, int nodeOffset, IStructuredDocumentRegion parent, ITextRegion completionRegion) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
86 : protected void addEntityProposals(Vector proposals, Properties map, String key, int nodeOffset, IStructuredDocumentRegion parent, ITextRegion completionRegion) {
Discouraged access: The method addEntityProposals(Vector, Properties, String, int, IStructuredDocumentRegion, ITextRegion) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
87 : super.addEntityProposals(proposals, map, key, nodeOffset, parent, completionRegion);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
91 : protected void addPCDATAProposal(String nodeName, ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addPCDATAProposal(String, ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
92 : super.addPCDATAProposal(nodeName, contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
96 : protected void addStartDocumentProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addStartDocumentProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
97 : super.addStartDocumentProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
101 : protected void addTagCloseProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The method addTagCloseProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
102 : super.addTagCloseProposals(contentAssistRequest);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
106 : protected void addTagInsertionProposals(ContentAssistRequest contentAssistRequest, int childPosition) {
Discouraged access: The method addTagInsertionProposals(ContentAssistRequest, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
107 : super.addTagInsertionProposals(contentAssistRequest, childPosition);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
111 : protected void addTagNameProposals(ContentAssistRequest contentAssistRequest, int childPosition) {
Discouraged access: The method addTagNameProposals(ContentAssistRequest, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
112 : super.addTagNameProposals(contentAssistRequest, childPosition);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
115 : protected boolean attributeInList(IDOMNode node, Node parent, CMNode cmnode) {
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
115 : protected boolean attributeInList(IDOMNode node, Node parent, CMNode cmnode) {
Discouraged access: The method attributeInList(IDOMNode, Node, CMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
116 : return super.attributeInList(node, parent, cmnode);
Discouraged access: The method beginsWith(String, String) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
121 : return super.beginsWith(aString, prefix);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeAttributeProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
126 : return super.computeAttributeProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
131 : return super.computeAttributeValueProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {
Discouraged access: The method computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
136 : return super.computeCompletionProposals(documentPosition, matchString, completionRegion, treeNode, xmlnode);
Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
141 : return super.computeCompletionProposals(viewer, documentOffset);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeContentProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
146 : return super.computeContentProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The method computeContextInformation(ITextViewer, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
155 : return super.computeContextInformation(viewer, documentOffset);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
159 : return super.computeEndTagOpenProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
163 : protected ICompletionProposal[] computeEntityReferenceProposals(int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
163 : protected ICompletionProposal[] computeEntityReferenceProposals(int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {
Discouraged access: The method computeEntityReferenceProposals(int, ITextRegion, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
164 : return super.computeEntityReferenceProposals(documentPosition, completionRegion, treeNode);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
168 : return super.computeEqualsProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeStartDocumentProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
172 : return super.computeStartDocumentProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeTagCloseProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
176 : return super.computeTagCloseProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPDummyContentAssistProcessor.java :
179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The method computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPDummyContentAssistProcessor.java :
180 : return super.computeTagNameProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPDummyContentAssistProcessor.java :
183 : protected ContentAssistRequest computeTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
34 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
37 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
38 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
39 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPELContentAssistProcessor.java :
40 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
63 : IStructuredDocumentRegion flat = ContentAssistUtils.getStructuredDocumentRegion(viewer, documentPosition);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
63 : IStructuredDocumentRegion flat = ContentAssistUtils.getStructuredDocumentRegion(viewer, documentPosition);
Discouraged access: The method getStructuredDocumentRegion(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
63 : IStructuredDocumentRegion flat = ContentAssistUtils.getStructuredDocumentRegion(viewer, documentPosition);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
66 : ITextRegion cursorRegion = flat.getRegionAtCharacterOffset(documentPosition);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
66 : ITextRegion cursorRegion = flat.getRegionAtCharacterOffset(documentPosition);
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPELContentAssistProcessor.java :
67 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == cursorRegion.getType()) {
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPELContentAssistProcessor.java :
67 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == cursorRegion.getType()) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
67 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == cursorRegion.getType()) {
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
68 : ITextRegionContainer container = (ITextRegionContainer) cursorRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
68 : ITextRegionContainer container = (ITextRegionContainer) cursorRegion;
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
69 : cursorRegion = container.getRegionAtCharacterOffset(documentPosition);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
70 : if (cursorRegion.getType() == DOMJSPRegionContexts.JSP_EL_CONTENT) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
71 : String elText = container.getText(cursorRegion).trim();
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPELContentAssistProcessor.java :
72 : String prefix = getPrefix(documentPosition - container.getStartOffset(cursorRegion) - 1, elText);
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
74 : List proposals = getFunctionProposals(prefix, (StructuredTextViewer) viewer, documentPosition);
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
122 : protected List getFunctionProposals(String prefix, StructuredTextViewer viewer, int offset) {
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
137 : CustomCompletionProposal proposal = new CustomCompletionProposal(function.getName() + "()", //$NON-NLS-1$
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
137 : CustomCompletionProposal proposal = new CustomCompletionProposal(function.getName() + "()", //$NON-NLS-1$ offset, 0, function.getName().length() + 1, null, function.getName() + " - " + function.getSignature(), null, null, 1); //$NON-NLS-1$
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPELContentAssistProcessor.java :
137 : CustomCompletionProposal proposal = new CustomCompletionProposal(function.getName() + "()", //$NON-NLS-1$
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
31 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
33 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
34 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
37 : import org.eclipse.wst.sse.ui.internal.IReleasable;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
38 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
39 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
40 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
41 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
42 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;
Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
43 : import org.eclipse.wst.xml.ui.internal.util.SharedXMLEditorPluginImageHelper;
Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
48 : public class JSPJavaContentAssistProcessor implements IContentAssistProcessor, IReleasable {
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
91 : IndexedRegion treeNode = ContentAssistUtils.getNodeAt(viewer, documentPosition);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
91 : IndexedRegion treeNode = ContentAssistUtils.getNodeAt(viewer, documentPosition);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
91 : IndexedRegion treeNode = ContentAssistUtils.getNodeAt(viewer, documentPosition);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
101 : IDOMNode xNode = null;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
102 : IStructuredDocumentRegion flat = null;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
103 : if (treeNode instanceof IDOMNode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
104 : xNode = (IDOMNode) treeNode;
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
105 : flat = xNode.getFirstStructuredDocumentRegion();
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
106 : if (flat != null && flat.getType() == DOMJSPRegionContexts.JSP_CONTENT) {
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
107 : flat = flat.getPrevious();
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
112 : ITextRegion openRegion = null;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
113 : if (flat != null && flat instanceof ITextRegionContainer) {
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
114 : ITextRegionList v = ((ITextRegionContainer) flat).getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
114 : ITextRegionList v = ((ITextRegionContainer) flat).getRegions();
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
114 : ITextRegionList v = ((ITextRegionContainer) flat).getRegions();
Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
115 : if (v.size() > 0)
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
116 : openRegion = v.get(0);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
130 : CustomCompletionProposal cdataProposal = createCDATAProposal(adjustedDocPosition, selectionLength);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
156 : private CustomCompletionProposal createCDATAProposal(int adjustedDocPosition, int selectionLength) {
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
157 : return new CustomCompletionProposal("<![CDATA[]]>", //$NON-NLS-1$ adjustedDocPosition, selectionLength, // should be the selection length 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION), "CDATA Section", //$NON-NLS-1$ null, null, XMLRelevanceConstants.R_CDATA);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPJavaContentAssistProcessor.java :
157 : return new CustomCompletionProposal("<![CDATA[]]>", //$NON-NLS-1$
Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),
Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),
Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),
Discouraged access: The field IMG_OBJ_CDATASECTION from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),
Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
161 : null, null, XMLRelevanceConstants.R_CDATA);
Discouraged access: The field R_CDATA from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPJavaContentAssistProcessor.java :
161 : null, null, XMLRelevanceConstants.R_CDATA);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
164 : private boolean inAttributeRegion(IStructuredDocumentRegion flat, int documentPosition) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
165 : ITextRegion attrContainer = flat.getRegionAtCharacterOffset(documentPosition);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
165 : ITextRegion attrContainer = flat.getRegionAtCharacterOffset(documentPosition);
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
166 : if (attrContainer != null && attrContainer instanceof ITextRegionContainer) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
167 : if (attrContainer.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
167 : if (attrContainer.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaContentAssistProcessor.java :
167 : if (attrContainer.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
250 : dp = ((IDocumentExtension3) doc).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);
Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaContentAssistProcessor.java :
250 : dp = ((IDocumentExtension3) doc).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
30 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
31 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
33 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
34 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
35 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
36 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;
Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
37 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;
Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
38 : import org.eclipse.wst.xml.ui.internal.util.SharedXMLEditorPluginImageHelper;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
52 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
53 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
53 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
53 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
56 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
56 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
57 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
57 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
58 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
58 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
63 : ITextRegion attrNameRegion = null;
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
66 : attrNameRegion = openRegions.get(i--);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
67 : if (attrNameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
67 : if (attrNameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
67 : if (attrNameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
71 : attributeName = open.getText(attrNameRegion);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
74 : ITextRegion tagNameRegion = null;
Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
76 : for (int j = 0; j < openRegions.size(); j++) {
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
77 : tagNameRegion = openRegions.get(j);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$
Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The method getText() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
86 : currentValue = contentAssistRequest.getText();
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
91 : if (currentValue.length() > StringUtils.strip(currentValue).length() && (currentValue.startsWith("\"") || currentValue.startsWith("'")) && contentAssistRequest.getMatchString().length() > 0) //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
92 : matchString = currentValue.substring(1, contentAssistRequest.getMatchString().length());
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
94 : matchString = currentValue.substring(0, contentAssistRequest.getMatchString().length());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
97 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
97 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
97 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The method getProposals() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
99 : contentAssistRequest.getProposals().clear();
Discouraged access: The method getMacros() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
100 : contentAssistRequest.getMacros().clear();
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
112 : private void addBeanPropertyProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, boolean isGetProperty, String matchString) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
112 : private void addBeanPropertyProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, boolean isGetProperty, String matchString) {
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
141 : CustomCompletionProposal proposal = null;
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
152 : proposal = new CustomCompletionProposal("\"" + pd.getName() + "\"", //$NON-NLS-1$ //$NON-NLS-2$ contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE), displayString, null, pd.getDeclaredType(), XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
152 : proposal = new CustomCompletionProposal("\"" + pd.getName() + "\"", //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),
Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),
Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),
Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),
Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),
Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),
Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
154 : displayString, null, pd.getDeclaredType(), XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);
Discouraged access: The field R_XML_ATTRIBUTE_VALUE from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
154 : displayString, null, pd.getDeclaredType(), XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
155 : contentAssistRequest.addProposal(proposal);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
164 : private void addBeanNameProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, String matchString) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPPropertyContentAssistProcessor.java :
164 : private void addBeanNameProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, String matchString) {
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
200 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + id + "\"", //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
200 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + id + "\"", //$NON-NLS-1$ //$NON-NLS-2$ contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), id.length() + 2, JSPEditorPluginImageHelper.getInstance().getImage(imageName), displayString, null, null, XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPPropertyContentAssistProcessor.java :
200 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + id + "\"", //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
201 : contentAssistRequest.getReplacementBeginPosition(),
Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
202 : contentAssistRequest.getReplacementLength(),
Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
208 : XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);
Discouraged access: The field R_XML_ATTRIBUTE_VALUE from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
208 : XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
209 : contentAssistRequest.addProposal(proposal);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
223 : private IResource getResource(ContentAssistRequest request) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
228 : IStructuredDocumentRegion region = request.getDocumentRegion();
Discouraged access: The method getDocumentRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPPropertyContentAssistProcessor.java :
228 : IStructuredDocumentRegion region = request.getDocumentRegion();
Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
230 : IDocument document = region.getParentDocument();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
231 : IStructuredModel model = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
233 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
235 : baselocation = model.getBaseLocation();
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPPropertyContentAssistProcessor.java :
239 : model.releaseFromRead();
Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
39 : import org.eclipse.wst.html.core.internal.contentmodel.JSP20Namespace;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
41 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
42 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
43 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
44 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
45 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
47 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
48 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
49 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
50 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
51 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
52 : import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImageHelper;
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
53 : import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImages;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
100 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
105 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
105 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
105 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
108 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
108 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
109 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
109 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
110 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
110 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
113 : ITextRegion nameRegion = null;
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
115 : nameRegion = openRegions.get(i--);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
116 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
116 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
116 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
122 : attributeName = open.getText(nameRegion);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The method getText() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
126 : currentValue = contentAssistRequest.getText();
Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
131 : int start = contentAssistRequest.getReplacementBeginPosition();
Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
132 : int length = contentAssistRequest.getReplacementLength();
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
134 : && contentAssistRequest.getMatchString().length() > 0) {
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
135 : matchString = currentValue.substring(1, contentAssistRequest.getMatchString().length());
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
138 : matchString = currentValue.substring(0, contentAssistRequest.getMatchString().length());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
139 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
139 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
139 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The method getProposals() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
141 : contentAssistRequest.getProposals().clear();
Discouraged access: The method getMacros() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
142 : contentAssistRequest.getMacros().clear();
Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
228 : contentAssistRequest.addProposal(proposal);
Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
232 : else if (attributeName.equals(JSP20Namespace.ATTR_NAME_TAGDIR)) {
Discouraged access: The field ATTR_NAME_TAGDIR from the type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
232 : else if (attributeName.equals(JSP20Namespace.ATTR_NAME_TAGDIR)) {
Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
289 : contentAssistRequest.addProposal(proposal);
Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
321 : contentAssistRequest.addProposal(proposal);
Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
325 : Node dirAttr = node.getAttributes().getNamedItem(JSP20Namespace.ATTR_NAME_TAGDIR);
Discouraged access: The field ATTR_NAME_TAGDIR from the type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
325 : Node dirAttr = node.getAttributes().getNamedItem(JSP20Namespace.ATTR_NAME_TAGDIR);
Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
337 : contentAssistRequest.addProposal(proposal);
Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
346 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, null, IRelevanceConstants.R_NONE);
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
346 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, null, IRelevanceConstants.R_NONE);
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPTaglibDirectiveContentAssistProcessor.java :
346 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, null, IRelevanceConstants.R_NONE);
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
25 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
26 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUseBeanContentAssistProcessor.java :
31 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
32 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
33 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
34 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
45 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
47 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
47 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
47 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
50 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
50 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
51 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
51 : ITextRegionList openRegions = open.getRegions();
Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
52 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
52 : int i = openRegions.indexOf(contentAssistRequest.getRegion());
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
55 : ITextRegion nameRegion = null;
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
57 : nameRegion = openRegions.get(i--);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
58 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
58 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
58 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
64 : attributeName = open.getText(nameRegion);
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPUseBeanContentAssistProcessor.java :
67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)
Discouraged access: The method getText() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
68 : currentValue = contentAssistRequest.getText();
Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
73 : int start = contentAssistRequest.getReplacementBeginPosition();
Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
74 : int length = contentAssistRequest.getReplacementLength();
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
76 : && contentAssistRequest.getMatchString().length() > 0) {
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
77 : matchString = currentValue.substring(1, contentAssistRequest.getMatchString().length());
Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
81 : matchString = currentValue.substring(0, contentAssistRequest.getMatchString().length());
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
82 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
82 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
82 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;
Discouraged access: The method getProposals() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
84 : contentAssistRequest.getProposals().clear();
Discouraged access: The method getMacros() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
85 : contentAssistRequest.getMacros().clear();
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
95 : contentAssistRequest.addProposal(proposal);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
107 : contentAssistRequest.addProposal(proposal);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUseBeanContentAssistProcessor.java :
115 : if (beanNameProposals[j] instanceof CustomCompletionProposal) {
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
118 : contentAssistRequest.addProposal(proposal);
Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
122 : contentAssistRequest.addProposal(proposal);
Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
136 : private IResource getResource(ContentAssistRequest request) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
141 : IStructuredDocumentRegion region = request.getDocumentRegion();
Discouraged access: The method getDocumentRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUseBeanContentAssistProcessor.java :
141 : IStructuredDocumentRegion region = request.getDocumentRegion();
Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
143 : IDocument document = region.getParentDocument();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
144 : IStructuredModel model = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
146 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
148 : baselocation = model.getBaseLocation();
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPUseBeanContentAssistProcessor.java :
152 : model.releaseFromRead();
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
30 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
32 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
33 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JavaTypeCompletionProposal.java :
34 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
42 : public class JavaTypeCompletionProposal extends CustomCompletionProposal implements IRelevanceCompletionProposal {
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
42 : public class JavaTypeCompletionProposal extends CustomCompletionProposal implements IRelevanceCompletionProposal {
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
51 : super(replacementString, replacementOffset, replacementLength, qualifiedName.length() + 2, image, (containerName != null && containerName.length() > 0) ? typeName + " - " + containerName : typeName, null, null, relevence, true); //$NON-NLS-1$
Discouraged access: The method setCursorPosition(int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
75 : super.setCursorPosition(cursorPosition);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
95 : protected String getImport(IStructuredDocumentRegion flatNode) {
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
96 : ITextRegionList regions = flatNode.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
96 : ITextRegionList regions = flatNode.getRegions();
Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
99 : for (int i = 0; i < regions.size(); i++) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
100 : ITextRegion region = regions.get(i);
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
100 : ITextRegion region = regions.get(i);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
101 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JavaTypeCompletionProposal.java :
101 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {
Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JavaTypeCompletionProposal.java :
101 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
102 : if (flatNode.getText(region).equals(JSP11Namespace.ATTR_NAME_IMPORT)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
109 : else if (isImport && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JavaTypeCompletionProposal.java :
109 : else if (isImport && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JavaTypeCompletionProposal.java :
109 : else if (isImport && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
110 : importSpec = flatNode.getText(region);
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
119 : protected int applyImport(IStructuredDocument model) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
125 : IStructuredDocumentRegion node = model.getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
125 : IStructuredDocumentRegion node = model.getFirstStructuredDocumentRegion();
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
136 : ITextRegionList regions = node.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
136 : ITextRegionList regions = node.getRegions();
Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
137 : if (regions.size() > 1) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
138 : ITextRegion name = regions.get(1);
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
138 : ITextRegion name = regions.get(1);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
140 : if (name.getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
142 : if (node.getText(name).equals(JSP11Namespace.ATTR_NAME_PAGE) || node.getText(name).equals(JSP12Namespace.ElementName.DIRECTIVE_PAGE)) {
Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
142 : if (node.getText(name).equals(JSP11Namespace.ATTR_NAME_PAGE) || node.getText(name).equals(JSP12Namespace.ElementName.DIRECTIVE_PAGE)) {
Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
143 : if (node.getEndOffset() < getReplacementOffset())
Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
143 : if (node.getEndOffset() < getReplacementOffset())
Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
144 : hint = node.getEndOffset();
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
153 : useXML = useXML || name.getType() == DOMJSPRegionContexts.JSP_ROOT_TAG_NAME;
Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
156 : node = node.getNext();
Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
179 : directive = model.getLineDelimiter() + directive;
Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
181 : directive = directive + model.getLineDelimiter();
Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
197 : model.replace(getReplacementOffset(), 0, directive);
Discouraged access: The method setReplacementString(String) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
245 : setReplacementString('"' + fShortName + '"');
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JavaTypeCompletionProposal.java :
246 : int importLength = applyImport((IStructuredDocument) document);
Discouraged access: The method setReplacementOffset(int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
247 : setReplacementOffset(getReplacementOffset() + importLength);
Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
247 : setReplacementOffset(getReplacementOffset() + importLength);
Discouraged access: The method getReplacementString() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
250 : setCursorPosition(getReplacementString().length());
Discouraged access: The method apply(IDocument, char, int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
251 : super.apply(document, trigger, offset);
Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
268 : if (offset > getReplacementOffset() + wordLength)
Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
272 : int length = offset - getReplacementOffset();
Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
275 : String start = StringUtils.stripQuotes(document.get(getReplacementOffset(), length));
Discouraged access: The method selected(ITextViewer, boolean) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeCompletionProposal.java :
297 : super.selected(viewer, false);
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeFinder.java :
32 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeFinder.java :
33 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;
Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeFinder.java :
82 : names.add(new CustomCompletionProposal("\"" + path + "\"", //$NON-NLS-1$ //$NON-NLS-2$ replacementStart, replacementLength, path.length() + 2, null, path, null, null, IRelevanceConstants.R_NONE));
Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeFinder.java :
82 : names.add(new CustomCompletionProposal("\"" + path + "\"", //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeFinder.java :
83 : replacementStart, replacementLength, path.length() + 2, null, path, null, null, IRelevanceConstants.R_NONE));
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeFinder.java :
83 : replacementStart, replacementLength, path.length() + 2, null, path, null, null, IRelevanceConstants.R_NONE));
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeNameRequestor.java :
14 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;
Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeNameRequestor.java :
59 : JavaTypeCompletionProposal proposal = new JavaTypeCompletionProposal(fullName, offset, length, fullName, image, typeNameString, typeQualifier, IRelevanceConstants.R_NONE, true);
Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeNameRequestor.java :
59 : JavaTypeCompletionProposal proposal = new JavaTypeCompletionProposal(fullName, offset, length, fullName, image, typeNameString, typeQualifier, IRelevanceConstants.R_NONE, true);
Discouraged access: The method setTriggerCharacters(char[]) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JavaTypeNameRequestor.java :
60 : proposal.setTriggerCharacters(JSPProposalCollector.getTypeTriggers());
Discouraged access: The type NoRegionContentAssistProcessorForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
19 : import org.eclipse.wst.html.ui.internal.contentassist.NoRegionContentAssistProcessorForHTML;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
20 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type NoRegionContentAssistProcessorForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
28 : public class NoRegionContentAssistProcessorForJSP extends NoRegionContentAssistProcessorForHTML {
Discouraged access: The constructor NoRegionContentAssistProcessorForHTML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
33 : super();
Discouraged access: The method initPartitionToProcessorMap() from the type NoRegionContentAssistProcessorForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
41 : super.initPartitionToProcessorMap();
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
45 : addPartitionProcessor(IStructuredPartitions.DEFAULT_PARTITION, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
46 : addPartitionProcessor(IXMLPartitions.XML_DEFAULT, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
47 : addPartitionProcessor(IHTMLPartitions.HTML_DEFAULT, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
48 : addPartitionProcessor(IHTMLPartitions.HTML_COMMENT, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
49 : addPartitionProcessor(IJSPPartitions.JSP_DEFAULT, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
50 : addPartitionProcessor(IJSPPartitions.JSP_DIRECTIVE, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
51 : addPartitionProcessor(IJSPPartitions.JSP_CONTENT_DELIMITER, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
52 : addPartitionProcessor(IJSPPartitions.JSP_CONTENT_JAVASCRIPT, jspContentAssistProcessor);
Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
55 : addPartitionProcessor(IJSPPartitions.JSP_CONTENT_JAVA, jspJavaContentAssistProcessor);
Discouraged access: The method initNameToProcessorMap() from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
60 : super.initNameToProcessorMap();
Discouraged access: The method addNameProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
62 : addNameProcessor(JSP11Namespace.ElementName.SETPROPERTY, jspPropertyCAP);
Discouraged access: The method addNameProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
63 : addNameProcessor(JSP11Namespace.ElementName.GETPROPERTY, jspPropertyCAP);
Discouraged access: The method addNameProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
64 : addNameProcessor(JSP11Namespace.ElementName.USEBEAN, new JSPUseBeanContentAssistProcessor());
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
78 : private boolean isJSPRegion(IStructuredDocumentRegion sdRegion) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
79 : String context = sdRegion.getType();
Discouraged access: The method guessContentAssistProcessor(ITextViewer, int) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
88 : IContentAssistProcessor p = super.guessContentAssistProcessor(viewer, documentOffset);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
90 : IStructuredDocumentRegion sdRegion = ((IStructuredDocument) viewer.getDocument()).getRegionAtCharacterOffset(documentOffset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
90 : IStructuredDocumentRegion sdRegion = ((IStructuredDocument) viewer.getDocument()).getRegionAtCharacterOffset(documentOffset);
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
NoRegionContentAssistProcessorForJSP.java :
90 : IStructuredDocumentRegion sdRegion = ((IStructuredDocument) viewer.getDocument()).getRegionAtCharacterOffset(documentOffset);
Discouraged access: The method getPartitionProcessor(String) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
NoRegionContentAssistProcessorForJSP.java :
92 : p = getPartitionProcessor(IJSPPartitions.JSP_CONTENT_JAVA);
Discouraged access: The type ActionContributorHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
ActionContributorJSP.java :
25 : import org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML;
Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
26 : import org.eclipse.wst.sse.ui.internal.actions.StructuredTextEditorActionConstants;
Discouraged access: The type ActionContributorHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
ActionContributorJSP.java :
41 : public class ActionContributorJSP extends ActionContributorHTML {
Discouraged access: The constructor ActionContributorHTML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
ActionContributorJSP.java :
50 : super();
Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
53 : this.renameElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_RENAME_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);
Discouraged access: The field UNDERSCORE from the type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
53 : this.renameElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_RENAME_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);
Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
57 : this.moveElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_MOVE_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);
Discouraged access: The field UNDERSCORE from the type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
57 : this.moveElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_MOVE_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);
Discouraged access: The method addToMenu(IMenuManager) from the type ActionContributorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
ActionContributorJSP.java :
74 : super.addToMenu(menu);
Discouraged access: The method setActiveEditor(IEditorPart) from the type ActionContributorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
ActionContributorJSP.java :
82 : super.setActiveEditor(activeEditor);
Discouraged access: The method getTextEditor(IEditorPart) from the type ActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
83 : this.renameElementAction.setAction(getAction(getTextEditor(getActiveEditorPart()), IActionConstantsJSP.ACTION_NAME_RENAME_ELEMENT));
Discouraged access: The method getTextEditor(IEditorPart) from the type ActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ActionContributorJSP.java :
84 : this.moveElementAction.setAction(getAction(getTextEditor(getActiveEditorPart()), IActionConstantsJSP.ACTION_NAME_MOVE_ELEMENT));
Discouraged access: The method setViewerSpecificContributionsEnabled(boolean) from the type ActionContributorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
ActionContributorJSP.java :
90 : super.setViewerSpecificContributionsEnabled(enabled);
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPSourceEditingTextTools.java :
18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type XMLSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPSourceEditingTextTools.java :
19 : import org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools;
Discouraged access: The type XMLSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPSourceEditingTextTools.java :
28 : public class JSPSourceEditingTextTools extends XMLSourceEditingTextTools {
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPSourceEditingTextTools.java :
40 : if (doc instanceof IDOMDocument) {
Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPSourceEditingTextTools.java :
41 : PageDirectiveAdapter adapter = (PageDirectiveAdapter) ((IDOMDocument) doc).getAdapterFor(PageDirectiveAdapter.class);
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPSourceEditingTextTools.java :
41 : PageDirectiveAdapter adapter = (PageDirectiveAdapter) ((IDOMDocument) doc).getAdapterFor(PageDirectiveAdapter.class);
Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesHandler.java :
16 : import org.eclipse.wst.html.ui.internal.search.HTMLFindOccurrencesProcessor;
Discouraged access: The type FindOccurrencesHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPFindOccurrencesHandler.java :
17 : import org.eclipse.wst.sse.ui.internal.handlers.FindOccurrencesHandler;
Discouraged access: The type FindOccurrencesHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPFindOccurrencesHandler.java :
19 : public class JSPFindOccurrencesHandler extends FindOccurrencesHandler {
Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesHandler.java :
25 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();
Discouraged access: The constructor HTMLFindOccurrencesProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesHandler.java :
25 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();
Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesHandler.java :
25 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
38 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
39 : import org.eclipse.wst.sse.core.internal.util.URIResolver;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaHyperlinkDetector.java :
40 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaHyperlinkDetector.java :
41 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
55 : IStructuredModel sModel = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
59 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
61 : URIResolver resolver = sModel.getResolver();
Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
61 : URIResolver resolver = sModel.getResolver();
Discouraged access: The method getFileBaseLocation() from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
63 : String uriString = resolver.getFileBaseLocation();
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
70 : sModel.releaseFromRead();
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaHyperlinkDetector.java :
194 : IDOMModel xmlModel = null;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaHyperlinkDetector.java :
196 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
196 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaHyperlinkDetector.java :
198 : IDOMDocument xmlDoc = xmlModel.getDocument();
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaHyperlinkDetector.java :
198 : IDOMDocument xmlDoc = xmlModel.getDocument();
Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
199 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaHyperlinkDetector.java :
207 : xmlModel.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TLDFileHyperlink.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TLDFileHyperlink.java :
29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TLDFileHyperlink.java :
75 : IDOMModel domModel = null;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TLDFileHyperlink.java :
77 : IStructuredModel model = StructuredModelManager.getModelManager().getModelForRead(file);
Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TLDFileHyperlink.java :
77 : IStructuredModel model = StructuredModelManager.getModelManager().getModelForRead(file);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TLDFileHyperlink.java :
78 : if (model instanceof IDOMModel) {
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TLDFileHyperlink.java :
79 : domModel = (IDOMModel) model;
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TLDFileHyperlink.java :
118 : domModel.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
46 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
47 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
48 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
49 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
50 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
51 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
53 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
54 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
55 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
56 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
57 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
58 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
79 : static IRegion findDefinition(IDOMModel model, String searchName, int searchType) {
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
82 : declarations = model.getDocument().getElementsByTagNameNS("*", JSP11TLDNames.TAG);
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
84 : declarations = model.getDocument().getElementsByTagNameNS("*", JSP11TLDNames.ATTRIBUTE);
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
87 : declarations = model.getDocument().getElementsByTagName(JSP11TLDNames.TAG);
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
89 : declarations = model.getDocument().getElementsByTagName(JSP11TLDNames.ATTRIBUTE);
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
92 : NodeList names = model.getDocument().getElementsByTagName(JSP11TLDNames.NAME);
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
100 : start = ((IDOMNode) caret).getStartOffset();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
100 : start = ((IDOMNode) caret).getStartOffset();
Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
103 : end = ((IDOMNode) caret).getEndOffset();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
103 : end = ((IDOMNode) caret).getEndOffset();
Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
149 : ITypedRegion partition = TextUtilities.getPartition(doc, IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING, region.getOffset(), false);
Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
149 : ITypedRegion partition = TextUtilities.getPartition(doc, IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING, region.getOffset(), false);
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
238 : CMElementDeclaration decl = (CMElementDeclaration) tracker.getElements().getNamedItem(currentNode.getNodeName());
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
238 : CMElementDeclaration decl = (CMElementDeclaration) tracker.getElements().getNamedItem(currentNode.getNodeName());
Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
238 : CMElementDeclaration decl = (CMElementDeclaration) tracker.getElements().getNamedItem(currentNode.getNodeName());
Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
240 : decl = (CMElementDeclaration) ((CMNodeWrapper) decl).getOriginNode();
Discouraged access: The method getOriginNode() from the type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
240 : decl = (CMElementDeclaration) ((CMNodeWrapper) decl).getOriginNode();
Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
240 : decl = (CMElementDeclaration) ((CMNodeWrapper) decl).getOriginNode();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
273 : IStructuredModel sModel = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
275 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
277 : baseLoc = sModel.getBaseLocation();
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
282 : sModel.releaseFromRead();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
297 : IDOMNode docNode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
297 : IDOMNode docNode = (IDOMNode) node;
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());
Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
302 : IDOMAttr att = (IDOMAttr) node;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
302 : IDOMAttr att = (IDOMAttr) node;
Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
304 : int regOffset = att.getValueRegionStartOffset();
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
305 : ITextRegion valueRegion = att.getValueRegion();
Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
305 : ITextRegion valueRegion = att.getValueRegion();
Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
307 : int regLength = valueRegion.getTextLength();
Discouraged access: The method getValueRegionText() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
308 : String attValue = att.getValueRegionText();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
318 : IDOMNode docNode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
318 : IDOMNode docNode = (IDOMNode) node;
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
319 : hyperRegion = getNameRegion(docNode.getFirstStructuredDocumentRegion());
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
321 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getFirstStructuredDocumentRegion().getTextLength());
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
321 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getFirstStructuredDocumentRegion().getTextLength());
Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
321 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getFirstStructuredDocumentRegion().getTextLength());
Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
357 : private IRegion getNameRegion(ITextRegionCollection containerRegion) {
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
358 : ITextRegionList regions = containerRegion.getRegions();
Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
358 : ITextRegionList regions = containerRegion.getRegions();
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
359 : ITextRegion nameRegion = null;
Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
360 : for (int i = 0; i < regions.size(); i++) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
361 : ITextRegion r = regions.get(i);
Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
361 : ITextRegion r = regions.get(i);
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
362 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
362 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {
Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
TaglibHyperlinkDetector.java :
362 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
368 : return new Region(containerRegion.getStartOffset(nameRegion), nameRegion.getTextLength());
Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
368 : return new Region(containerRegion.getStartOffset(nameRegion), nameRegion.getTextLength());
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
433 : IndexedRegion inode = null;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
434 : IStructuredModel sModel = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
436 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
438 : inode = sModel.getIndexedRegion(offset);
Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
440 : inode = sModel.getIndexedRegion(offset - 1);
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
TaglibHyperlinkDetector.java :
446 : sModel.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
URLFileRegionHyperlink.java :
38 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
URLFileRegionHyperlink.java :
39 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
URLFileRegionHyperlink.java :
202 : IStructuredModel model = null;
Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
URLFileRegionHyperlink.java :
204 : model = StructuredModelManager.getModelManager().getModelForRead(storage.getName(), storage.getContents(), null);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
URLFileRegionHyperlink.java :
210 : if (model instanceof IDOMModel) {
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
URLFileRegionHyperlink.java :
211 : definition = TaglibHyperlinkDetector.findDefinition((IDOMModel) model, fSearchName, fSearchType);
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
URLFileRegionHyperlink.java :
213 : model.releaseFromRead();
Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
54 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;
Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
55 : import org.eclipse.wst.sse.core.internal.encoding.CodedStreamCreator;
Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
83 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();
Discouraged access: The constructor CodedStreamCreator() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
83 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();
Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
83 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();
Discouraged access: The constructor DocumentReader(IDocument) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
84 : Reader reader = new DocumentReader(this.fJSPDoc);
Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
84 : Reader reader = new DocumentReader(this.fJSPDoc);
Discouraged access: The method set(IFile, Reader) from the type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
85 : codedStreamCreator.set(this.fJSPFile, reader);
Discouraged access: The method getCodedByteArrayOutputStream() from the type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
BasicRefactorSearchRequestor.java :
90 : codedByteStream = codedStreamCreator.getCodedByteArrayOutputStream();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaSelectionProvider.java :
23 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaSelectionProvider.java :
36 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaSelectionProvider.java :
36 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
38 : if (model instanceof IDOMModel) {
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
39 : IDOMModel xmlModel = (IDOMModel)model;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
39 : IDOMModel xmlModel = (IDOMModel)model;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
40 : IDOMDocument xmlDoc = xmlModel.getDocument();
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPJavaSelectionProvider.java :
40 : IDOMDocument xmlDoc = xmlModel.getDocument();
Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaSelectionProvider.java :
42 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPJavaSelectionProvider.java :
51 : model.releaseFromRead();
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPMoveElementActionDelegate.java :
24 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPMoveElementActionDelegate.java :
107 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPMoveElementActionDelegate.java :
107 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
33 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
79 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
79 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
87 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$
Discouraged access: The method displayErrorMessage(String) from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
87 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
88 : PlatformStatusLineUtil.addOneTimeClearListener();
Discouraged access: The method addOneTimeClearListener() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
88 : PlatformStatusLineUtil.addOneTimeClearListener();
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
93 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPRenameElementActionDelegate.java :
93 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
28 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
53 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
53 : PlatformStatusLineUtil.clearStatusLine();
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
61 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$
Discouraged access: The method displayErrorMessage(String) from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
61 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$
Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
62 : PlatformStatusLineUtil.addOneTimeClearListener();
Discouraged access: The method addOneTimeClearListener() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
RenameElementHandler.java :
62 : PlatformStatusLineUtil.addOneTimeClearListener();
Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesActionDelegate.java :
18 : import org.eclipse.wst.html.ui.internal.search.HTMLFindOccurrencesProcessor;
Discouraged access: The type FindOccurrencesActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPFindOccurrencesActionDelegate.java :
19 : import org.eclipse.wst.sse.ui.internal.search.FindOccurrencesActionDelegate;
Discouraged access: The type FindOccurrencesActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPFindOccurrencesActionDelegate.java :
24 : public class JSPFindOccurrencesActionDelegate extends FindOccurrencesActionDelegate {
Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesActionDelegate.java :
30 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();
Discouraged access: The constructor HTMLFindOccurrencesProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesActionDelegate.java :
30 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();
Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFindOccurrencesActionDelegate.java :
30 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type FindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPFindOccurrencesProcessor.java :
28 : import org.eclipse.wst.sse.ui.internal.search.FindOccurrencesProcessor;
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
31 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type FindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPFindOccurrencesProcessor.java :
36 : public class JSPFindOccurrencesProcessor extends FindOccurrencesProcessor {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
43 : return new String[]{DOMRegionContext.BLOCK_TEXT, DOMJSPRegionContexts.JSP_CONTENT};
Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
43 : return new String[]{DOMRegionContext.BLOCK_TEXT, DOMJSPRegionContexts.JSP_CONTENT};
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
46 : protected ISearchQuery getSearchQuery(IFile file, IStructuredDocument document, String regionText, String regionType, ITextSelection textSelection) {
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
63 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
63 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
65 : if (model != null && model instanceof IDOMModel) {
Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
66 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
66 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPFindOccurrencesProcessor.java :
66 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();
Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
67 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPFindOccurrencesProcessor.java :
78 : model.releaseFromRead();
Discouraged access: The type OccurrencesSearchResult is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPOccurrencesSearchResult.java :
15 : import org.eclipse.wst.sse.ui.internal.search.OccurrencesSearchResult;
Discouraged access: The type OccurrencesSearchResult is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPOccurrencesSearchResult.java :
20 : public class JSPOccurrencesSearchResult extends OccurrencesSearchResult {
Discouraged access: The constructor OccurrencesSearchResult(ISearchQuery) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPOccurrencesSearchResult.java :
23 : super(query);
Discouraged access: The method getMatches() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPOccurrencesSearchResult.java :
27 : return ((JSPSearchQuery)getQuery()).getMatches();
Discouraged access: The method getQuery() from the type OccurrencesSearchResult is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPOccurrencesSearchResult.java :
27 : return ((JSPSearchQuery)getQuery()).getMatches();
Discouraged access: The type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
23 : import org.eclipse.wst.sse.ui.internal.search.BasicSearchQuery;
Discouraged access: The type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
30 : public class JSPSearchQuery extends BasicSearchQuery {
Discouraged access: The constructor BasicSearchQuery(IFile) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
36 : super(file);
Discouraged access: The method clearMatches() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
51 : clearMatches();
Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
57 : SearchDocument delegate = support.addJspFile(getFile());
Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
60 : JSPSearchScope singleFileScope = new JSPSearchScope(new String[]{getFile().getFullPath().toString(), scopePath});
Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
82 : if(getFile() != null)
Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSearchQuery.java :
83 : filename = getFile().getName();
Discouraged access: The method addMatch(IDocument, int, int) from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSingleFileSearchRequestor.java :
36 : this.fQuery.addMatch(jspDocument, jspStart, jspEnd);
Discouraged access: The type BasicSearchLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPMatchPresentation.java :
17 : import org.eclipse.wst.sse.ui.internal.search.BasicSearchLabelProvider;
Discouraged access: The constructor BasicSearchLabelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPMatchPresentation.java :
28 : return new BasicSearchLabelProvider();
Discouraged access: The type BasicSearchLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPMatchPresentation.java :
28 : return new BasicSearchLabelProvider();
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPUIPreferenceInitializer.java :
9 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
10 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
11 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;
Discouraged access: The field TAG_ATTRIBUTE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
35 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_NAME, styleValue);
Discouraged access: The field TAG_ATTRIBUTE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
35 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_NAME, styleValue);
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;
Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
38 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, styleValue);
Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
38 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, styleValue);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
43 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS, styleValue);
Discouraged access: The field TAG_ATTRIBUTE_EQUALS from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
43 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS, styleValue);
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
46 : store.setDefault(IStyleConstantsXML.COMMENT_BORDER, styleValue);
Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
46 : store.setDefault(IStyleConstantsXML.COMMENT_BORDER, styleValue);
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
48 : store.setDefault(IStyleConstantsXML.COMMENT_TEXT, styleValue);
Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
48 : store.setDefault(IStyleConstantsXML.COMMENT_TEXT, styleValue);
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;
Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
51 : store.setDefault(IStyleConstantsXML.TAG_BORDER, styleValue);
Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
51 : store.setDefault(IStyleConstantsXML.TAG_BORDER, styleValue);
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;
Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
54 : store.setDefault(IStyleConstantsXML.TAG_NAME, styleValue);
Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPUIPreferenceInitializer.java :
54 : store.setDefault(IStyleConstantsXML.TAG_NAME, styleValue);
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;
Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPUIPreferenceInitializer.java :
56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPUIPreferenceInitializer.java :
56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPUIPreferenceInitializer.java :
56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPUIPreferenceInitializer.java :
57 : store.setDefault(IStyleConstantsHTML.SCRIPT_AREA_BORDER, styleValue);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPUIPreferenceInitializer.java :
57 : store.setDefault(IStyleConstantsHTML.SCRIPT_AREA_BORDER, styleValue);
Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractPropertyPreferencePage.java :
49 : import org.eclipse.wst.sse.core.internal.tasks.TaskTagPreferenceKeys;
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
50 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;
Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
51 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
102 : fEnableProjectSettings.setText(SSEUIMessages.EnableProjectSettings); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The field EnableProjectSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
102 : fEnableProjectSettings.setText(SSEUIMessages.EnableProjectSettings); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
120 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureWorkspaceSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The field ConfigureWorkspaceSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
120 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureWorkspaceSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
123 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureProjectSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The field ConfigureProjectSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
123 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureProjectSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
215 : dialog.setMessage(SSEUIMessages.PropertyPreferencePage_02);
Discouraged access: The field PropertyPreferencePage_02 from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
215 : dialog.setMessage(SSEUIMessages.PropertyPreferencePage_02);
Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
227 : dialog.setLabelProvider(new DecoratingLabelProvider(new WorkbenchLabelProvider(), SSEUIPlugin.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator()));
Discouraged access: The method getDefault() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
227 : dialog.setLabelProvider(new DecoratingLabelProvider(new WorkbenchLabelProvider(), SSEUIPlugin.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator()));
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
229 : dialog.setTitle(SSEUIMessages.PropertyPreferencePage_01);
Discouraged access: The field PropertyPreferencePage_01 from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractPropertyPreferencePage.java :
229 : dialog.setTitle(SSEUIMessages.PropertyPreferencePage_01);
Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractPropertyPreferencePage.java :
253 : System.out.println(getClass().getName() + " setting " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " (" + true + ") in scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The field TASK_TAG_PER_PROJECT from the type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractPropertyPreferencePage.java :
253 : System.out.println(getClass().getName() + " setting " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " (" + true + ") in scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractPropertyPreferencePage.java :
259 : System.out.println(getClass().getName() + " removing " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " from scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The field TASK_TAG_PER_PROJECT from the type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractPropertyPreferencePage.java :
259 : System.out.println(getClass().getName() + " removing " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " from scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
46 : import org.eclipse.wst.html.ui.internal.HTMLUIMessages;
Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
47 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
48 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent;
Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
180 : severity = fPreferencesService.getInt(getPreferenceNodeQualifier(), key, ValidationMessage.WARNING, createPreferenceScopes());
Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
180 : severity = fPreferencesService.getInt(getPreferenceNodeQualifier(), key, ValidationMessage.WARNING, createPreferenceScopes());
Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {
Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {
Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {
Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {
Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {
Discouraged access: The field IGNORE from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
296 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
303 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(control);
Discouraged access: The method adaptChild(Control) from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
305 : parentScrolledComposite.adaptChild(control);
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
309 : protected ScrolledPageContent getParentScrolledComposite(Control control) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
311 : while (!(parent instanceof ScrolledPageContent) && parent != null) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
314 : if (parent instanceof ScrolledPageContent) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
AbstractValidationSettingsPage.java :
315 : return (ScrolledPageContent) parent;
Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
342 : int severity = defaultContext.getInt(data.getKey(), ValidationMessage.WARNING);
Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
AbstractValidationSettingsPage.java :
342 : int severity = defaultContext.getInt(data.getKey(), ValidationMessage.WARNING);
Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
362 : mb.setText(HTMLUIMessages.Validation_Title);
Discouraged access: The field Validation_Title from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
362 : mb.setText(HTMLUIMessages.Validation_Title);
Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;
Discouraged access: The field Validation_Workspace from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;
Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;
Discouraged access: The field Validation_Project from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;
Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
370 : ValidateJob job = new ValidateJob(HTMLUIMessages.Validation_jobName);
Discouraged access: The field Validation_jobName from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
AbstractValidationSettingsPage.java :
370 : ValidateJob job = new ValidateJob(HTMLUIMessages.Validation_jobName);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
30 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;
Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPColorPage.java :
32 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;
Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
33 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore;
Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
34 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayKey;
Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
35 : import org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
36 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
37 : import org.eclipse.wst.xml.ui.internal.preferences.XMLColorPage;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
38 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;
Discouraged access: The type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
43 : public class JSPColorPage extends XMLColorPage {
Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
50 : fPicker = new JSPStyledTextColorPicker(parent, SWT.NULL);
Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
52 : fPicker.setLayoutData(data);
Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
54 : fPicker.setPreferenceStore(fOverlayStore);
Discouraged access: The method setPreferenceStore(IPreferenceStore) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
54 : fPicker.setPreferenceStore(fOverlayStore);
Discouraged access: The field fOverlayStore from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
54 : fPicker.setPreferenceStore(fOverlayStore);
Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
55 : setupPicker(fPicker);
Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
57 : fPicker.setText(getSampleText());
Discouraged access: The method setText(String) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
57 : fPicker.setText(getSampleText());
Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
63 : protected OverlayKey[] createOverlayStoreKeys() {
Discouraged access: The constructor OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.TypeDescriptor, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));
Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));
Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));
Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));
Discouraged access: The field STRING from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));
Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];
Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];
Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];
Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];
Discouraged access: The method initCommonContextStyleMap(Dictionary) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
84 : initCommonContextStyleMap(contextStyleMap);
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
85 : contextStyleMap.remove(DOMRegionContext.XML_CONTENT); // leave content between tags alone
Discouraged access: The field XML_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
85 : contextStyleMap.remove(DOMRegionContext.XML_CONTENT); // leave content between tags alone
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
86 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_OPEN); // xml/html specific
Discouraged access: The field XML_DECLARATION_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
86 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_OPEN); // xml/html specific
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
87 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_CLOSE); // xml/html specific
Discouraged access: The field XML_DECLARATION_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
87 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_CLOSE); // xml/html specific
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
88 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECLARATION); // xml/html specific
Discouraged access: The field XML_ELEMENT_DECLARATION from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
88 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECLARATION); // xml/html specific
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
89 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECL_CLOSE); // xml/html specific
Discouraged access: The field XML_ELEMENT_DECL_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPColorPage.java :
89 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECL_CLOSE); // xml/html specific
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
93 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DECLARATION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
93 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DECLARATION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
94 : contextStyleMap.put(DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
94 : contextStyleMap.put(DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
95 : contextStyleMap.put(DOMJSPRegionContexts.JSP_EXPRESSION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
95 : contextStyleMap.put(DOMJSPRegionContexts.JSP_EXPRESSION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
96 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
96 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
97 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
97 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
98 : contextStyleMap.put(DOMJSPRegionContexts.JSP_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
98 : contextStyleMap.put(DOMJSPRegionContexts.JSP_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
102 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_NAME, IStyleConstantsXML.TAG_NAME);
Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
102 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_NAME, IStyleConstantsXML.TAG_NAME);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
103 : contextStyleMap.put(DOMJSPRegionContexts.JSP_ROOT_TAG_NAME, IStyleConstantsXML.TAG_NAME);
Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
103 : contextStyleMap.put(DOMJSPRegionContexts.JSP_ROOT_TAG_NAME, IStyleConstantsXML.TAG_NAME);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
104 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);
Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
104 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
105 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);
Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
105 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
106 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);
Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
106 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
108 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);
Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
108 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
109 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);
Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
109 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);
Discouraged access: The method initCommonDescriptions(Dictionary) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
113 : initCommonDescriptions(descriptions);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
114 : descriptions.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone
Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
114 : descriptions.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
115 : descriptions.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific
Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
115 : descriptions.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
116 : descriptions.put(IStyleConstantsHTML.SCRIPT_AREA_BORDER, JSPUIMessages.JSP_Delimiters_UI_); //$NON-NLS-1$ = "JSP Delimiters"
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
116 : descriptions.put(IStyleConstantsHTML.SCRIPT_AREA_BORDER, JSPUIMessages.JSP_Delimiters_UI_); //$NON-NLS-1$ = "JSP Delimiters"
Discouraged access: The method initCommonStyleList(ArrayList) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
121 : initCommonStyleList(list);
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
122 : list.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone
Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
122 : list.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
123 : list.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific
Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
123 : list.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
124 : list.add(IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPColorPage.java :
124 : list.add(IStyleConstantsHTML.SCRIPT_AREA_BORDER);
Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
128 : protected void setupPicker(StyledTextColorPicker picker) {
Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPColorPage.java :
129 : IModelManager mmanager = StructuredModelManager.getModelManager();
Discouraged access: The method setParser(RegionParser) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
130 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP).getParser());
Discouraged access: The method createStructuredDocumentFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPColorPage.java :
130 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP).getParser());
Discouraged access: The method getParser() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPColorPage.java :
130 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP).getParser());
Discouraged access: The method setContextStyleMap(Dictionary) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
143 : picker.setContextStyleMap(contextStyleMap);
Discouraged access: The method setDescriptions(Dictionary) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
144 : picker.setDescriptions(descriptions);
Discouraged access: The method setStyleList(List) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPColorPage.java :
145 : picker.setStyleList(styleList);
Discouraged access: The method createContents(Composite) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPColorPage.java :
153 : Control c = super.createContents(parent);
Discouraged access: The type HTMLFilesPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFilesPreferencePage.java :
21 : import org.eclipse.wst.html.ui.internal.preferences.ui.HTMLFilesPreferencePage;
Discouraged access: The type HTMLFilesPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPFilesPreferencePage.java :
23 : public class JSPFilesPreferencePage extends HTMLFilesPreferencePage {
Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
15 : import org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker;
Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
21 : public class JSPStyledTextColorPicker extends StyledTextColorPicker {
Discouraged access: The constructor StyledTextColorPicker(Composite, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
24 : super(parent, style);
Discouraged access: The method activate(String) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
32 : super.activate(namedStyle);
Discouraged access: The field fForeground from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
35 : fForeground.setEnabled(false);
Discouraged access: The field fBold from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
36 : fBold.setEnabled(false);
Discouraged access: The field showItalic from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
37 : if (showItalic)
Discouraged access: The field fItalic from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
38 : fItalic.setEnabled(false);
Discouraged access: The field fForegroundLabel from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPStyledTextColorPicker.java :
39 : fForegroundLabel.setEnabled(false);
Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot
JSPSyntaxColoringPage.java :
74 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPSyntaxColoringPage.java :
76 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPSyntaxColoringPage.java :
77 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPSyntaxColoringPage.java :
78 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPSyntaxColoringPage.java :
79 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSyntaxColoringPage.java :
80 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;
Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSyntaxColoringPage.java :
81 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;
Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSyntaxColoringPage.java :
82 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore;
Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSyntaxColoringPage.java :
83 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayKey;
Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSyntaxColoringPage.java :
84 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot
JSPSyntaxColoringPage.java :
85 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot
JSPSyntaxColoringPage.java :
86 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPSyntaxColoringPage.java :
87 : import org.eclipse.wst.xml.ui.internal.XMLUIMessages;
Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JSPSyntaxColoringPage.java :
88 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot
JSPSyntaxColoringPage.java :
106 : private IStructuredDocument fDo