Compiler Report

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 )

Source File: org/eclipse/wst/xsl/exslt/ui/internal/contentassist/CommonSelectContentAssistRequest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: UnusedImport

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: UnusedImport

The import org.eclipse.wst.xsl.core.model.CallTemplate is never used

CommonSelectContentAssistRequest.java :

22 : import org.eclipse.wst.xsl.core.model.CallTemplate;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: UnusedImport

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;

13. WARNING: DiscouragedReference

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 {

14. WARNING: UnusedPrivateField

The field CommonSelectContentAssistRequest.EXSLT_COMMON_NAMESPACE is never read locally

CommonSelectContentAssistRequest.java :

35 : private static final String EXSLT_COMMON_NAMESPACE = "http://exslt.org/common";

15. WARNING: DiscouragedReference

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,

16. WARNING: DiscouragedReference

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,

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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());

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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(

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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(

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/xsl/exslt/ui/internal/contentassist/CommonTestContentAssistRequest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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,

5. WARNING: DiscouragedReference

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,

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wst/xsl/exslt/ui/internal/contentassist/EXSLTContentAssistRequestFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: UnusedImport

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: UnusedImport

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: UnusedImport

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;

12. WARNING: UnusedPrivateField

The field EXSLTContentAssistRequestFactory.ATTR_MATCH is never read locally

EXSLTContentAssistRequestFactory.java :

36 : private static final String ATTR_MATCH = "match"; //$NON-NLS-1$

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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,

17. WARNING: DiscouragedReference

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,

18. WARNING: DiscouragedReference

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,

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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;

21. WARNING: DiscouragedReference

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) {

22. WARNING: LocalVariableIsNeverUsed

The local variable localName is never read

EXSLTContentAssistRequestFactory.java :

83 : String localName = element.getLocalName();

23. WARNING: DiscouragedReference

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) {

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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();

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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();