Compiler: Eclipse Java Compiler Version: 0.735, 3.3.0 milestone-5
Number of source files: 16 Number of classfiles: 179
Problems: 1826 (Errors: 0 Warnings: 1826 )
Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
53 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;
Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
54 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;
Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
59 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;
Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
60 : import org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
61 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;
Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
62 : import org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
63 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;
Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredTextViewerConfigurationJSP.java :
64 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;
Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
67 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
89 : private LineStyleProvider fLineStyleProviderForJava;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
93 : private LineStyleProvider fLineStyleProviderForJSP;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
97 : private LineStyleProvider fLineStyleProviderForJSPEL;
Discouraged access: The constructor StructuredFormattingStrategy(IStructuredFormatProcessor) is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
236 : formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
236 : formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The constructor HTMLFormatProcessorImpl() is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
236 : formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
236 : formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
321 : public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
322 : LineStyleProvider[] providers = null;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
337 : providers = new LineStyleProvider[]{getLineStyleProviderForJava()};
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
340 : providers = new LineStyleProvider[]{getLineStyleProviderForJSPEL()};
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
343 : providers = new LineStyleProvider[]{getLineStyleProviderForJSP()};
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
349 : private LineStyleProvider getLineStyleProviderForJava() {
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
356 : private LineStyleProvider getLineStyleProviderForJSP() {
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
363 : private LineStyleProvider getLineStyleProviderForJSPEL() {
Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
372 : fStatusLineLabelProvider = new JFaceNodeLabelProvider() {
Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot
StructuredTextViewerConfigurationJSP.java :
382 : s.insert(0, super.getText(node));
Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
408 : TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();
Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
408 : TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();
Discouraged access: The method getDefault() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
408 : TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();
Discouraged access: The method getTextHoverManager() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
408 : TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();
Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
409 : TextHoverManager.TextHoverDescriptor[] hoverDescs = manager.getTextHovers();
Discouraged access: The type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
409 : TextHoverManager.TextHoverDescriptor[] hoverDescs = manager.getTextHovers();
Discouraged access: The method getTextHovers() from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
409 : TextHoverManager.TextHoverDescriptor[] hoverDescs = manager.getTextHovers();
Discouraged access: The method isEnabled() from the type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
412 : if (hoverDescs[i].isEnabled() && EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
412 : if (hoverDescs[i].isEnabled() && EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {
Discouraged access: The method computeStateMask(String) from the type EditorUtility is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
412 : if (hoverDescs[i].isEnabled() && EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {
Discouraged access: The method getModifierString() from the type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
412 : if (hoverDescs[i].isEnabled() && EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {
Discouraged access: The method getId() from the type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
413 : String hoverType = hoverDescs[i].getId();
Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
414 : if (TextHoverManager.COMBINATION_HOVER.equalsIgnoreCase(hoverType)) {
Discouraged access: The field COMBINATION_HOVER from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
414 : if (TextHoverManager.COMBINATION_HOVER.equalsIgnoreCase(hoverType)) {
Discouraged access: The method createBestMatchHover(ITextHover) from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
417 : hover = manager.createBestMatchHover(new JSPTagInfoHoverProcessor());
Discouraged access: The method createBestMatchHover(ITextHover) from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
421 : hover = manager.createBestMatchHover(new JSPJavaJavadocHoverProcessor());
Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
424 : else if (TextHoverManager.DOCUMENTATION_HOVER.equalsIgnoreCase(hoverType)) {
Discouraged access: The field DOCUMENTATION_HOVER from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
StructuredTextViewerConfigurationJSP.java :
424 : else if (TextHoverManager.DOCUMENTATION_HOVER.equalsIgnoreCase(hoverType)) {
Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
458 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot
StructuredTextViewerConfigurationJSP.java :
458 : targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);
Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredTextViewerConfigurationJSP.java :
459 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredTextViewerConfigurationJSP.java :
459 : targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);
Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
25 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
34 : IStructuredModel model = null;
Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
36 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
42 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
42 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
42 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
43 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
51 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
51 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
51 : 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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot
StructuredAutoEditStrategyJSP.java :
53 : !node.getSource().endsWith("}")) { //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
StructuredAutoEditStrategyJSP.java :
65 : model.releaseFromRead();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/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 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot
JavaBreakpointProvider.java :
77 : doc = ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument();
Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
NewJSPWizard.java :
34 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;
Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
NewJSPWizard.java :
99 : String charSet = preference.getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);
Discouraged access: The field OUTPUT_CODESET from the type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
NewJSPWizard.java :
99 : String charSet = preference.getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);