Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 72 Number of classfiles: 110

Problems: 1015 (Errors: 0 Warnings: 1015 )

Source File: org/eclipse/wst/xsl/ui/internal/StructuredTextViewerConfigurationXSL.java
1. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationXSL.java :

19 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider; // import

2. WARNING: DiscouragedReference

Discouraged access: The type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationXSL.java :

23 : import org.eclipse.wst.xml.ui.internal.contentassist.NoRegionContentAssistProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationXSL.java :

41 : private LineStyleProvider fLineStyleProviderForXSL;

4. WARNING: DiscouragedReference

Discouraged access: The constructor NoRegionContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationXSL.java :

64 : processors = new IContentAssistProcessor[] { new NoRegionContentAssistProcessor() };

5. WARNING: DiscouragedReference

Discouraged access: The type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationXSL.java :

64 : processors = new IContentAssistProcessor[] { new NoRegionContentAssistProcessor() };

6. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationXSL.java :

110 : public LineStyleProvider[] getLineStyleProviders(

7. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationXSL.java :

112 : LineStyleProvider[] providers = null;

8. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationXSL.java :

114 : providers = new LineStyleProvider[] {getLineStyleProviderForXSL()};

9. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationXSL.java :

128 : protected LineStyleProvider getLineStyleProviderForXSL() {

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

20 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

22 : import org.eclipse.wst.sse.core.internal.util.Debug;

4. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

23 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

7. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

8. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

27 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQueryAction;

9. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.util.DOMNamespaceHelper;

10. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

29 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

31 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

13. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

32 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;

14. WARNING: DiscouragedReference

Discouraged access: The type CMImageUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

33 : import org.eclipse.wst.xml.ui.internal.editor.CMImageUtil;

15. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

34 : import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImageHelper;

16. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

35 : import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImages;

17. WARNING: DiscouragedReference

Discouraged access: The type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

36 : import org.eclipse.wst.xml.ui.internal.taginfo.MarkupTagInfoProvider;

18. WARNING: DiscouragedReference

Discouraged access: The type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

53 : protected MarkupTagInfoProvider infoProvider = null;

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

67 : IStructuredDocumentRegion documentRegion,

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

68 : ITextRegion completionRegion, int begin, int length, String filter,

21. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

73 : protected Iterator<CMNode> getAvailableContentNodes(IDOMDocument domDocument, Node ancestorNode, int includeOptions) {

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

73 : protected Iterator<CMNode> getAvailableContentNodes(IDOMDocument domDocument, Node ancestorNode, int includeOptions) {

23. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

74 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(domDocument);

24. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

74 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(domDocument);

25. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

74 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(domDocument);

26. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

75 : CMElementDeclaration cmElementDec = modelQuery.getCMElementDeclaration((Element)ancestorNode);

27. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

75 : CMElementDeclaration cmElementDec = modelQuery.getCMElementDeclaration((Element)ancestorNode);

28. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

76 : List <CMNode> cmNodeList = modelQuery.getAvailableContent((Element)ancestorNode, cmElementDec, includeOptions);

29. WARNING: DiscouragedReference

Discouraged access: The method getAvailableContent(Element, CMElementDeclaration, int) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

76 : List <CMNode> cmNodeList = modelQuery.getAvailableContent((Element)ancestorNode, cmElementDec, includeOptions);

30. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

77 : Iterator <CMNode> cmNodeIt = cmNodeList.iterator();

31. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

81 : protected CustomCompletionProposal createProposal(String proposedText, String additionalInfo, int offset,

32. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

83 : CustomCompletionProposal proposal = new CustomCompletionProposal(

33. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

83 : CustomCompletionProposal proposal = new CustomCompletionProposal( proposedText, offset, 0, startLength + proposedText.length() - getMatchString().length(), image, proposedText, null, additionalInfo, 0, true);

34. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

83 : CustomCompletionProposal proposal = new CustomCompletionProposal(

35. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

89 : protected Image getCMNodeImage(CMNode cmNode) {

36. WARNING: DiscouragedReference

Discouraged access: The type CMImageUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

90 : Image image = CMImageUtil.getImage(cmNode);

37. WARNING: DiscouragedReference

Discouraged access: The method getImage(CMNode) from the type CMImageUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

90 : Image image = CMImageUtil.getImage(cmNode);

38. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

92 : image = XMLEditorPluginImageHelper .getInstance()

39. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

92 : image = XMLEditorPluginImageHelper

40. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

92 : image = XMLEditorPluginImageHelper .getInstance() .getImage( XMLEditorPluginImages.IMG_OBJ_TAG_GENERIC);

41. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

95 : XMLEditorPluginImages.IMG_OBJ_TAG_GENERIC);

42. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_TAG_GENERIC from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

95 : XMLEditorPluginImages.IMG_OBJ_TAG_GENERIC);

43. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

100 : protected String getRequiredName(Node ownerNode, CMNode cmnode) {

44. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

102 : return DOMNamespaceHelper.computeName(cmnode, ownerNode, null);

45. WARNING: DiscouragedReference

Discouraged access: The method computeName(CMNode, Node, String) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

102 : return DOMNamespaceHelper.computeName(cmnode, ownerNode, null);

46. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

104 : return cmnode.getNodeName();

47. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

115 : protected String getAdditionalInfo(CMNode parentOrOwner, CMNode cmnode) {

48. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

115 : protected String getAdditionalInfo(CMNode parentOrOwner, CMNode cmnode) {

49. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

119 : if (Debug.displayWarnings) {

50. WARNING: DiscouragedReference

Discouraged access: The field displayWarnings from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

119 : if (Debug.displayWarnings) {

51. WARNING: DiscouragedReference

Discouraged access: The method getInfo(CMNode) from the type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

125 : addlInfo = getInfoProvider().getInfo(cmnode);

52. WARNING: DiscouragedReference

Discouraged access: The method getInfo(CMNode) from the type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

127 : addlInfo = getInfoProvider().getInfo(parentOrOwner);

53. WARNING: DiscouragedReference

Discouraged access: The type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

138 : protected MarkupTagInfoProvider getInfoProvider() {

54. WARNING: DiscouragedReference

Discouraged access: The constructor MarkupTagInfoProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

140 : infoProvider = new MarkupTagInfoProvider();

55. WARNING: DiscouragedReference

Discouraged access: The type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

140 : infoProvider = new MarkupTagInfoProvider();

56. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

158 : return replacementBeginPosition > documentRegion.getStartOffset(region) + region.getLength();

57. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXMLElementContentAssistRequest.java :

158 : return replacementBeginPosition > documentRegion.getStartOffset(region) + region.getLength();

58. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

175 : List<CMNode> cmnodes = null;

59. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

180 : Iterator<CMNode> nodeIterator = cmnodes.iterator();

60. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

192 : CMNode elementDecl = nodeIterator.next();

61. WARNING: DiscouragedReference

Discouraged access: The method getRequiredName(Node, CMNode) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

198 : proposedText = contentModel.getRequiredName(ancestorNode, elementDecl);

62. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

202 : if (elementDecl instanceof CMElementDeclaration) {

63. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

203 : CMElementDeclaration ed = (CMElementDeclaration) elementDecl;

64. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

203 : CMElementDeclaration ed = (CMElementDeclaration) elementDecl;

65. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

204 : if (ed.getContentType() == CMElementDeclaration.EMPTY) {

66. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

204 : if (ed.getContentType() == CMElementDeclaration.EMPTY) {

67. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

204 : if (ed.getContentType() == CMElementDeclaration.EMPTY) {

68. WARNING: DiscouragedReference

Discouraged access: The method generateTag(Node, CMElementDeclaration, StringBuffer) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

210 : contentModel.generateTag(ancestorNode, ed, sb);

69. WARNING: DiscouragedReference

Discouraged access: The type CMImageUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

220 : Image image = CMImageUtil.getImage(elementDecl);

70. WARNING: DiscouragedReference

Discouraged access: The method getImage(CMNode) from the type CMImageUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

220 : Image image = CMImageUtil.getImage(elementDecl);

71. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

222 : image = XMLEditorPluginImageHelper .getInstance() .getImage( XMLEditorPluginImages.IMG_OBJ_TAG_GENERIC);

72. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

222 : image = XMLEditorPluginImageHelper

73. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

222 : image = XMLEditorPluginImageHelper .getInstance()

74. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

225 : XMLEditorPluginImages.IMG_OBJ_TAG_GENERIC);

75. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_TAG_GENERIC from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

225 : XMLEditorPluginImages.IMG_OBJ_TAG_GENERIC);

76. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

229 : CustomCompletionProposal proposal = new CustomCompletionProposal(

77. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

229 : CustomCompletionProposal proposal = new CustomCompletionProposal( proposedText, getReplacementBeginPosition(), getReplacementLength(), cursorAdjustment, image, contentModel.getRequiredName(getParent(), elementDecl), null, proposedInfo, XMLRelevanceConstants.R_TAG_NAME);

78. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXMLElementContentAssistRequest.java :

229 : CustomCompletionProposal proposal = new CustomCompletionProposal(

79. WARNING: DiscouragedReference

Discouraged access: The method getRequiredName(Node, CMNode) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

232 : image, contentModel.getRequiredName(getParent(), elementDecl), null, proposedInfo,

80. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

234 : XMLRelevanceConstants.R_TAG_NAME);

81. WARNING: DiscouragedReference

Discouraged access: The field R_TAG_NAME from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXMLElementContentAssistRequest.java :

234 : XMLRelevanceConstants.R_TAG_NAME);

82. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

257 : protected List<CMNode> getAvailableChildElementDeclarations(Element parent,

83. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

260 : childPosition, ModelQuery.VALIDITY_NONE);

84. WARNING: DiscouragedReference

Discouraged access: The field VALIDITY_NONE from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

260 : childPosition, ModelQuery.VALIDITY_NONE);

85. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

262 : List<CMNode> cmnodes = new Vector();

86. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

264 : ModelQueryAction action = (ModelQueryAction) iterator.next();

87. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

264 : ModelQueryAction action = (ModelQueryAction) iterator.next();

88. WARNING: DiscouragedReference

Discouraged access: The method getStartIndex() from the type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

266 : || (((action.getStartIndex() <= childPosition) && (childPosition <= action

89. WARNING: DiscouragedReference

Discouraged access: The method getEndIndex() from the type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

266 : || (((action.getStartIndex() <= childPosition) && (childPosition <= action .getEndIndex())))) {

90. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

268 : CMNode actionCMNode = action.getCMNode();

91. WARNING: DiscouragedReference

Discouraged access: The method getCMNode() from the type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

268 : CMNode actionCMNode = action.getCMNode();

92. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

280 : CMElementDeclaration parentDecl = getCMElementDeclaration(parent);

93. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

282 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(parent

94. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

282 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(parent .getOwnerDocument());

95. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

282 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(parent

96. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

286 : int editMode = ModelQuery.EDIT_MODE_UNCONSTRAINED;

97. WARNING: DiscouragedReference

Discouraged access: The field EDIT_MODE_UNCONSTRAINED from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

286 : int editMode = ModelQuery.EDIT_MODE_UNCONSTRAINED;

98. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

287 : int ic = (editMode == ModelQuery.EDIT_MODE_CONSTRAINED_STRICT) ? ModelQuery.INCLUDE_CHILD_NODES

99. WARNING: DiscouragedReference

Discouraged access: The field EDIT_MODE_CONSTRAINED_STRICT from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

287 : int ic = (editMode == ModelQuery.EDIT_MODE_CONSTRAINED_STRICT) ? ModelQuery.INCLUDE_CHILD_NODES

100. WARNING: DiscouragedReference

Discouraged access: The field INCLUDE_CHILD_NODES from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXMLElementContentAssistRequest.java :

287 : int ic = (editMode == ModelQuery.EDIT_MODE_CONSTRAINED_STRICT) ? ModelQuery.INCLUDE_CHILD_NODES

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

13 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

14 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

4. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.util.NamespaceInfo;

5. WARNING: DiscouragedReference

Discouraged access: The type NamespaceTable is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.util.NamespaceTable;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The type ProposalComparator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXSLContentAssistRequest.java :

21 : import org.eclipse.wst.xml.ui.internal.contentassist.ProposalComparator;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

36 : protected IStructuredDocumentRegion documentRegion = null;

10. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

41 : protected ITextRegion region = null;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

63 : IStructuredDocumentRegion documentRegion,

12. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

64 : ITextRegion completionRegion, int begin, int length, String filter,

13. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

111 : protected Collection<NamespaceInfo> getNamespaces(IDOMElement element) {

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

111 : protected Collection<NamespaceInfo> getNamespaces(IDOMElement element) {

15. WARNING: DiscouragedReference

Discouraged access: The type NamespaceTable is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

112 : NamespaceTable table = new NamespaceTable(element.getOwnerDocument());

16. WARNING: DiscouragedReference

Discouraged access: The constructor NamespaceTable(Document) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

112 : NamespaceTable table = new NamespaceTable(element.getOwnerDocument());

17. WARNING: DiscouragedReference

Discouraged access: The type NamespaceTable is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

112 : NamespaceTable table = new NamespaceTable(element.getOwnerDocument());

18. WARNING: DiscouragedReference

Discouraged access: The method visitElement(Element) from the type NamespaceAttributeVisitor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

113 : table.visitElement(element);

19. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

115 : Collection<NamespaceInfo> namespaceInfoList = table.getNamespaceInfoCollection();

20. WARNING: DiscouragedReference

Discouraged access: The method getNamespaceInfoCollection() from the type NamespaceTable is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

115 : Collection<NamespaceInfo> namespaceInfoList = table.getNamespaceInfoCollection();

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

126 : IDOMDocument document = (IDOMDocument) node.getOwnerDocument();

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

126 : IDOMDocument document = (IDOMDocument) node.getOwnerDocument();

23. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractXSLContentAssistRequest.java :

127 : return document.getModel().getBaseLocation();

24. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

127 : return document.getModel().getBaseLocation();

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

141 : protected IStructuredDocumentRegion getDocumentRegion() {

26. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

165 : protected ITextRegion getRegion() {

27. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

179 : return ((ITextRegionCollection) getDocumentRegion()).getStartOffset(getRegion());

28. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

179 : return ((ITextRegionCollection) getDocumentRegion()).getStartOffset(getRegion());

29. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

186 : return ((ITextRegionCollection) getDocumentRegion()).getText(getRegion());

30. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

186 : return ((ITextRegionCollection) getDocumentRegion()).getText(getRegion());

31. WARNING: DiscouragedReference

Discouraged access: The method getTextEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

193 : return ((ITextRegionCollection) getDocumentRegion()).getTextEndOffset(getRegion());

32. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

193 : return ((ITextRegionCollection) getDocumentRegion()).getTextEndOffset(getRegion());

33. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

198 : protected void setDocumentRegion(IStructuredDocumentRegion region) {

34. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractXSLContentAssistRequest.java :

212 : protected void setRegion(ITextRegion newRegion) {

35. WARNING: DiscouragedReference

Discouraged access: The constructor ProposalComparator() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXSLContentAssistRequest.java :

226 : Collections.sort(proposalsIn, new ProposalComparator());

36. WARNING: DiscouragedReference

Discouraged access: The type ProposalComparator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractXSLContentAssistRequest.java :

226 : Collections.sort(proposalsIn, new ProposalComparator());

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

CallTemplateContentAssistRequest.java :

21 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

CallTemplateContentAssistRequest.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CallTemplateContentAssistRequest.java :

23 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

4. WARNING: UnusedPrivateField

The field CallTemplateContentAssistRequest.ATTR_MODE is never read locally

CallTemplateContentAssistRequest.java :

44 : private static final String ATTR_MODE = "mode"; //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

CallTemplateContentAssistRequest.java :

57 : public CallTemplateContentAssistRequest(Node node, IStructuredDocumentRegion documentRegion,

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

CallTemplateContentAssistRequest.java :

58 : ITextRegion completionRegion, int begin, int length, String filter,

7. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CallTemplateContentAssistRequest.java :

83 : CustomCompletionProposal proposal = new CustomCompletionProposal(

8. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CallTemplateContentAssistRequest.java :

83 : CustomCompletionProposal proposal = new CustomCompletionProposal( attribute.getValue(), getStartOffset() + 1, 0, attribute.getValue().length(), XSLPluginImageHelper .getInstance().getImage( XSLPluginImages.IMG_TEMPLATE), attribute .getValue(), null, proposalInfo, 0);

9. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CallTemplateContentAssistRequest.java :

83 : CustomCompletionProposal proposal = new CustomCompletionProposal(

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

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CustomCompletionProposal.java :

8 : org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal

2. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CustomCompletionProposal.java :

27 : super(replacementString, replacementOffset, replacementLength, cursorPosition, image, displayString, contextInformation, additionalProposalInfo, relevance);

3. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CustomCompletionProposal.java :

50 : super(replacementString, replacementOffset, replacementLength, cursorPosition, image, displayString, contextInformation, additionalProposalInfo, relevance, updateReplacementLengthOnValidate);

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExcludeResultPrefixesContentAssist.java :

19 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExcludeResultPrefixesContentAssist.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

21 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

4. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.util.NamespaceInfo;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

7. WARNING: UnusedPrivateField

The field ExcludeResultPrefixesContentAssist.ADDITIONAL_INFO is never read locally

ExcludeResultPrefixesContentAssist.java :

45 : private static final String ADDITIONAL_INFO = Messages.ExcludeResultPrefixesContentAssist;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExcludeResultPrefixesContentAssist.java :

58 : IStructuredDocumentRegion documentRegion,

9. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExcludeResultPrefixesContentAssist.java :

59 : ITextRegion completionRegion, int begin, int length, String filter,

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

72 : IDOMAttr attrNode = (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(EXCLUDE_RESULT_PREFIXES);

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

72 : IDOMAttr attrNode = (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(EXCLUDE_RESULT_PREFIXES);

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

72 : IDOMAttr attrNode = (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(EXCLUDE_RESULT_PREFIXES);

13. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

82 : CustomCompletionProposal proposal = new CustomCompletionProposal(

14. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

82 : CustomCompletionProposal proposal = new CustomCompletionProposal( DEFAULT, offset, 0, DEFAULT.length(), XSLPluginImageHelper.getInstance().getImage(XSLPluginImages.IMG_PREFIX), DEFAULT, null, null, 0);

15. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

82 : CustomCompletionProposal proposal = new CustomCompletionProposal(

16. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

88 : Collection<NamespaceInfo> namespaces = this.getNamespaces((IDOMElement)node);

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

88 : Collection<NamespaceInfo> namespaces = this.getNamespaces((IDOMElement)node);

18. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

89 : for (NamespaceInfo namespace : namespaces) {

19. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

92 : CustomCompletionProposal proposal = new CustomCompletionProposal(

20. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

92 : CustomCompletionProposal proposal = new CustomCompletionProposal( namespace.prefix, offset, 0, namespace.prefix.length(), XSLPluginImageHelper.getInstance().getImage(XSLPluginImages.IMG_PREFIX), namespace.prefix, null, namespace.uri, 0);

21. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ExcludeResultPrefixesContentAssist.java :

92 : CustomCompletionProposal proposal = new CustomCompletionProposal(

22. WARNING: DiscouragedReference

Discouraged access: The field prefix from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

93 : namespace.prefix, offset, 0, namespace.prefix.length(),

23. WARNING: DiscouragedReference

Discouraged access: The field prefix from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

93 : namespace.prefix, offset, 0, namespace.prefix.length(),

24. WARNING: DiscouragedReference

Discouraged access: The field prefix from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

95 : namespace.prefix, null, namespace.uri, 0);

25. WARNING: DiscouragedReference

Discouraged access: The field uri from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

95 : namespace.prefix, null, namespace.uri, 0);

26. WARNING: DiscouragedReference

Discouraged access: The type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

103 : protected boolean includePrefix(NamespaceInfo namespace) {

27. WARNING: DiscouragedReference

Discouraged access: The field prefix from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

104 : return !prefixExists(namespace.prefix) && !namespace.prefix.equals("") && !namespace.uri.equals(XSLCore.XSL_NAMESPACE_URI); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The field prefix from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

104 : return !prefixExists(namespace.prefix) && !namespace.prefix.equals("") && !namespace.uri.equals(XSLCore.XSL_NAMESPACE_URI); //$NON-NLS-1$

29. WARNING: DiscouragedReference

Discouraged access: The field uri from the type NamespaceInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ExcludeResultPrefixesContentAssist.java :

104 : return !prefixExists(namespace.prefix) && !namespace.prefix.equals("") && !namespace.uri.equals(XSLCore.XSL_NAMESPACE_URI); //$NON-NLS-1$

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullContentAssistRequest.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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullContentAssistRequest.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullContentAssistRequest.java :

40 : IStructuredDocumentRegion documentRegion,

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullContentAssistRequest.java :

41 : ITextRegion completionRegion, int begin, int length, String filter,

Source File: org/eclipse/wst/xsl/ui/internal/contentassist/SelectAttributeContentAssist.java
1. WARNING: UnusedImport

The import org.apache.xpath.compiler.XPathParser is never used

SelectAttributeContentAssist.java :

20 : import org.apache.xpath.compiler.XPathParser;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectAttributeContentAssist.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectAttributeContentAssist.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

6. WARNING: DiscouragedReference

Discouraged access: The type XPathTemplateCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

29 : import org.eclipse.wst.xml.xpath.ui.internal.contentassist.XPathTemplateCompletionProcessor;

7. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

30 : import org.eclipse.wst.xml.xpath.ui.internal.templates.TemplateContextTypeIdsXPath;

8. WARNING: DiscouragedReference

Discouraged access: The type XPathTemplateCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

66 : private XPathTemplateCompletionProcessor fTemplateProcessor = null;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectAttributeContentAssist.java :

84 : IStructuredDocumentRegion documentRegion,

10. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectAttributeContentAssist.java :

85 : ITextRegion completionRegion, int begin, int length, String filter,

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

103 : IDOMAttr attrNode = getAttribute(SELECT_ATTRIBUTE);

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

113 : private IDOMAttr getAttribute(String attrName) {

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

114 : return (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(attrName);

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

114 : return (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(attrName);

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

126 : IDOMElement elem = (IDOMElement)getNode();

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

126 : IDOMElement elem = (IDOMElement)getNode();

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

127 : IDOMAttr xpathNode = (IDOMAttr)elem.getAttributeNode(SELECT_ATTRIBUTE);

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

127 : IDOMAttr xpathNode = (IDOMAttr)elem.getAttributeNode(SELECT_ATTRIBUTE);

19. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

137 : int startOffset = xpathNode.getValueRegionStartOffset();

20. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

138 : int tokenOffset = getReplacementBeginPosition() - xpathNode.getValueRegionStartOffset();

21. WARNING: LocalVariableIsNeverUsed

The local variable newStartOffset is never read

SelectAttributeContentAssist.java :

140 : int newStartOffset = startOffset + tokenPosition;

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

145 : protected String extractXPathMatchString(IDOMAttr node, ITextRegion aRegion, int offset) {

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectAttributeContentAssist.java :

145 : protected String extractXPathMatchString(IDOMAttr node, ITextRegion aRegion, int offset) {

24. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectAttributeContentAssist.java :

152 : int column = offset - node.getValueRegionStartOffset() - 1;

25. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

191 : addTemplates(TemplateContextTypeIdsXPath.AXIS, offset);

26. WARNING: DiscouragedReference

Discouraged access: The field AXIS from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

191 : addTemplates(TemplateContextTypeIdsXPath.AXIS, offset);

27. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

192 : addTemplates(TemplateContextTypeIdsXPath.XPATH, offset);

28. WARNING: DiscouragedReference

Discouraged access: The field XPATH from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

192 : addTemplates(TemplateContextTypeIdsXPath.XPATH, offset);

29. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

193 : addTemplates(TemplateContextTypeIdsXPath.CUSTOM, offset);

30. WARNING: DiscouragedReference

Discouraged access: The field CUSTOM from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

193 : addTemplates(TemplateContextTypeIdsXPath.CUSTOM, offset);

31. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

194 : addTemplates(TemplateContextTypeIdsXPath.OPERATOR, offset);

32. WARNING: DiscouragedReference

Discouraged access: The field OPERATOR from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

194 : addTemplates(TemplateContextTypeIdsXPath.OPERATOR, offset);

33. WARNING: DiscouragedReference

Discouraged access: The method setContextType(String) from the type XPathTemplateCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

220 : getTemplateCompletionProcessor().setContextType(context);

34. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type XPathTemplateCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

221 : ICompletionProposal[] proposals = getTemplateCompletionProcessor() .computeCompletionProposals(textViewer, startOffset);

35. WARNING: DiscouragedReference

Discouraged access: The method getDisplayString() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

SelectAttributeContentAssist.java :

277 : if (proposal.getDisplayString().startsWith(matchString)) {

36. WARNING: DiscouragedReference

Discouraged access: The type XPathTemplateCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

292 : private XPathTemplateCompletionProcessor getTemplateCompletionProcessor() {

37. WARNING: DiscouragedReference

Discouraged access: The constructor XPathTemplateCompletionProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

294 : fTemplateProcessor = new XPathTemplateCompletionProcessor();

38. WARNING: DiscouragedReference

Discouraged access: The type XPathTemplateCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

SelectAttributeContentAssist.java :

294 : fTemplateProcessor = new XPathTemplateCompletionProcessor();

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateModeAttributeContentAssist.java :

18 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateModeAttributeContentAssist.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateModeAttributeContentAssist.java :

20 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TemplateModeAttributeContentAssist.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateModeAttributeContentAssist.java :

54 : IStructuredDocumentRegion documentRegion,

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateModeAttributeContentAssist.java :

55 : ITextRegion completionRegion, int begin, int length, String filter,

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TemplateModeAttributeContentAssist.java :

87 : IDOMNode xmlNode = (IDOMNode)node;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TemplateModeAttributeContentAssist.java :

87 : IDOMNode xmlNode = (IDOMNode)node;

9. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateModeAttributeContentAssist.java :

89 : if (attribute != null && xmlNode.getStartOffset() != template.getOffset()) {

10. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateModeAttributeContentAssist.java :

90 : CustomCompletionProposal proposal = new CustomCompletionProposal(

11. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateModeAttributeContentAssist.java :

90 : CustomCompletionProposal proposal = new CustomCompletionProposal( attribute.getValue(), getStartOffset() + 1, 0, attribute.getValue().length(), XSLPluginImageHelper .getInstance().getImage( XSLPluginImages.IMG_MODE), attribute .getValue(), null, null, 0);

12. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateModeAttributeContentAssist.java :

90 : CustomCompletionProposal proposal = new CustomCompletionProposal(

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateNameAttributeContentAssist.java :

18 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateNameAttributeContentAssist.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

20 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateNameAttributeContentAssist.java :

53 : IStructuredDocumentRegion documentRegion,

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TemplateNameAttributeContentAssist.java :

54 : ITextRegion completionRegion, int begin, int length, String filter,

6. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

70 : CustomCompletionProposal proposal = createProposal(template);

7. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

77 : private void addUniqueProposal(CustomCompletionProposal proposal) {

8. WARNING: DiscouragedReference

Discouraged access: The method getDisplayString() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

80 : if (proposal.getDisplayString().startsWith(matchString)) {

9. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

89 : private CustomCompletionProposal createProposal(CallTemplate template) {

10. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

90 : CustomCompletionProposal proposal = new CustomCompletionProposal(

11. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

90 : CustomCompletionProposal proposal = new CustomCompletionProposal( template.getAttributeValue(ATTR_NAME), getStartOffset() + 1, 0, template.getAttributeValue(ATTR_NAME).length(), XSLPluginImageHelper .getInstance().getImage( XSLPluginImages.IMG_TEMPLATE), template .getAttributeValue(ATTR_NAME), null, null, 0);

12. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TemplateNameAttributeContentAssist.java :

90 : CustomCompletionProposal proposal = new CustomCompletionProposal(

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestAttributeContentAssist.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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestAttributeContentAssist.java :

18 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

19 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestAttributeContentAssist.java :

45 : IStructuredDocumentRegion documentRegion,

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestAttributeContentAssist.java :

46 : ITextRegion completionRegion, int begin, int length, String filter,

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

62 : IDOMAttr attrNode = (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(ATTR_TEST);

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

62 : IDOMAttr attrNode = (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(ATTR_TEST);

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

62 : IDOMAttr attrNode = (IDOMAttr)((IDOMElement)getNode()).getAttributeNode(ATTR_TEST);

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

79 : IDOMElement elem = (IDOMElement)getNode();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

79 : IDOMElement elem = (IDOMElement)getNode();

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

80 : IDOMAttr xpathNode = (IDOMAttr)elem.getAttributeNode(ATTR_TEST);

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

80 : IDOMAttr xpathNode = (IDOMAttr)elem.getAttributeNode(ATTR_TEST);

14. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

84 : int startOffset = xpathNode.getValueRegionStartOffset();

15. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestAttributeContentAssist.java :

85 : int tokenOffset = getReplacementBeginPosition() - xpathNode.getValueRegionStartOffset();

16. WARNING: LocalVariableIsNeverUsed

The local variable newStartOffset is never read

TestAttributeContentAssist.java :

87 : int newStartOffset = startOffset + tokenPosition - 1;

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XPathElementContentAssist.java :

21 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XPathElementContentAssist.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XPathElementContentAssist.java :

23 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XPathElementContentAssist.java :

55 : IStructuredDocumentRegion documentRegion,

8. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XPathElementContentAssist.java :

56 : ITextRegion completionRegion, int begin, int length, String filter,

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

69 : IDOMDocument domDocument = (IDOMDocument) node.getOwnerDocument();

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

69 : IDOMDocument domDocument = (IDOMDocument) node.getOwnerDocument();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

77 : private void getXPathXMLElementProposals(IDOMDocument domDocument) {

12. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

82 : Iterator<CMNode> cmNodeIt = getAvailableContentNodes(domDocument,

13. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

83 : ancestorNode, ModelQuery.INCLUDE_CHILD_NODES);

14. WARNING: DiscouragedReference

Discouraged access: The field INCLUDE_CHILD_NODES from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

83 : ancestorNode, ModelQuery.INCLUDE_CHILD_NODES);

15. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

93 : Iterator<CMNode> cmNodeIt) {

16. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathElementContentAssist.java :

95 : CMNode cmNode = cmNodeIt.next();

17. WARNING: DiscouragedReference

Discouraged access: The method getInfo(CMNode) from the type MarkupTagInfoProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XPathElementContentAssist.java :

101 : String additionalInfo = getInfoProvider().getInfo(cmNode);

18. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XPathElementContentAssist.java :

105 : CustomCompletionProposal proposal = createProposal(

19. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XPathElementContentAssist.java :

110 : CustomCompletionProposal proposal = createProposal(

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

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLContentAssistProcessor.java :

28 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

30 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

7. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentAssistProcessor.java :

31 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;

8. WARNING: DiscouragedReference

Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentAssistProcessor.java :

32 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor;

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

51 : private IndexedRegion treeNode;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

53 : private IDOMNode xmlNode;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

54 : private IStructuredDocumentRegion sdRegion;

12. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

55 : private ITextRegion completionRegion;

13. WARNING: DiscouragedReference

Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLContentAssistProcessor.java :

114 : treeNode = ContentAssistUtils.getNodeAt(textViewer, cursorPosition);

14. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLContentAssistProcessor.java :

114 : treeNode = ContentAssistUtils.getNodeAt(textViewer, cursorPosition);

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

116 : xmlNode = (IDOMNode) node;

16. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentAssistProcessor.java :

145 : AbstractContentAssistProcessor processor = new XMLContentAssistProcessor();

17. WARNING: DiscouragedReference

Discouraged access: The constructor XMLContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentAssistProcessor.java :

145 : AbstractContentAssistProcessor processor = new XMLContentAssistProcessor();

18. WARNING: DiscouragedReference

Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentAssistProcessor.java :

145 : AbstractContentAssistProcessor processor = new XMLContentAssistProcessor();

19. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentAssistProcessor.java :

147 : ICompletionProposal proposals[] = processor.computeCompletionProposals( textViewer, cursorPosition);

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

187 : private IStructuredDocumentRegion getStructuredDocumentRegion() {

21. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocumentRegion(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLContentAssistProcessor.java :

188 : return ContentAssistUtils.getStructuredDocumentRegion(textViewer, cursorPosition);

22. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLContentAssistProcessor.java :

188 : return ContentAssistUtils.getStructuredDocumentRegion(textViewer,

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

200 : protected ITextRegion getCompletionRegion(int documentPosition, Node domnode) {

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

205 : ITextRegion region = null;

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

207 : IStructuredDocumentRegion flatNode = null;

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

208 : IDOMNode node = (IDOMNode) domnode;

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

208 : IDOMNode node = (IDOMNode) domnode;

28. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

211 : if (node.getStructuredDocument().getLength() == 0) {

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

214 : ITextRegion result = node.getStructuredDocument()

30. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

214 : ITextRegion result = node.getStructuredDocument() .getRegionAtCharacterOffset(offset)

31. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

214 : ITextRegion result = node.getStructuredDocument() .getRegionAtCharacterOffset(offset) .getRegionAtCharacterOffset(offset);

32. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

214 : ITextRegion result = node.getStructuredDocument()

33. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

219 : result = node.getStructuredDocument() .getRegionAtCharacterOffset(offset)

34. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

219 : result = node.getStructuredDocument()

35. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

219 : result = node.getStructuredDocument() .getRegionAtCharacterOffset(offset) .getRegionAtCharacterOffset(offset);

36. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

226 : IStructuredDocumentRegion startTag = node

37. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

226 : IStructuredDocumentRegion startTag = node .getStartStructuredDocumentRegion();

38. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

228 : IStructuredDocumentRegion endTag = node

39. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

228 : IStructuredDocumentRegion endTag = node .getEndStructuredDocumentRegion();

40. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

231 : if ((startTag != null) && (startTag.getStartOffset() <= offset)

41. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

232 : && (offset < startTag.getStartOffset() + startTag.getLength())) {

42. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

232 : && (offset < startTag.getStartOffset() + startTag.getLength())) {

43. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

234 : } else if ((endTag != null) && (endTag.getStartOffset() <= offset)

44. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

235 : && (offset < endTag.getStartOffset() + endTag.getLength())) {

45. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

235 : && (offset < endTag.getStartOffset() + endTag.getLength())) {

46. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

242 : flatNode = node.getStructuredDocument().getRegionAtCharacterOffset( offset);

47. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

242 : flatNode = node.getStructuredDocument().getRegionAtCharacterOffset(

48. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

244 : if ((flatNode.getStartOffset() <= documentPosition)

49. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

245 : && (flatNode.getEndOffset() >= documentPosition)) {

50. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

246 : if ((offset == flatNode.getStartOffset())

51. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

247 : && (flatNode.getPrevious() != null)

52. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

248 : && (((flatNode .getRegionAtCharacterOffset(documentPosition) != null) && (flatNode

53. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

249 : .getRegionAtCharacterOffset(documentPosition) != null) && (flatNode .getRegionAtCharacterOffset(documentPosition)

54. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

249 : .getRegionAtCharacterOffset(documentPosition) != null) && (flatNode .getRegionAtCharacterOffset(documentPosition) .getType() != DOMRegionContext.XML_CONTENT))

55. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

251 : .getType() != DOMRegionContext.XML_CONTENT))

56. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

251 : .getType() != DOMRegionContext.XML_CONTENT))

57. WARNING: DiscouragedReference

Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

252 : || (flatNode.getPrevious().getLastRegion()

58. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

252 : || (flatNode.getPrevious().getLastRegion()

59. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

252 : || (flatNode.getPrevious().getLastRegion() .getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode

60. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

253 : .getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode

61. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

253 : .getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode

62. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

253 : .getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode .getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {

63. WARNING: DiscouragedReference

Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

253 : .getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode .getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {

64. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

253 : .getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode .getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {

65. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

254 : .getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {

66. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

254 : .getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {

67. WARNING: DiscouragedReference

Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

255 : region = flatNode.getPrevious().getLastRegion();

68. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

255 : region = flatNode.getPrevious().getLastRegion();

69. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

256 : } else if (flatNode.getEndOffset() == documentPosition) {

70. WARNING: DiscouragedReference

Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

257 : region = flatNode.getLastRegion();

71. WARNING: DiscouragedReference

Discouraged access: The method getFirstRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

259 : region = flatNode.getFirstRegion();

72. WARNING: DiscouragedReference

Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

262 : region = flatNode.getLastRegion();

73. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

269 : protected ITextRegion getCompletionRegion(int offset,

74. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

270 : IStructuredDocumentRegion sdRegion) {

75. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

271 : ITextRegion region = sdRegion.getRegionAtCharacterOffset(offset);

76. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

271 : ITextRegion region = sdRegion.getRegionAtCharacterOffset(offset);

77. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

276 : if (sdRegion.getStartOffset(region) == offset) {

78. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

278 : if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset())

79. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

278 : if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset())

80. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

279 : && (sdRegion.getPrevious() != null)

81. WARNING: DiscouragedReference

Discouraged access: The method isEnded() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

280 : && (!sdRegion.getPrevious().isEnded())) {

82. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

280 : && (!sdRegion.getPrevious().isEnded())) {

83. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

281 : region = sdRegion.getPrevious().getRegionAtCharacterOffset( offset - 1);

84. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

281 : region = sdRegion.getPrevious().getRegionAtCharacterOffset(

85. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

287 : ITextRegion previousRegion = sdRegion

86. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

287 : ITextRegion previousRegion = sdRegion .getRegionAtCharacterOffset(offset - 1);

87. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

291 : && (previousRegion.getTextLength() == previousRegion

88. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

291 : && (previousRegion.getTextLength() == previousRegion .getLength())) {

89. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

298 : if (offset > sdRegion.getStartOffset(region)

90. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

299 : + region.getTextLength()) {

91. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

303 : ITextRegion nextRegion = sdRegion

92. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

303 : ITextRegion nextRegion = sdRegion .getRegionAtCharacterOffset(sdRegion .getStartOffset(region) + region.getLength());

93. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

304 : .getRegionAtCharacterOffset(sdRegion .getStartOffset(region)

94. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

306 : + region.getLength());

95. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

318 : && (region.getType() == DOMRegionContext.WHITE_SPACE)) {

96. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

318 : && (region.getType() == DOMRegionContext.WHITE_SPACE)) {

97. WARNING: DiscouragedReference

Discouraged access: The field WHITE_SPACE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistProcessor.java :

318 : && (region.getType() == DOMRegionContext.WHITE_SPACE)) {

98. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

319 : ITextRegion previousRegion = sdRegion

99. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

319 : ITextRegion previousRegion = sdRegion .getRegionAtCharacterOffset(sdRegion.getStartOffset(region) - 1);

100. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistProcessor.java :

320 : .getRegionAtCharacterOffset(sdRegion.getStartOffset(region) - 1);

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

43 : private IDOMNode xmlNode;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

44 : private IStructuredDocumentRegion sdRegion;

8. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

45 : private ITextRegion completionRegion;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

57 : public XSLContentAssistRequestFactory(ITextViewer textViewer, int documentPosition, IDOMNode xmlNode,

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

58 : IStructuredDocumentRegion sdRegion, ITextRegion completionRegion,

11. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

58 : IStructuredDocumentRegion sdRegion, ITextRegion completionRegion,

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

73 : IDOMElement element = (IDOMElement) xmlNode;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

73 : IDOMElement element = (IDOMElement) xmlNode;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

85 : private boolean isElementProposal(IDOMElement element) {

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

93 : private IContentAssistProposalRequest getElementProposals(NamedNodeMap nodeMap, IDOMElement element) {

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

179 : NamedNodeMap nodeMap, ITextRegion aRegion) {

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

180 : IDOMAttr attrNode = (IDOMAttr) nodeMap.getNamedItem(attrName);

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

180 : IDOMAttr attrNode = (IDOMAttr) nodeMap.getNamedItem(attrName);

19. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

181 : return attrNode != null && attrNode.getValueRegion() != null

20. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentAssistRequestFactory.java :

182 : && attrNode.getValueRegion().getStart() == aRegion.getStart();

21. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

182 : && attrNode.getValueRegion().getStart() == aRegion.getStart();

22. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLContentAssistRequestFactory.java :

182 : && attrNode.getValueRegion().getStart() == aRegion.getStart();

Source File: org/eclipse/wst/xsl/ui/internal/contentassist/XSLElementContentAssistRequest.java
1. WARNING: UnusedImport

The import java.util.Collections is never used

XSLElementContentAssistRequest.java :

15 : import java.util.Collections;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

22 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

51 : IStructuredDocumentRegion documentRegion,

7. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

52 : ITextRegion completionRegion, int begin, int length, String filter,

8. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

65 : if (replacementBeginPosition == documentRegion.getStartOffset(region)) {

9. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

72 : ITextRegion name = getNameRegion(((IDOMNode) node)

10. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

72 : ITextRegion name = getNameRegion(((IDOMNode) node) .getStartStructuredDocumentRegion());

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

72 : ITextRegion name = getNameRegion(((IDOMNode) node)

12. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

75 : && ((documentRegion.getStartOffset(name) <= replacementBeginPosition) && (documentRegion

13. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

75 : && ((documentRegion.getStartOffset(name) <= replacementBeginPosition) && (documentRegion .getEndOffset(name) >= replacementBeginPosition))) {

14. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

78 : replacementBeginPosition = documentRegion.getStartOffset(name);

15. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

79 : replacementLength = name.getTextLength();

16. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

99 : if (region.getType() == DOMRegionContext.XML_TAG_OPEN) {

17. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

99 : if (region.getType() == DOMRegionContext.XML_TAG_OPEN) {

18. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

99 : if (region.getType() == DOMRegionContext.XML_TAG_OPEN) {

19. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLElementContentAssistRequest.java :

101 : } else if (region.getType() == DOMRegionContext.XML_TAG_NAME) {

20. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

101 : } else if (region.getType() == DOMRegionContext.XML_TAG_NAME) {

21. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLElementContentAssistRequest.java :

101 : } else if (region.getType() == DOMRegionContext.XML_TAG_NAME) {

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

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

17 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentModelGenerator;

5. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

28 : public class XSLContentModelGenerator extends AbstractContentModelGenerator {

6. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractContentModelGenerator() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

35 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

43 : public void generateAttribute(CMAttributeDeclaration attrDecl, StringBuffer buffer) {

8. WARNING: DiscouragedReference

Discouraged access: The method getUsage() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

47 : int usage = attrDecl.getUsage();

9. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

48 : if (usage == CMAttributeDeclaration.REQUIRED) {

10. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

48 : if (usage == CMAttributeDeclaration.REQUIRED) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

58 : protected void generateEndTag(String tagName, Node parentNode, CMElementDeclaration elementDecl, StringBuffer buffer) {

12. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

62 : if (elementDecl.getContentType() != CMElementDeclaration.EMPTY) {

13. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

62 : if (elementDecl.getContentType() != CMElementDeclaration.EMPTY) {

14. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

62 : if (elementDecl.getContentType() != CMElementDeclaration.EMPTY) {

15. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

73 : public void generateRequiredAttribute(Node ownerNode, CMAttributeDeclaration attrDecl, StringBuffer buffer) {

16. WARNING: DiscouragedReference

Discouraged access: The method getRequiredName(Node, CMNode) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

79 : String attributeName = getRequiredName(ownerNode, attrDecl);

17. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

80 : CMDataType attrType = attrDecl.getAttrType();

18. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

80 : CMDataType attrType = attrDecl.getAttrType();

19. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValueKind() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

87 : if ((attrType.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_NONE) && (attrType.getImpliedValue() != null)) {

20. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

87 : if ((attrType.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_NONE) && (attrType.getImpliedValue() != null)) {

21. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

87 : if ((attrType.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_NONE) && (attrType.getImpliedValue() != null)) {

22. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValue() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

87 : if ((attrType.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_NONE) && (attrType.getImpliedValue() != null)) {

23. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValue() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

88 : defaultValue = attrType.getImpliedValue();

24. WARNING: DiscouragedReference

Discouraged access: The method getEnumeratedValues() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

92 : else if ((attrType.getEnumeratedValues() != null) && (attrType.getEnumeratedValues().length > 0)) {

25. WARNING: DiscouragedReference

Discouraged access: The method getEnumeratedValues() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

92 : else if ((attrType.getEnumeratedValues() != null) && (attrType.getEnumeratedValues().length > 0)) {

26. WARNING: DiscouragedReference

Discouraged access: The method getEnumeratedValues() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

93 : defaultValue = attrType.getEnumeratedValues()[0];

27. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

110 : protected void generateStartTag(String tagName, Node parentNode, CMElementDeclaration elementDecl, StringBuffer buffer) {

28. WARNING: DiscouragedReference

Discouraged access: The method generateAttributes(CMElementDeclaration, StringBuffer) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

115 : generateAttributes(elementDecl, buffer);

29. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

125 : public int getMinimalStartTagLength(Node node, CMElementDeclaration elementDecl) {

30. WARNING: DiscouragedReference

Discouraged access: The method requiresAttributes(CMElementDeclaration) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

129 : if (requiresAttributes(elementDecl)) {

31. WARNING: DiscouragedReference

Discouraged access: The method getRequiredName(Node, CMNode) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

130 : return getRequiredName(node, elementDecl).length() + 2; // < +

32. WARNING: DiscouragedReference

Discouraged access: The method getRequiredName(Node, CMNode) from the type AbstractContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLContentModelGenerator.java :

135 : return 1 + getRequiredName(node, elementDecl).length() + getStartTagClose(node, elementDecl).length(); // < +

33. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

152 : public String getStartTagClose(Node parentNode, CMElementDeclaration elementDecl) {

34. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

160 : if (elementDecl.getContentType() == CMElementDeclaration.EMPTY) {

35. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

160 : if (elementDecl.getContentType() == CMElementDeclaration.EMPTY) {

36. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLContentModelGenerator.java :

160 : if (elementDecl.getContentType() == CMElementDeclaration.EMPTY) {

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

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

HrefContentAssistRequest.java :

26 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

HrefContentAssistRequest.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

HrefContentAssistRequest.java :

28 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

HrefContentAssistRequest.java :

91 : public HrefContentAssistRequest(Node node, IStructuredDocumentRegion documentRegion, ITextRegion completionRegion, int begin, int length, String filter, ITextViewer textViewer)

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

HrefContentAssistRequest.java :

91 : public HrefContentAssistRequest(Node node, IStructuredDocumentRegion documentRegion, ITextRegion completionRegion, int begin, int length, String filter, ITextViewer textViewer)

6. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

HrefContentAssistRequest.java :

125 : CustomCompletionProposal proposal = new CustomCompletionProposal(

7. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

HrefContentAssistRequest.java :

125 : CustomCompletionProposal proposal = new CustomCompletionProposal( pathString, getStartOffset() + 1, text.length()-2, pathString.length(), XSLPluginImageHelper.getInstance().getImage(XSLPluginImages.IMG_XSL_FILE), pathString, null, null, 0, true );

8. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

HrefContentAssistRequest.java :

125 : CustomCompletionProposal proposal = new CustomCompletionProposal(

Source File: org/eclipse/wst/xsl/ui/internal/doubleclick/XSLDoubleClickStrategy.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLDoubleClickStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLDoubleClickStrategy.java :

16 : import org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLDoubleClickStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLDoubleClickStrategy.java :

27 : public class XSLDoubleClickStrategy extends XMLDoubleClickStrategy {

3. WARNING: DiscouragedReference

Discouraged access: The method isQuoted(String) from the type XMLDoubleClickStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLDoubleClickStrategy.java :

46 : if ((wordStart == wordEnd) && !isQuoted(string)) {

Source File: org/eclipse/wst/xsl/ui/internal/editor/XSLHyperlinkDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

28 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

189 : IDOMNode docNode = (IDOMNode) node;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

189 : IDOMNode docNode = (IDOMNode) node;

7. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

190 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

8. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

190 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

9. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

190 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

195 : IDOMAttr att = (IDOMAttr) node;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

195 : IDOMAttr att = (IDOMAttr) node;

12. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

197 : int regOffset = att.getValueRegionStartOffset();

13. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

198 : ITextRegion valueRegion = att.getValueRegion();

14. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

198 : ITextRegion valueRegion = att.getValueRegion();

15. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

201 : int regLength = valueRegion.getTextLength();

16. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionText() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLHyperlinkDetector.java :

202 : String attValue = att.getValueRegionText();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

218 : IStructuredModel sModel = null;

18. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

221 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

19. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

224 : IPath path = new Path(sModel.getBaseLocation());

20. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLHyperlinkDetector.java :

231 : sModel.releaseFromRead();

Source File: org/eclipse/wst/xsl/ui/internal/preferences/AbstractValidationSettingsPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

47 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

2. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

48 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

131 : severity = fPreferencesService.getInt(getPreferenceNodeQualifier(), key, ValidationMessage.WARNING, createPreferenceScopes());

4. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

131 : severity = fPreferencesService.getInt(getPreferenceNodeQualifier(), key, ValidationMessage.WARNING, createPreferenceScopes());

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

133 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

6. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

133 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

133 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

8. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

133 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

133 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

10. WARNING: DiscouragedReference

Discouraged access: The field IGNORE from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

133 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

11. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

225 : ScrolledPageContent parentScrolledComposite= getParentScrolledComposite(expandable);

12. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

232 : ScrolledPageContent parentScrolledComposite= getParentScrolledComposite(control);

13. WARNING: DiscouragedReference

Discouraged access: The method adaptChild(Control) from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

234 : parentScrolledComposite.adaptChild(control);

14. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

238 : protected ScrolledPageContent getParentScrolledComposite(Control control) {

15. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

240 : while (!(parent instanceof ScrolledPageContent) && parent != null) {

16. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

243 : if (parent instanceof ScrolledPageContent) {

17. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

244 : return (ScrolledPageContent) parent;

18. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

271 : int severity = defaultContext.getInt(data.getKey(), ValidationMessage.WARNING);

19. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

271 : int severity = defaultContext.getInt(data.getKey(), ValidationMessage.WARNING);

Source File: org/eclipse/wst/xsl/ui/internal/preferences/AbstractXSLPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

29 : import org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage;

2. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

30 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

40 : public abstract class AbstractXSLPreferencePage extends AbstractPreferencePage

4. WARNING: DiscouragedReference

Discouraged access: The method loadPreferences() from the type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

50 : loadPreferences();

5. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

96 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);

6. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

105 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(control);

7. WARNING: DiscouragedReference

Discouraged access: The method adaptChild(Control) from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

108 : parentScrolledComposite.adaptChild(control);

8. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

112 : private ScrolledPageContent getParentScrolledComposite(Control control)

9. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

115 : while (!(parent instanceof ScrolledPageContent) && parent != null)

10. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

119 : if (parent instanceof ScrolledPageContent)

11. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

121 : return (ScrolledPageContent) parent;

12. WARNING: DiscouragedReference

Discouraged access: The method createDropDownBox(Composite) from the type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

135 : Combo combo = createDropDownBox(parent);

13. WARNING: DiscouragedReference

Discouraged access: The method performOk() from the type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractXSLPreferencePage.java :

197 : boolean ok = super.performOk();

Source File: org/eclipse/wst/xsl/ui/internal/preferences/PropertyPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

PropertyPreferencePage.java :

49 : import org.eclipse.wst.sse.core.internal.tasks.TaskTagPreferenceKeys;

2. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

50 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

51 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

104 : EnableProjectSettings.setText(SSEUIMessages.EnableProjectSettings);

5. WARNING: DiscouragedReference

Discouraged access: The field EnableProjectSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

104 : EnableProjectSettings.setText(SSEUIMessages.EnableProjectSettings);

6. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

122 : ProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureWorkspaceSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

7. WARNING: DiscouragedReference

Discouraged access: The field ConfigureWorkspaceSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

122 : ProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureWorkspaceSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

8. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

125 : ProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureProjectSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

9. WARNING: DiscouragedReference

Discouraged access: The field ConfigureProjectSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

125 : ProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureProjectSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

10. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

218 : dialog.setMessage(SSEUIMessages.PropertyPreferencePage_02);

11. WARNING: DiscouragedReference

Discouraged access: The field PropertyPreferencePage_02 from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

218 : dialog.setMessage(SSEUIMessages.PropertyPreferencePage_02);

12. WARNING: DiscouragedReference

Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

230 : dialog.setLabelProvider(new DecoratingLabelProvider(new WorkbenchLabelProvider(), SSEUIPlugin.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator()));

13. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

230 : dialog.setLabelProvider(new DecoratingLabelProvider(new WorkbenchLabelProvider(), SSEUIPlugin.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator()));

14. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

232 : dialog.setTitle(SSEUIMessages.PropertyPreferencePage_01);

15. WARNING: DiscouragedReference

Discouraged access: The field PropertyPreferencePage_01 from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

PropertyPreferencePage.java :

232 : dialog.setTitle(SSEUIMessages.PropertyPreferencePage_01);

16. WARNING: DiscouragedReference

Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

PropertyPreferencePage.java :

257 : System.out.println(getClass().getName() + " setting " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " (" + true + ") in scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$

17. WARNING: DiscouragedReference

Discouraged access: The field TASK_TAG_PER_PROJECT from the type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

PropertyPreferencePage.java :

257 : System.out.println(getClass().getName() + " setting " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " (" + true + ") in scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$

18. WARNING: DiscouragedReference

Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

PropertyPreferencePage.java :

263 : System.out.println(getClass().getName() + " removing " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " from scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

19. WARNING: DiscouragedReference

Discouraged access: The field TASK_TAG_PER_PROJECT from the type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

PropertyPreferencePage.java :

263 : System.out.println(getClass().getName() + " removing " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " from scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

Source File: org/eclipse/wst/xsl/ui/internal/preferences/ValidationPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

22 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent;

2. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

67 : final ScrolledPageContent pageContent = new ScrolledPageContent(parent);

3. WARNING: DiscouragedReference

Discouraged access: The constructor ScrolledPageContent(Composite) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

67 : final ScrolledPageContent pageContent = new ScrolledPageContent(parent);

4. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

67 : final ScrolledPageContent pageContent = new ScrolledPageContent(parent);

5. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

72 : Composite body = pageContent.getBody();

6. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String) from the type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

77 : createLabel(body, Messages.XSLValidationPreferenceMaxErrorsLabel);

7. WARNING: DiscouragedReference

Discouraged access: The method createTextField(Composite) from the type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

78 : maxErrorsText = createTextField(body);

8. WARNING: DiscouragedReference

Discouraged access: The method performDefaults() from the type AbstractPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ValidationPreferencePage.java :

165 : super.performDefaults();

Source File: org/eclipse/wst/xsl/ui/internal/preferences/XSLSyntaxColoringPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

71 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

72 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

73 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

74 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

75 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;

6. WARNING: DiscouragedReference

Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

76 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;

7. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

77 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore;

8. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

78 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayKey;

9. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

79 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

10. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

80 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;

11. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSyntaxColoringPage.java :

81 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

12. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

82 : import org.eclipse.wst.xml.ui.internal.XMLUIMessages;

13. WARNING: DiscouragedReference

Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

85 : import org.eclipse.wst.xml.ui.internal.editor.IHelpContextIds;

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

108 : private IStructuredDocument document;

15. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

112 : private OverlayPreferenceStore overlayStore;

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

173 : IStructuredDocumentRegion documentRegion = document

17. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

173 : IStructuredDocumentRegion documentRegion = document .getFirstStructuredDocumentRegion();

18. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

177 : ITextRegionList regions = documentRegion.getRegions();

19. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

177 : ITextRegionList regions = documentRegion.getRegions();

20. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

178 : for (int i = 0; i < regions.size(); i++) {

21. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

179 : ITextRegion currentRegion = regions.get(i);

22. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

179 : ITextRegion currentRegion = regions.get(i);

23. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

184 : if (contextToXSLStyleMap.containsKey(currentRegion.getType())) {

24. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

186 : .get(currentRegion.getType());

25. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

192 : StyleRange style = new StyleRange(documentRegion .getStartOffset(currentRegion), currentRegion

26. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

193 : .getStartOffset(currentRegion), currentRegion .getTextLength(), attribute.getForeground(),

27. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

201 : documentRegion = documentRegion.getNext();

28. WARNING: DiscouragedReference

Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

242 : IHelpContextIds.XML_PREFWEBX_STYLES_HELPID);

29. WARNING: DiscouragedReference

Discouraged access: The field XML_PREFWEBX_STYLES_HELPID from the type IHelpContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

242 : IHelpContextIds.XML_PREFWEBX_STYLES_HELPID);

30. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

271 : createLabel(styleEditor, XMLUIMessages.SyntaxColoringPage_0);

31. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoringPage_0 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

271 : createLabel(styleEditor, XMLUIMessages.SyntaxColoringPage_0);

32. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

288 : XMLUIMessages.SyntaxColoringPage_2);

33. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoringPage_2 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

288 : XMLUIMessages.SyntaxColoringPage_2);

34. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

295 : SSEUIMessages.Foreground_UI_);

35. WARNING: DiscouragedReference

Discouraged access: The field Foreground_UI_ from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

295 : SSEUIMessages.Foreground_UI_);

36. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

306 : SSEUIMessages.Background_UI_);

37. WARNING: DiscouragedReference

Discouraged access: The field Background_UI_ from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

306 : SSEUIMessages.Background_UI_);

38. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

316 : bold = createCheckbox(editControls, XMLUIMessages.SyntaxColoringPage_3);

39. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoringPage_3 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

316 : bold = createCheckbox(editControls, XMLUIMessages.SyntaxColoringPage_3);

40. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

320 : XMLUIMessages.SyntaxColoringPage_4);

41. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoringPage_4 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

320 : XMLUIMessages.SyntaxColoringPage_4);

42. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

324 : XMLUIMessages.SyntaxColoringPage_5);

43. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoringPage_5 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

324 : XMLUIMessages.SyntaxColoringPage_5);

44. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

328 : XMLUIMessages.SyntaxColoringPage_6);

45. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoringPage_6 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

328 : XMLUIMessages.SyntaxColoringPage_6);

46. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

332 : clearStyle.setText(SSEUIMessages.Restore_Default_UI_); // = "Restore Default"

47. WARNING: DiscouragedReference

Discouraged access: The field Restore_Default_UI_ from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

332 : clearStyle.setText(SSEUIMessages.Restore_Default_UI_); // = "Restore Default"

48. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

341 : createLabel(sampleArea, SSEUIMessages.Sample_text__UI_); // = "&Sample text:"

49. WARNING: DiscouragedReference

Discouraged access: The field Sample_text__UI_ from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

341 : createLabel(sampleArea, SSEUIMessages.Sample_text__UI_); // = "&Sample text:"

50. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

358 : setAccessible(styledText, SSEUIMessages.Sample_text__UI_);

51. WARNING: DiscouragedReference

Discouraged access: The field Sample_text__UI_ from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

358 : setAccessible(styledText, SSEUIMessages.Sample_text__UI_);

52. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSyntaxColoringPage.java :

363 : document = StructuredModelManager.getModelManager() .createStructuredDocumentFor(file.getAbsolutePath(), new FileInputStream(file), null);

53. WARNING: DiscouragedReference

Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

375 : IHelpContextIds.XML_PREFWEBX_STYLES_HELPID);

54. WARNING: DiscouragedReference

Discouraged access: The field XML_PREFWEBX_STYLES_HELPID from the type IHelpContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLSyntaxColoringPage.java :

375 : IHelpContextIds.XML_PREFWEBX_STYLES_HELPID);

55. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

401 : String prefString = getOverlayStore().getString(namedStyle);

56. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

402 : String[] stylePrefs = ColorHelper

57. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

402 : String[] stylePrefs = ColorHelper .unpackStylePreferences(prefString);

58. WARNING: DiscouragedReference

Discouraged access: The method toRGBString(RGB) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

407 : String newValue = ColorHelper .toRGBString(foregroundColorEditor .getColorValue());

59. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

407 : String newValue = ColorHelper

60. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

413 : String newPrefString = ColorHelper

61. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

413 : String newPrefString = ColorHelper .packStylePreferences(stylePrefs);

62. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

415 : getOverlayStore().setValue(namedStyle, newPrefString);

63. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

431 : String prefString = getOverlayStore().getString(namedStyle);

64. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

432 : String[] stylePrefs = ColorHelper .unpackStylePreferences(prefString);

65. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

432 : String[] stylePrefs = ColorHelper

66. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

437 : String newValue = ColorHelper

67. WARNING: DiscouragedReference

Discouraged access: The method toRGBString(RGB) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

437 : String newValue = ColorHelper .toRGBString(backgroundColorEditor .getColorValue());

68. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

443 : String newPrefString = ColorHelper .packStylePreferences(stylePrefs);

69. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

443 : String newPrefString = ColorHelper

70. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

445 : getOverlayStore().setValue(namedStyle, newPrefString);

71. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

464 : String prefString = getOverlayStore().getString(namedStyle);

72. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

465 : String[] stylePrefs = ColorHelper

73. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

465 : String[] stylePrefs = ColorHelper .unpackStylePreferences(prefString);

74. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

472 : String newPrefString = ColorHelper

75. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

472 : String newPrefString = ColorHelper .packStylePreferences(stylePrefs);

76. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

474 : getOverlayStore().setValue(namedStyle, newPrefString);

77. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

490 : String prefString = getOverlayStore().getString(namedStyle);

78. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

491 : String[] stylePrefs = ColorHelper

79. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

491 : String[] stylePrefs = ColorHelper .unpackStylePreferences(prefString);

80. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

498 : String newPrefString = ColorHelper

81. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

498 : String newPrefString = ColorHelper .packStylePreferences(stylePrefs);

82. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

500 : getOverlayStore().setValue(namedStyle, newPrefString);

83. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

516 : String prefString = getOverlayStore().getString(namedStyle);

84. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

517 : String[] stylePrefs = ColorHelper .unpackStylePreferences(prefString);

85. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

517 : String[] stylePrefs = ColorHelper

86. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

524 : String newPrefString = ColorHelper

87. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

524 : String newPrefString = ColorHelper .packStylePreferences(stylePrefs);

88. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

526 : getOverlayStore().setValue(namedStyle, newPrefString);

89. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

542 : String prefString = getOverlayStore().getString(namedStyle);

90. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

543 : String[] stylePrefs = ColorHelper

91. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

543 : String[] stylePrefs = ColorHelper .unpackStylePreferences(prefString);

92. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

550 : String newPrefString = ColorHelper

93. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

550 : String newPrefString = ColorHelper .packStylePreferences(stylePrefs);

94. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

552 : getOverlayStore().setValue(namedStyle, newPrefString);

95. WARNING: DiscouragedReference

Discouraged access: The method setToDefault(String) from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

567 : getOverlayStore().setToDefault(namedStyle);

96. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

593 : private OverlayKey[] createOverlayStoreKeys() {

97. WARNING: DiscouragedReference

Discouraged access: The constructor OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.TypeDescriptor, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

598 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey( OverlayPreferenceStore.STRING, (String) i.next()));

98. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

598 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(

99. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

598 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(

100. WARNING: DiscouragedReference

Discouraged access: The field STRING from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLSyntaxColoringPage.java :

599 : OverlayPreferenceStore.STRING, (String) i.next()));

Source File: org/eclipse/wst/xsl/ui/internal/preferences/XSLTemplatePreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLTemplatePreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLTemplatePreferencePage.java :

13 : import org.eclipse.wst.xml.ui.internal.preferences.XMLTemplatePreferencePage;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLTemplatePreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLTemplatePreferencePage.java :

24 : public class XSLTemplatePreferencePage extends XMLTemplatePreferencePage {

3. WARNING: DiscouragedReference

Discouraged access: The method performOk() from the type XMLTemplatePreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLTemplatePreferencePage.java :

42 : boolean ok = super.performOk();

Source File: org/eclipse/wst/xsl/ui/internal/preferences/XSLUIPreferenceInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

19 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

43 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_ATTRIBUTE_NAME, 127, 0, 127) + BOLD;

3. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

43 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_ATTRIBUTE_NAME, 127, 0, 127) + BOLD;

4. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

46 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;

5. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

46 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;

6. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

49 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_BORDER, 0, 128, 128) + BOLD;

7. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

49 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_BORDER, 0, 128, 128) + BOLD;

8. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

52 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_NAME, 63, 127, 127) + BOLD;

9. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLUIPreferenceInitializer.java :

52 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXSL.TAG_NAME, 63, 127, 127) + BOLD;

Source File: org/eclipse/wst/xsl/ui/internal/preferences/XSLValidationPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

39 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent;

2. WARNING: DiscouragedReference

Discouraged access: The type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

40 : import org.eclipse.wst.sse.ui.internal.util.PixelConverter;

3. WARNING: DiscouragedReference

Discouraged access: The type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

57 : private PixelConverter fPixelConverter;

4. WARNING: DiscouragedReference

Discouraged access: The constructor PixelConverter(Control) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

76 : fPixelConverter = new PixelConverter(parent);

5. WARNING: DiscouragedReference

Discouraged access: The type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

76 : fPixelConverter = new PixelConverter(parent);

6. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

97 : final ScrolledPageContent pageContent = new ScrolledPageContent(parent);

7. WARNING: DiscouragedReference

Discouraged access: The constructor ScrolledPageContent(Composite) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

97 : final ScrolledPageContent pageContent = new ScrolledPageContent(parent);

8. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

97 : final ScrolledPageContent pageContent = new ScrolledPageContent(parent);

9. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

102 : Composite body = pageContent.getBody();

10. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

215 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(control);

11. WARNING: DiscouragedReference

Discouraged access: The method adaptChild(Control) from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLValidationPreferencePage.java :

218 : parentScrolledComposite.adaptChild(control);

Source File: org/eclipse/wst/xsl/ui/internal/quickassist/ValidationQuickAssist.java
1. WARNING: UnusedPrivateField

The field ValidationQuickAssist.problemId is never read locally

ValidationQuickAssist.java :

21 : private String problemId;

Source File: org/eclipse/wst/xsl/ui/internal/style/LineStyleProviderForXSL.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

6. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

31 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

7. WARNING: DiscouragedReference

Discouraged access: The type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

32 : import org.eclipse.wst.sse.ui.internal.provisional.style.AbstractLineStyleProvider;

8. WARNING: DiscouragedReference

Discouraged access: The type Highlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

33 : import org.eclipse.wst.sse.ui.internal.provisional.style.Highlighter;

9. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

34 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

10. WARNING: DiscouragedReference

Discouraged access: The type ReconcilerHighlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

35 : import org.eclipse.wst.sse.ui.internal.provisional.style.ReconcilerHighlighter;

11. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

36 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;

12. WARNING: DiscouragedReference

Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

LineStyleProviderForXSL.java :

37 : import org.eclipse.wst.xml.ui.internal.XMLUIPlugin;

13. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

LineStyleProviderForXSL.java :

38 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

14. WARNING: DiscouragedReference

Discouraged access: The type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

50 : public class LineStyleProviderForXSL extends AbstractLineStyleProvider implements LineStyleProvider {

15. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

50 : public class LineStyleProviderForXSL extends AbstractLineStyleProvider implements LineStyleProvider {

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

52 : protected IStructuredDocument structuredDocument;

17. WARNING: DiscouragedReference

Discouraged access: The type Highlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

53 : protected Highlighter highlighter;

18. WARNING: DiscouragedReference

Discouraged access: The type ReconcilerHighlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

55 : protected ReconcilerHighlighter recHighlighter = null;

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

75 : protected void commonInit(IStructuredDocument document,

20. WARNING: DiscouragedReference

Discouraged access: The type Highlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

76 : Highlighter highlighter) {

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

94 : IStructuredDocumentRegion structuredDocumentRegion = getDocument()

22. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

94 : IStructuredDocumentRegion structuredDocumentRegion = getDocument() .getRegionAtCharacterOffset(partitionStartOffset);

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

111 : protected boolean prepareTextRegion(ITextRegionCollection blockedRegion,

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

117 : ITextRegion region = null;

25. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

118 : ITextRegionList regions = blockedRegion.getRegions();

26. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

118 : ITextRegionList regions = blockedRegion.getRegions();

27. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

121 : for (int i = 0; i < regions.size(); i++) {

28. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

122 : region = regions.get(i);

29. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

125 : if (blockedRegion.getStartOffset(region) > partitionEndOffset)

30. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

127 : if (blockedRegion.getEndOffset(region) <= partitionStartOffset)

31. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

130 : if (region instanceof ITextRegionCollection) {

32. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

131 : handled = prepareTextRegion((ITextRegionCollection) region,

33. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

149 : private StyleRange applyStyleRange(ITextRegionCollection blockedRegion,

34. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

151 : Collection holdResults, ITextRegion region, StyleRange styleRange,

35. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

154 : styleRange.length += region.getLength();

36. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

171 : IStructuredDocumentRegion structuredDocumentRegion,

37. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

178 : && structuredDocumentRegion.getStartOffset() <= partitionEndOffset) {

38. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

179 : ITextRegion region = null;

39. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

180 : ITextRegionList regions = structuredDocumentRegion.getRegions();

40. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

180 : ITextRegionList regions = structuredDocumentRegion.getRegions();

41. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

183 : for (int i = 0; i < regions.size(); i++) {

42. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

184 : region = regions.get(i);

43. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

187 : if (structuredDocumentRegion.getStartOffset(region) > partitionEndOffset)

44. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

189 : if (structuredDocumentRegion.getEndOffset(region) <= partitionStartOffset)

45. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

192 : if (region instanceof ITextRegionCollection) {

46. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

194 : (ITextRegionCollection) region,

47. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

210 : structuredDocumentRegion = structuredDocumentRegion.getNext();

48. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

216 : ITextRegionCollection textRegionCollection, ITextRegion textRegion,

49. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

216 : ITextRegionCollection textRegionCollection, ITextRegion textRegion,

50. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

218 : int startingOffset = textRegionCollection.getStartOffset(textRegion);

51. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

223 : + textRegionCollection.getText(textRegion).length();

52. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

225 : int endingOffset = textRegionCollection.getEndOffset(textRegion);

53. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

245 : protected TextAttribute getAttributeFor(ITextRegionCollection collection,

54. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

246 : ITextRegion textRegion) {

55. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

LineStyleProviderForXSL.java :

249 : .getTextAttributeMap().get(IStyleConstantsXML.CDATA_TEXT);

56. WARNING: DiscouragedReference

Discouraged access: The field CDATA_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

LineStyleProviderForXSL.java :

249 : .getTextAttributeMap().get(IStyleConstantsXML.CDATA_TEXT);

57. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

252 : String type = textRegion.getType();

58. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

253 : if (collection.getText().contains("xsl:")) { //$NON-NLS-1$

59. WARNING: DiscouragedReference

Discouraged access: The method refreshDisplay() from the type ReconcilerHighlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

312 : recHighlighter.refreshDisplay();

60. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

326 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

61. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

326 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

62. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

328 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

63. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

328 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

64. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

329 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

65. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

329 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

66. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

380 : public void init(IStructuredDocument document, Highlighter highlighter) {

67. WARNING: DiscouragedReference

Discouraged access: The type Highlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

380 : public void init(IStructuredDocument document, Highlighter highlighter) {

68. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

401 : public void init(IStructuredDocument structuredDocument,

69. WARNING: DiscouragedReference

Discouraged access: The type Highlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

403 : init(structuredDocument, (Highlighter) null);

70. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

417 : public void init(IStructuredDocument structuredDocument,

71. WARNING: DiscouragedReference

Discouraged access: The type ReconcilerHighlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

418 : ReconcilerHighlighter highlighter) {

72. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

473 : protected IStructuredDocument getDocument() {

73. WARNING: DiscouragedReference

Discouraged access: The type Highlighter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

480 : protected Highlighter getHighlighter() {

74. WARNING: DiscouragedReference

Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

LineStyleProviderForXSL.java :

487 : xmlPreferenceStore = XMLUIPlugin.getDefault().getPreferenceStore();

75. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

LineStyleProviderForXSL.java :

487 : xmlPreferenceStore = XMLUIPlugin.getDefault().getPreferenceStore();

76. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

498 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, bold ? SWT.BOLD : SWT.NORMAL);

77. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

498 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, bold ? SWT.BOLD : SWT.NORMAL);

78. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

498 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, bold ? SWT.BOLD : SWT.NORMAL);

79. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

498 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, bold ? SWT.BOLD : SWT.NORMAL);

80. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

503 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

81. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

503 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

82. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

503 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

83. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForXSL.java :

503 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

84. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForXSL.java :

507 : protected TextAttribute getAttributeFor(ITextRegion region) {

Source File: org/eclipse/wst/xsl/ui/internal/style/XMLRegionMap.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

16 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

17 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

3. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

33 : regionMap.put(DOMRegionContext.XML_CONTENT, IStyleConstantsXML.XML_CONTENT);

4. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

33 : regionMap.put(DOMRegionContext.XML_CONTENT, IStyleConstantsXML.XML_CONTENT);

5. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

33 : regionMap.put(DOMRegionContext.XML_CONTENT, IStyleConstantsXML.XML_CONTENT);

6. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

33 : regionMap.put(DOMRegionContext.XML_CONTENT, IStyleConstantsXML.XML_CONTENT);

7. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

34 : regionMap.put(DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET, IStyleConstantsXML.XML_CONTENT);

8. WARNING: DiscouragedReference

Discouraged access: The field XML_DOCTYPE_INTERNAL_SUBSET from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

34 : regionMap.put(DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET, IStyleConstantsXML.XML_CONTENT);

9. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

34 : regionMap.put(DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET, IStyleConstantsXML.XML_CONTENT);

10. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

34 : regionMap.put(DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET, IStyleConstantsXML.XML_CONTENT);

11. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

35 : regionMap.put(DOMRegionContext.XML_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

12. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

35 : regionMap.put(DOMRegionContext.XML_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

13. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

35 : regionMap.put(DOMRegionContext.XML_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

14. WARNING: DiscouragedReference

Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

35 : regionMap.put(DOMRegionContext.XML_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

15. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

36 : regionMap.put(DOMRegionContext.XML_TAG_CLOSE, IStyleConstantsXML.TAG_BORDER);

16. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

36 : regionMap.put(DOMRegionContext.XML_TAG_CLOSE, IStyleConstantsXML.TAG_BORDER);

17. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

36 : regionMap.put(DOMRegionContext.XML_TAG_CLOSE, IStyleConstantsXML.TAG_BORDER);

18. WARNING: DiscouragedReference

Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

36 : regionMap.put(DOMRegionContext.XML_TAG_CLOSE, IStyleConstantsXML.TAG_BORDER);

19. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

37 : regionMap.put(DOMRegionContext.XML_END_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

20. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

37 : regionMap.put(DOMRegionContext.XML_END_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

21. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

37 : regionMap.put(DOMRegionContext.XML_END_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

22. WARNING: DiscouragedReference

Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

37 : regionMap.put(DOMRegionContext.XML_END_TAG_OPEN, IStyleConstantsXML.TAG_BORDER);

23. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

38 : regionMap.put(DOMRegionContext.XML_CDATA_OPEN, IStyleConstantsXML.CDATA_BORDER);

24. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

38 : regionMap.put(DOMRegionContext.XML_CDATA_OPEN, IStyleConstantsXML.CDATA_BORDER);

25. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

38 : regionMap.put(DOMRegionContext.XML_CDATA_OPEN, IStyleConstantsXML.CDATA_BORDER);

26. WARNING: DiscouragedReference

Discouraged access: The field CDATA_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

38 : regionMap.put(DOMRegionContext.XML_CDATA_OPEN, IStyleConstantsXML.CDATA_BORDER);

27. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

39 : regionMap.put(DOMRegionContext.XML_CDATA_CLOSE, IStyleConstantsXML.CDATA_BORDER);

28. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

39 : regionMap.put(DOMRegionContext.XML_CDATA_CLOSE, IStyleConstantsXML.CDATA_BORDER);

29. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

39 : regionMap.put(DOMRegionContext.XML_CDATA_CLOSE, IStyleConstantsXML.CDATA_BORDER);

30. WARNING: DiscouragedReference

Discouraged access: The field CDATA_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

39 : regionMap.put(DOMRegionContext.XML_CDATA_CLOSE, IStyleConstantsXML.CDATA_BORDER);

31. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

40 : regionMap.put(DOMRegionContext.XML_CDATA_TEXT, IStyleConstantsXML.CDATA_TEXT);

32. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

40 : regionMap.put(DOMRegionContext.XML_CDATA_TEXT, IStyleConstantsXML.CDATA_TEXT);

33. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

40 : regionMap.put(DOMRegionContext.XML_CDATA_TEXT, IStyleConstantsXML.CDATA_TEXT);

34. WARNING: DiscouragedReference

Discouraged access: The field CDATA_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

40 : regionMap.put(DOMRegionContext.XML_CDATA_TEXT, IStyleConstantsXML.CDATA_TEXT);

35. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

41 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_NAME, IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

36. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

41 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_NAME, IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

37. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

41 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_NAME, IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

38. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

41 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_NAME, IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

39. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

42 : regionMap.put(DOMRegionContext.XML_DOCTYPE_DECLARATION, IStyleConstantsXML.TAG_NAME);

40. WARNING: DiscouragedReference

Discouraged access: The field XML_DOCTYPE_DECLARATION from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

42 : regionMap.put(DOMRegionContext.XML_DOCTYPE_DECLARATION, IStyleConstantsXML.TAG_NAME);

41. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

42 : regionMap.put(DOMRegionContext.XML_DOCTYPE_DECLARATION, IStyleConstantsXML.TAG_NAME);

42. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

42 : regionMap.put(DOMRegionContext.XML_DOCTYPE_DECLARATION, IStyleConstantsXML.TAG_NAME);

43. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

43 : regionMap.put(DOMRegionContext.XML_TAG_NAME, IStyleConstantsXML.TAG_NAME);

44. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

43 : regionMap.put(DOMRegionContext.XML_TAG_NAME, IStyleConstantsXML.TAG_NAME);

45. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

43 : regionMap.put(DOMRegionContext.XML_TAG_NAME, IStyleConstantsXML.TAG_NAME);

46. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

43 : regionMap.put(DOMRegionContext.XML_TAG_NAME, IStyleConstantsXML.TAG_NAME);

47. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

44 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

48. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

44 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

49. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

44 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

50. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

44 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

51. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

45 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS, IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS);

52. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

45 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS, IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS);

53. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

45 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS, IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS);

54. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_EQUALS from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

45 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS, IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS);

55. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

46 : regionMap.put(DOMRegionContext.XML_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);

56. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

46 : regionMap.put(DOMRegionContext.XML_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);

57. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

46 : regionMap.put(DOMRegionContext.XML_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);

58. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

46 : regionMap.put(DOMRegionContext.XML_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);

59. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

47 : regionMap.put(DOMRegionContext.XML_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);

60. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

47 : regionMap.put(DOMRegionContext.XML_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);

61. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

47 : regionMap.put(DOMRegionContext.XML_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);

62. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

47 : regionMap.put(DOMRegionContext.XML_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);

63. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

48 : regionMap.put(DOMRegionContext.XML_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);

64. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

48 : regionMap.put(DOMRegionContext.XML_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);

65. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

48 : regionMap.put(DOMRegionContext.XML_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);

66. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

48 : regionMap.put(DOMRegionContext.XML_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);

67. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

49 : regionMap.put(DOMRegionContext.XML_DOCTYPE_NAME, IStyleConstantsXML.DOCTYPE_NAME);

68. WARNING: DiscouragedReference

Discouraged access: The field XML_DOCTYPE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

49 : regionMap.put(DOMRegionContext.XML_DOCTYPE_NAME, IStyleConstantsXML.DOCTYPE_NAME);

69. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

49 : regionMap.put(DOMRegionContext.XML_DOCTYPE_NAME, IStyleConstantsXML.DOCTYPE_NAME);

70. WARNING: DiscouragedReference

Discouraged access: The field DOCTYPE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

49 : regionMap.put(DOMRegionContext.XML_DOCTYPE_NAME, IStyleConstantsXML.DOCTYPE_NAME);

71. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

50 : regionMap.put(DOMRegionContext.XML_CHAR_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

72. WARNING: DiscouragedReference

Discouraged access: The field XML_CHAR_REFERENCE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

50 : regionMap.put(DOMRegionContext.XML_CHAR_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

73. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

50 : regionMap.put(DOMRegionContext.XML_CHAR_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

74. WARNING: DiscouragedReference

Discouraged access: The field ENTITY_REFERENCE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

50 : regionMap.put(DOMRegionContext.XML_CHAR_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

75. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

51 : regionMap.put(DOMRegionContext.XML_PE_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

76. WARNING: DiscouragedReference

Discouraged access: The field XML_PE_REFERENCE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

51 : regionMap.put(DOMRegionContext.XML_PE_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

77. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

51 : regionMap.put(DOMRegionContext.XML_PE_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

78. WARNING: DiscouragedReference

Discouraged access: The field ENTITY_REFERENCE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

51 : regionMap.put(DOMRegionContext.XML_PE_REFERENCE, IStyleConstantsXML.ENTITY_REFERENCE);

79. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

52 : regionMap.put(DOMRegionContext.XML_PI_CONTENT, IStyleConstantsXML.PI_CONTENT);

80. WARNING: DiscouragedReference

Discouraged access: The field XML_PI_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

52 : regionMap.put(DOMRegionContext.XML_PI_CONTENT, IStyleConstantsXML.PI_CONTENT);

81. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

52 : regionMap.put(DOMRegionContext.XML_PI_CONTENT, IStyleConstantsXML.PI_CONTENT);

82. WARNING: DiscouragedReference

Discouraged access: The field PI_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

52 : regionMap.put(DOMRegionContext.XML_PI_CONTENT, IStyleConstantsXML.PI_CONTENT);

83. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

53 : regionMap.put(DOMRegionContext.XML_PI_OPEN, IStyleConstantsXML.PI_BORDER);

84. WARNING: DiscouragedReference

Discouraged access: The field XML_PI_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

53 : regionMap.put(DOMRegionContext.XML_PI_OPEN, IStyleConstantsXML.PI_BORDER);

85. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

53 : regionMap.put(DOMRegionContext.XML_PI_OPEN, IStyleConstantsXML.PI_BORDER);

86. WARNING: DiscouragedReference

Discouraged access: The field PI_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

53 : regionMap.put(DOMRegionContext.XML_PI_OPEN, IStyleConstantsXML.PI_BORDER);

87. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

54 : regionMap.put(DOMRegionContext.XML_PI_CLOSE, IStyleConstantsXML.PI_BORDER);

88. WARNING: DiscouragedReference

Discouraged access: The field XML_PI_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

54 : regionMap.put(DOMRegionContext.XML_PI_CLOSE, IStyleConstantsXML.PI_BORDER);

89. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

54 : regionMap.put(DOMRegionContext.XML_PI_CLOSE, IStyleConstantsXML.PI_BORDER);

90. WARNING: DiscouragedReference

Discouraged access: The field PI_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

54 : regionMap.put(DOMRegionContext.XML_PI_CLOSE, IStyleConstantsXML.PI_BORDER);

91. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

55 : regionMap.put(DOMRegionContext.XML_DECLARATION_OPEN, IStyleConstantsXML.DECL_BORDER);

92. WARNING: DiscouragedReference

Discouraged access: The field XML_DECLARATION_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

55 : regionMap.put(DOMRegionContext.XML_DECLARATION_OPEN, IStyleConstantsXML.DECL_BORDER);

93. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

55 : regionMap.put(DOMRegionContext.XML_DECLARATION_OPEN, IStyleConstantsXML.DECL_BORDER);

94. WARNING: DiscouragedReference

Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

55 : regionMap.put(DOMRegionContext.XML_DECLARATION_OPEN, IStyleConstantsXML.DECL_BORDER);

95. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

56 : regionMap.put(DOMRegionContext.XML_DECLARATION_CLOSE, IStyleConstantsXML.DECL_BORDER);

96. WARNING: DiscouragedReference

Discouraged access: The field XML_DECLARATION_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLRegionMap.java :

56 : regionMap.put(DOMRegionContext.XML_DECLARATION_CLOSE, IStyleConstantsXML.DECL_BORDER);

97. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

56 : regionMap.put(DOMRegionContext.XML_DECLARATION_CLOSE, IStyleConstantsXML.DECL_BORDER);

98. WARNING: DiscouragedReference

Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

56 : regionMap.put(DOMRegionContext.XML_DECLARATION_CLOSE, IStyleConstantsXML.DECL_BORDER);

99. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

57 : regionMap.put(DOMRegionContext.XML_DOCTYPE_EXTERNAL_ID_SYSREF, IStyleConstantsXML.DOCTYPE_EXTERNAL_ID_SYSREF);

100. WARNING: DiscouragedReference

Discouraged access: The field DOCTYPE_EXTERNAL_ID_SYSREF from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLRegionMap.java :

57 : regionMap.put(DOMRegionContext.XML_DOCTYPE_EXTERNAL_ID_SYSREF, IStyleConstantsXML.DOCTYPE_EXTERNAL_ID_SYSREF);

Source File: org/eclipse/wst/xsl/ui/internal/style/XMLTextAttributeMap.java
1. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

20 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

21 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

22 : import org.eclipse.wst.xml.ui.internal.XMLUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

23 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

41 : xmlPreferenceStore = XMLUIPlugin.getDefault().getPreferenceStore();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

41 : xmlPreferenceStore = XMLUIPlugin.getDefault().getPreferenceStore();

7. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

42 : addXMLTextAttribute(IStyleConstantsXML.TAG_NAME);

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

42 : addXMLTextAttribute(IStyleConstantsXML.TAG_NAME);

9. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

43 : addXMLTextAttribute(IStyleConstantsXML.TAG_BORDER);

10. WARNING: DiscouragedReference

Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

43 : addXMLTextAttribute(IStyleConstantsXML.TAG_BORDER);

11. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

44 : addXMLTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

44 : addXMLTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

13. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

45 : addXMLTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

14. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

45 : addXMLTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

15. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

46 : addXMLTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS);

16. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_EQUALS from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

46 : addXMLTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS);

17. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

47 : addXMLTextAttribute(IStyleConstantsXML.COMMENT_BORDER);

18. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

47 : addXMLTextAttribute(IStyleConstantsXML.COMMENT_BORDER);

19. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

48 : addXMLTextAttribute(IStyleConstantsXML.COMMENT_TEXT);

20. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

48 : addXMLTextAttribute(IStyleConstantsXML.COMMENT_TEXT);

21. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

49 : addXMLTextAttribute(IStyleConstantsXML.CDATA_BORDER);

22. WARNING: DiscouragedReference

Discouraged access: The field CDATA_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

49 : addXMLTextAttribute(IStyleConstantsXML.CDATA_BORDER);

23. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

50 : addXMLTextAttribute(IStyleConstantsXML.CDATA_TEXT);

24. WARNING: DiscouragedReference

Discouraged access: The field CDATA_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

50 : addXMLTextAttribute(IStyleConstantsXML.CDATA_TEXT);

25. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

51 : addXMLTextAttribute(IStyleConstantsXML.DECL_BORDER);

26. WARNING: DiscouragedReference

Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

51 : addXMLTextAttribute(IStyleConstantsXML.DECL_BORDER);

27. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

52 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_EXTERNAL_ID);

28. WARNING: DiscouragedReference

Discouraged access: The field DOCTYPE_EXTERNAL_ID from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

52 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_EXTERNAL_ID);

29. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

53 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_EXTERNAL_ID_PUBREF);

30. WARNING: DiscouragedReference

Discouraged access: The field DOCTYPE_EXTERNAL_ID_PUBREF from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

53 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_EXTERNAL_ID_PUBREF);

31. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

54 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_EXTERNAL_ID_SYSREF);

32. WARNING: DiscouragedReference

Discouraged access: The field DOCTYPE_EXTERNAL_ID_SYSREF from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

54 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_EXTERNAL_ID_SYSREF);

33. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

55 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_NAME);

34. WARNING: DiscouragedReference

Discouraged access: The field DOCTYPE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

55 : addXMLTextAttribute(IStyleConstantsXML.DOCTYPE_NAME);

35. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

56 : addXMLTextAttribute(IStyleConstantsXML.PI_CONTENT);

36. WARNING: DiscouragedReference

Discouraged access: The field PI_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

56 : addXMLTextAttribute(IStyleConstantsXML.PI_CONTENT);

37. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

57 : addXMLTextAttribute(IStyleConstantsXML.PI_BORDER);

38. WARNING: DiscouragedReference

Discouraged access: The field PI_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

57 : addXMLTextAttribute(IStyleConstantsXML.PI_BORDER);

39. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

58 : addXMLTextAttribute(IStyleConstantsXML.XML_CONTENT);

40. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

58 : addXMLTextAttribute(IStyleConstantsXML.XML_CONTENT);

41. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

59 : addXMLTextAttribute(IStyleConstantsXML.ENTITY_REFERENCE);

42. WARNING: DiscouragedReference

Discouraged access: The field ENTITY_REFERENCE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XMLTextAttributeMap.java :

59 : addXMLTextAttribute(IStyleConstantsXML.ENTITY_REFERENCE);

43. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

81 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

44. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

81 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

45. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

83 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

46. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

83 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

47. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

84 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

48. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

84 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

49. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

110 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

50. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

110 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

51. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

110 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

52. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XMLTextAttributeMap.java :

110 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

Source File: org/eclipse/wst/xsl/ui/internal/style/XSLRegionMap.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

16 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

30 : regionMap.put(DOMRegionContext.XML_TAG_OPEN, IStyleConstantsXSL.TAG_BORDER);

3. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

30 : regionMap.put(DOMRegionContext.XML_TAG_OPEN, IStyleConstantsXSL.TAG_BORDER);

4. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

31 : regionMap.put(DOMRegionContext.XML_END_TAG_OPEN, IStyleConstantsXSL.TAG_BORDER);

5. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

31 : regionMap.put(DOMRegionContext.XML_END_TAG_OPEN, IStyleConstantsXSL.TAG_BORDER);

6. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

32 : regionMap.put(DOMRegionContext.XML_TAG_CLOSE, IStyleConstantsXSL.TAG_BORDER);

7. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

32 : regionMap.put(DOMRegionContext.XML_TAG_CLOSE, IStyleConstantsXSL.TAG_BORDER);

8. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

33 : regionMap.put(DOMRegionContext.XML_EMPTY_TAG_CLOSE, IStyleConstantsXSL.TAG_BORDER);

9. WARNING: DiscouragedReference

Discouraged access: The field XML_EMPTY_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

33 : regionMap.put(DOMRegionContext.XML_EMPTY_TAG_CLOSE, IStyleConstantsXSL.TAG_BORDER);

10. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

34 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_NAME, IStyleConstantsXSL.TAG_ATTRIBUTE_NAME);

11. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

34 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_NAME, IStyleConstantsXSL.TAG_ATTRIBUTE_NAME);

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

35 : regionMap.put(DOMRegionContext.XML_TAG_NAME, IStyleConstantsXSL.TAG_NAME);

13. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

35 : regionMap.put(DOMRegionContext.XML_TAG_NAME, IStyleConstantsXSL.TAG_NAME);

14. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

36 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE, IStyleConstantsXSL.TAG_ATTRIBUTE_VALUE);

15. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLRegionMap.java :

36 : regionMap.put(DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE, IStyleConstantsXSL.TAG_ATTRIBUTE_VALUE);

Source File: org/eclipse/wst/xsl/ui/internal/style/XSLTextAttributeMap.java
1. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

20 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

21 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;

3. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

66 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

4. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

66 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

5. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

68 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

6. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

68 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

7. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

69 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

8. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

69 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

9. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

95 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

10. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

95 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

11. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

95 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

12. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTextAttributeMap.java :

95 : return new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, style);

Source File: org/eclipse/wst/xsl/ui/internal/templates/TemplateContextTypeXSL.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingTemplateVariableResolverXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TemplateContextTypeXSL.java :

15 : import org.eclipse.wst.xml.ui.internal.templates.EncodingTemplateVariableResolverXML;

2. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingTemplateVariableResolverXML() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TemplateContextTypeXSL.java :

30 : addResolver(new EncodingTemplateVariableResolverXML());

3. WARNING: DiscouragedReference

Discouraged access: The type EncodingTemplateVariableResolverXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TemplateContextTypeXSL.java :

30 : addResolver(new EncodingTemplateVariableResolverXML());

Source File: org/eclipse/wst/xsl/ui/internal/templates/XSLTemplatesPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

29 : import org.eclipse.wst.xml.xpath.ui.internal.XPathUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

30 : import org.eclipse.wst.xml.xpath.ui.internal.templates.TemplateContextTypeIdsXPath;

3. WARNING: DiscouragedReference

Discouraged access: The type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

48 : private static final TemplateStore TEMPLATE_STORE = XPathUIPlugin

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

48 : private static final TemplateStore TEMPLATE_STORE = XPathUIPlugin .getDefault().getXPathTemplateStore();

5. WARNING: DiscouragedReference

Discouraged access: The method getXPathTemplateStore() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

48 : private static final TemplateStore TEMPLATE_STORE = XPathUIPlugin .getDefault().getXPathTemplateStore();

6. WARNING: DiscouragedReference

Discouraged access: The type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

51 : private static final IPreferenceStore PREFERENCE_STORE = XPathUIPlugin

7. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

51 : private static final IPreferenceStore PREFERENCE_STORE = XPathUIPlugin .getDefault().getPreferenceStore();

8. WARNING: DiscouragedReference

Discouraged access: The type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

54 : private static final ContextTypeRegistry TEMPLATE_CONTEXT_REGISTRY = XPathUIPlugin

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

54 : private static final ContextTypeRegistry TEMPLATE_CONTEXT_REGISTRY = XPathUIPlugin .getDefault().getXPathTemplateContextRegistry();

10. WARNING: DiscouragedReference

Discouraged access: The method getXPathTemplateContextRegistry() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

54 : private static final ContextTypeRegistry TEMPLATE_CONTEXT_REGISTRY = XPathUIPlugin .getDefault().getXPathTemplateContextRegistry();

11. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

66 : return new String[] { TemplateContextTypeIdsXPath.XPATH,

12. WARNING: DiscouragedReference

Discouraged access: The field XPATH from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

66 : return new String[] { TemplateContextTypeIdsXPath.XPATH,

13. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

67 : TemplateContextTypeIdsXPath.AXIS,

14. WARNING: DiscouragedReference

Discouraged access: The field AXIS from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

67 : TemplateContextTypeIdsXPath.AXIS,

15. WARNING: DiscouragedReference

Discouraged access: The type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

68 : TemplateContextTypeIdsXPath.OPERATOR };

16. WARNING: DiscouragedReference

Discouraged access: The field OPERATOR from the type TemplateContextTypeIdsXPath is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

68 : TemplateContextTypeIdsXPath.OPERATOR };

17. WARNING: DiscouragedReference

Discouraged access: The method apply(ITextViewer, char, int, int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLTemplatesPage.java :

175 : proposal.apply(fTextEditor.getTextViewer(), ' ', 0, offset);

18. WARNING: DiscouragedReference

Discouraged access: The type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

236 : TemplateContextType contextType = XPathUIPlugin.getDefault()

19. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

236 : TemplateContextType contextType = XPathUIPlugin.getDefault()

20. WARNING: DiscouragedReference

Discouraged access: The method getXPathTemplateContextRegistry() from the type XPathUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.xpath.ui/@dot

XSLTemplatesPage.java :

236 : TemplateContextType contextType = XPathUIPlugin.getDefault() .getXPathTemplateContextRegistry().getContextType(

Source File: org/eclipse/wst/xsl/ui/internal/validation/DelegatingSourceValidatorForXSL.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingSourceValidatorForXSL.java :

25 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: UnusedImport

The import org.eclipse.wst.validation.internal.provisional.core.IMessage is never used

DelegatingSourceValidatorForXSL.java :

26 : import org.eclipse.wst.validation.internal.provisional.core.IMessage;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

DelegatingSourceValidatorForXSL.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type DelegatingSourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

DelegatingSourceValidatorForXSL.java :

31 : import org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator;

5. WARNING: UnusedImport

The import org.eclipse.wst.xsl.ui.internal.quickassist.ValidationQuickAssist is never used

DelegatingSourceValidatorForXSL.java :

33 : import org.eclipse.wst.xsl.ui.internal.quickassist.ValidationQuickAssist;

6. WARNING: DiscouragedReference

Discouraged access: The type DelegatingSourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

DelegatingSourceValidatorForXSL.java :

39 : public class DelegatingSourceValidatorForXSL extends DelegatingSourceValidator

7. WARNING: UnusedPrivateField

The field DelegatingSourceValidatorForXSL.QUICKASSISTPROCESSOR is never read locally

DelegatingSourceValidatorForXSL.java :

43 : private final String QUICKASSISTPROCESSOR = IQuickAssistProcessor.class.getName();

8. WARNING: DiscouragedReference

Discouraged access: The constructor DelegatingSourceValidator() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

DelegatingSourceValidatorForXSL.java :

52 : super();

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

DelegatingSourceValidatorForXSL.java :

56 : protected void updateValidationMessages(List messages, IDOMDocument document, IReporter reporter)

10. WARNING: DiscouragedReference

Discouraged access: The method updateValidationMessages(List, IDOMDocument, IReporter) from the type DelegatingSourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

DelegatingSourceValidatorForXSL.java :

58 : super.updateValidationMessages(messages, document, reporter);

11. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingSourceValidatorForXSL.java :

74 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException

12. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type DelegatingSourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

DelegatingSourceValidatorForXSL.java :

76 : super.validate(helper, reporter);

13. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type DelegatingSourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

DelegatingSourceValidatorForXSL.java :

86 : IFile file = getFile(delta[0]);

Source File: org/eclipse/wst/xsl/ui/internal/validation/XSLMarkupValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLMarkupValidator.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ISourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLMarkupValidator.java :

17 : import org.eclipse.wst.sse.ui.internal.reconcile.validator.ISourceValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

XSLMarkupValidator.java :

18 : import org.eclipse.wst.validation.internal.core.ValidationException;

4. WARNING: DiscouragedReference

Discouraged access: The type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

22 : import org.eclipse.wst.xml.ui.internal.validation.MarkupValidator;

5. WARNING: DiscouragedReference

Discouraged access: The type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

28 : public class XSLMarkupValidator extends MarkupValidator implements IValidator, ISourceValidator {

6. WARNING: DiscouragedReference

Discouraged access: The type ISourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLMarkupValidator.java :

28 : public class XSLMarkupValidator extends MarkupValidator implements IValidator, ISourceValidator {

7. WARNING: DiscouragedReference

Discouraged access: The method cleanup(IReporter) from the type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

38 : super.cleanup(reporter);

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

XSLMarkupValidator.java :

51 : throws ValidationException {

9. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

53 : super.validate(helper, reporter);

10. WARNING: DiscouragedReference

Discouraged access: The method connect(IDocument) from the type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

62 : super.connect(document);

11. WARNING: DiscouragedReference

Discouraged access: The method disconnect(IDocument) from the type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

71 : super.disconnect(document);

12. WARNING: DiscouragedReference

Discouraged access: The method validate(IRegion, IValidationContext, IReporter) from the type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

81 : super.validate(dirtyRegion, helper, reporter);

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLMarkupValidator.java :

89 : public void validate(IStructuredDocumentRegion structuredDocumentRegion,

14. WARNING: DiscouragedReference

Discouraged access: The method validate(IStructuredDocumentRegion, IReporter) from the type MarkupValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLMarkupValidator.java :

92 : super.validate(structuredDocumentRegion, reporter);

Source File: org/eclipse/wst/xsl/ui/internal/wizards/NewXSLFileTemplatesWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileTemplatesWizardPage.java :

55 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

NewXSLFileTemplatesWizardPage.java :

57 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

3. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

NewXSLFileTemplatesWizardPage.java :

58 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

NewXSLFileTemplatesWizardPage.java :

59 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

5. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

NewXSLFileTemplatesWizardPage.java :

248 : public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {

6. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

NewXSLFileTemplatesWizardPage.java :

252 : SourceViewer viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);

7. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

NewXSLFileTemplatesWizardPage.java :

252 : SourceViewer viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);

8. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot

NewXSLFileTemplatesWizardPage.java :

253 : ((StructuredTextViewer) viewer).getTextWidget().setFont(JFaceResources.getFont("org.eclipse.wst.sse.ui.textfont")); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileTemplatesWizardPage.java :

254 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

10. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileTemplatesWizardPage.java :

254 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

11. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

NewXSLFileTemplatesWizardPage.java :

254 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

12. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

NewXSLFileTemplatesWizardPage.java :

254 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

13. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileTemplatesWizardPage.java :

255 : IDocument document = scratchModel.getStructuredDocument();

Source File: org/eclipse/wst/xsl/ui/internal/wizards/NewXSLFileWizard.java
1. WARNING: UnusedImport

The import org.eclipse.core.resources.IProject is never used

NewXSLFileWizard.java :

19 : import org.eclipse.core.resources.IProject;

2. WARNING: UnusedImport

The import org.eclipse.core.resources.ResourcesPlugin is never used

NewXSLFileWizard.java :

20 : import org.eclipse.core.resources.ResourcesPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileWizard.java :

31 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;

4. WARNING: DiscouragedReference

Discouraged access: The type XMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

NewXSLFileWizard.java :

32 : import org.eclipse.wst.xml.core.internal.XMLCorePlugin;

5. WARNING: UnusedPrivateField

The field NewXSLFileWizard.workbench is never read locally

NewXSLFileWizard.java :

41 : private IWorkbench workbench;

6. WARNING: DiscouragedReference

Discouraged access: The type XMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

NewXSLFileWizard.java :

92 : Preferences preference = XMLCorePlugin.getDefault().getPluginPreferences();

7. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type XMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

NewXSLFileWizard.java :

92 : Preferences preference = XMLCorePlugin.getDefault().getPluginPreferences();

8. WARNING: DiscouragedReference

Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileWizard.java :

93 : String charSet = preference.getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);

9. WARNING: DiscouragedReference

Discouraged access: The field OUTPUT_CODESET from the type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

NewXSLFileWizard.java :

93 : String charSet = preference.getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);