Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 5 Number of classfiles: 5
Problems: 78 (Errors: 0 Warnings: 78 )
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonSelectContentAssistRequest.java :
17 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonSelectContentAssistRequest.java :
18 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
19 : import org.eclipse.wst.xml.core.internal.contentmodel.util.DOMNamespaceHelper;
The import org.eclipse.wst.xml.core.internal.contentmodel.util.DOMNamespaceHelper is never used
CommonSelectContentAssistRequest.java :
19 : import org.eclipse.wst.xml.core.internal.contentmodel.util.DOMNamespaceHelper;
Discouraged access: The type NamespaceTable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
20 : import org.eclipse.wst.xml.core.internal.contentmodel.util.NamespaceTable;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;
The import org.eclipse.wst.xsl.core.model.CallTemplate is never used
CommonSelectContentAssistRequest.java :
22 : import org.eclipse.wst.xsl.core.model.CallTemplate;
Discouraged access: The type EXSLTCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.exslt.core/@dot
CommonSelectContentAssistRequest.java :
23 : import org.eclipse.wst.xsl.exslt.core.internal.EXSLTCore;
Discouraged access: The type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
24 : import org.eclipse.wst.xsl.ui.internal.contentassist.SelectAttributeContentAssist;
Discouraged access: The type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
25 : import org.eclipse.wst.xsl.ui.internal.util.XSLPluginImageHelper;
Discouraged access: The type XSLPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
26 : import org.eclipse.wst.xsl.ui.internal.util.XSLPluginImages;
The import org.eclipse.wst.xsl.ui.provisional.contentassist.AbstractXSLContentAssistRequest is never used
CommonSelectContentAssistRequest.java :
27 : import org.eclipse.wst.xsl.ui.provisional.contentassist.AbstractXSLContentAssistRequest;
Discouraged access: The type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
33 : public class CommonSelectContentAssistRequest extends SelectAttributeContentAssist {
The field CommonSelectContentAssistRequest.EXSLT_COMMON_NAMESPACE is never read locally
CommonSelectContentAssistRequest.java :
35 : private static final String EXSLT_COMMON_NAMESPACE = "http://exslt.org/common";
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonSelectContentAssistRequest.java :
41 : IStructuredDocumentRegion documentRegion,
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonSelectContentAssistRequest.java :
42 : ITextRegion completionRegion, int begin, int length, String filter,
Discouraged access: The constructor SelectAttributeContentAssist(Node, IStructuredDocumentRegion, ITextRegion, int, int, String, ITextViewer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
44 : super(node, documentRegion, completionRegion, begin, length, filter, textViewer);
Discouraged access: The method adjustXPathStart(String) from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
53 : adjustXPathStart(SELECT_ATTRIBUTE);
Discouraged access: The field SELECT_ATTRIBUTE from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
53 : adjustXPathStart(SELECT_ATTRIBUTE);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
56 : IDOMAttr attrNode = getAttribute(SELECT_ATTRIBUTE);
Discouraged access: The method getAttribute(String) from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
56 : IDOMAttr attrNode = getAttribute(SELECT_ATTRIBUTE);
Discouraged access: The field SELECT_ATTRIBUTE from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
56 : IDOMAttr attrNode = getAttribute(SELECT_ATTRIBUTE);
Discouraged access: The method extractXPathMatchString(IDOMAttr, ITextRegion, int) from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
58 : this.matchString = extractXPathMatchString(attrNode, getRegion(), getReplacementBeginPosition());
Discouraged access: The type NamespaceTable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
69 : NamespaceTable namespaceTable = new NamespaceTable(doc);
Discouraged access: The constructor NamespaceTable(Document) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
69 : NamespaceTable namespaceTable = new NamespaceTable(doc);
Discouraged access: The type NamespaceTable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
69 : NamespaceTable namespaceTable = new NamespaceTable(doc);
Discouraged access: The method addElement(Element) from the type NamespaceTable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
70 : namespaceTable.addElement(doc.getDocumentElement());
Discouraged access: The method getPrefixForURI(String) from the type NamespaceTable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonSelectContentAssistRequest.java :
71 : prefix = namespaceTable.getPrefixForURI(EXSLTCore.EXSLT_COMMON_NAMESPACE);
Discouraged access: The type EXSLTCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.exslt.core/@dot
CommonSelectContentAssistRequest.java :
71 : prefix = namespaceTable.getPrefixForURI(EXSLTCore.EXSLT_COMMON_NAMESPACE);
Discouraged access: The field EXSLT_COMMON_NAMESPACE from the type EXSLTCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.exslt.core/@dot
CommonSelectContentAssistRequest.java :
71 : prefix = namespaceTable.getPrefixForURI(EXSLTCore.EXSLT_COMMON_NAMESPACE);
Discouraged access: The type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
89 : nodeset.length(), XSLPluginImageHelper
Discouraged access: The method getInstance() from the type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
89 : nodeset.length(), XSLPluginImageHelper .getInstance().getImage(
Discouraged access: The method getImage(String) from the type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
89 : nodeset.length(), XSLPluginImageHelper .getInstance().getImage( XSLPluginImages.IMG_XPATH_FUNCTION), nodeset, null, null, 0);
Discouraged access: The type XSLPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
91 : XSLPluginImages.IMG_XPATH_FUNCTION), nodeset, null, null, 0);
Discouraged access: The field IMG_XPATH_FUNCTION from the type XSLPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
91 : XSLPluginImages.IMG_XPATH_FUNCTION), nodeset, null, null, 0);
Discouraged access: The type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
106 : nodeset.length(), XSLPluginImageHelper
Discouraged access: The method getInstance() from the type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
106 : nodeset.length(), XSLPluginImageHelper .getInstance().getImage(
Discouraged access: The method getImage(String) from the type XSLPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
106 : nodeset.length(), XSLPluginImageHelper .getInstance().getImage( XSLPluginImages.IMG_XPATH_FUNCTION), nodeset, null, null, 0);
Discouraged access: The type XSLPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
108 : XSLPluginImages.IMG_XPATH_FUNCTION), nodeset, null, null, 0);
Discouraged access: The field IMG_XPATH_FUNCTION from the type XSLPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonSelectContentAssistRequest.java :
108 : XSLPluginImages.IMG_XPATH_FUNCTION), nodeset, null, null, 0);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonTestContentAssistRequest.java :
7 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonTestContentAssistRequest.java :
8 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonTestContentAssistRequest.java :
9 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonTestContentAssistRequest.java :
19 : IStructuredDocumentRegion documentRegion,
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
CommonTestContentAssistRequest.java :
20 : ITextRegion completionRegion, int begin, int length, String filter,
Discouraged access: The method adjustXPathStart(String) from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonTestContentAssistRequest.java :
29 : adjustXPathStart(ATTR_TEST);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
CommonTestContentAssistRequest.java :
32 : IDOMAttr attrNode = getAttribute(ATTR_TEST);
Discouraged access: The method getAttribute(String) from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonTestContentAssistRequest.java :
32 : IDOMAttr attrNode = getAttribute(ATTR_TEST);
Discouraged access: The method extractXPathMatchString(IDOMAttr, ITextRegion, int) from the type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
CommonTestContentAssistRequest.java :
34 : this.matchString = extractXPathMatchString(attrNode, getRegion(), getReplacementBeginPosition());
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
14 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
15 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
16 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
17 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type SelectAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
EXSLTContentAssistRequestFactory.java :
19 : import org.eclipse.wst.xsl.ui.internal.contentassist.SelectAttributeContentAssist;
The import org.eclipse.wst.xsl.ui.internal.contentassist.SelectAttributeContentAssist is never used
EXSLTContentAssistRequestFactory.java :
19 : import org.eclipse.wst.xsl.ui.internal.contentassist.SelectAttributeContentAssist;
Discouraged access: The type TestAttributeContentAssist is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
EXSLTContentAssistRequestFactory.java :
20 : import org.eclipse.wst.xsl.ui.internal.contentassist.TestAttributeContentAssist;
The import org.eclipse.wst.xsl.ui.internal.contentassist.TestAttributeContentAssist is never used
EXSLTContentAssistRequestFactory.java :
20 : import org.eclipse.wst.xsl.ui.internal.contentassist.TestAttributeContentAssist;
Discouraged access: The type HrefContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
EXSLTContentAssistRequestFactory.java :
21 : import org.eclipse.wst.xsl.ui.internal.contentassist.href.HrefContentAssistRequest;
The import org.eclipse.wst.xsl.ui.internal.contentassist.href.HrefContentAssistRequest is never used
EXSLTContentAssistRequestFactory.java :
21 : import org.eclipse.wst.xsl.ui.internal.contentassist.href.HrefContentAssistRequest;
The field EXSLTContentAssistRequestFactory.ATTR_MATCH is never read locally
EXSLTContentAssistRequestFactory.java :
36 : private static final String ATTR_MATCH = "match"; //$NON-NLS-1$
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
39 : private IDOMNode xmlNode;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
40 : private IStructuredDocumentRegion sdRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
41 : private ITextRegion completionRegion;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
53 : public EXSLTContentAssistRequestFactory(ITextViewer textViewer, int documentPosition, IDOMNode xmlNode,
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
54 : IStructuredDocumentRegion sdRegion, ITextRegion completionRegion,
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
54 : IStructuredDocumentRegion sdRegion, ITextRegion completionRegion,
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
70 : IDOMElement element = (IDOMElement) xmlNode;
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
70 : IDOMElement element = (IDOMElement) xmlNode;
Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
82 : private boolean isElementProposal(IDOMElement element) {
The local variable localName is never read
EXSLTContentAssistRequestFactory.java :
83 : String localName = element.getLocalName();
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
106 : NamedNodeMap nodeMap, ITextRegion aRegion) {
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
107 : IDOMAttr attrNode = (IDOMAttr) nodeMap.getNamedItem(attrName);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
107 : IDOMAttr attrNode = (IDOMAttr) nodeMap.getNamedItem(attrName);
Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
108 : return attrNode != null && attrNode.getValueRegion() != null
Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
EXSLTContentAssistRequestFactory.java :
109 : && attrNode.getValueRegion().getStart() == aRegion.getStart();
Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
109 : && attrNode.getValueRegion().getStart() == aRegion.getStart();
Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
EXSLTContentAssistRequestFactory.java :
109 : && attrNode.getValueRegion().getStart() == aRegion.getStart();