Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 210 Number of classfiles: 276

Problems: 3235 (Errors: 0 Warnings: 3235 )

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/CMContentWrapperImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentWrapperImpl.java :

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

2. WARNING: DiscouragedReference

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

CMContentWrapperImpl.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentWrapperImpl.java :

18 : public class CMContentWrapperImpl extends CMNodeWrapperImpl implements CMContent {

4. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentWrapperImpl.java :

20 : private CMContent fCMContent = null;

5. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentWrapperImpl.java :

27 : public CMContentWrapperImpl(String prefix, org.eclipse.wst.xml.core.internal.contentmodel.CMContent node) {

6. WARNING: DiscouragedReference

Discouraged access: The method getMaxOccur() from the type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentWrapperImpl.java :

39 : return fCMContent.getMaxOccur();

7. WARNING: DiscouragedReference

Discouraged access: The method getMinOccur() from the type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentWrapperImpl.java :

50 : return fCMContent.getMinOccur();

8. WARNING: DiscouragedReference

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

CMContentWrapperImpl.java :

53 : public CMNode getOriginNode() {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/CMDocumentWrapperImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

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

2. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace;

5. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

25 : public class CMDocumentWrapperImpl implements CMDocument, CMNodeWrapper {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

25 : public class CMDocumentWrapperImpl implements CMDocument, CMNodeWrapper {

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

27 : class CMNamedNodeMapImpl implements CMNamedNodeMap {

10. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

43 : public CMNode getNamedItem(String name) {

11. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

44 : return (CMNode) table.get(name);

12. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

47 : public CMNode item(int index) {

13. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

56 : return (CMNode) result;

14. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

63 : public void setNamedItem(String name, CMNode aNode) {

15. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

69 : public class CMNamespaceImpl implements CMNamespace {

16. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

75 : return CMNode.NAME_SPACE;

17. WARNING: DiscouragedReference

Discouraged access: The field NAME_SPACE from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

75 : return CMNode.NAME_SPACE;

18. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

95 : private CMDocument fDocument;

19. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

96 : private CMNamedNodeMap fElements = null;

20. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

97 : private CMNamedNodeMap fEntities = null;

21. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

98 : private CMNamespace fNamespace = new CMNamespaceImpl();

22. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

102 : public CMDocumentWrapperImpl(String newURI, String newPrefix, CMDocument tld) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

112 : public CMDocument getDocument() {

24. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

122 : public CMNamedNodeMap getElements() {

25. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

124 : int length = getDocument().getElements().getLength();

26. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

124 : int length = getDocument().getElements().getLength();

27. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

127 : CMElementDeclaration ed = new CMElementDeclarationWrapperImpl(fPrefix, (CMElementDeclaration) getDocument().getElements().item(i));

28. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

127 : CMElementDeclaration ed = new CMElementDeclarationWrapperImpl(fPrefix, (CMElementDeclaration) getDocument().getElements().item(i));

29. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

127 : CMElementDeclaration ed = new CMElementDeclarationWrapperImpl(fPrefix, (CMElementDeclaration) getDocument().getElements().item(i));

30. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

127 : CMElementDeclaration ed = new CMElementDeclarationWrapperImpl(fPrefix, (CMElementDeclaration) getDocument().getElements().item(i));

31. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

128 : elements.setNamedItem(ed.getNodeName(), ed);

32. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

141 : public CMNamedNodeMap getEntities() {

33. WARNING: DiscouragedReference

Discouraged access: The method getEntities() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

143 : fEntities = getDocument().getEntities();

34. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentWrapperImpl.java :

152 : public CMNamespace getNamespace() {

35. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

161 : return getDocument().getNodeName();

36. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

172 : return getDocument().getNodeType();

37. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

175 : public CMNode getOriginNode() {

38. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

195 : return getDocument().getProperty(propertyName);

39. WARNING: DiscouragedReference

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

CMDocumentWrapperImpl.java :

214 : return getDocument().supports(propertyName);

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/CMElementDeclarationWrapperImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

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

2. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

16 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

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

7. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

22 : public class CMElementDeclarationWrapperImpl extends CMNodeWrapperImpl implements CMElementDeclaration {

8. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

23 : private CMContent fCMContent = null;

9. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

25 : protected CMElementDeclaration fElementDecl = null;

10. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

32 : public CMElementDeclarationWrapperImpl(String prefix, CMElementDeclaration node) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

43 : public CMNamedNodeMap getAttributes() {

12. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

44 : return fElementDecl.getAttributes();

13. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

54 : public CMContent getContent() {

14. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

56 : CMContent content = fElementDecl.getContent();

15. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

56 : CMContent content = fElementDecl.getContent();

16. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

59 : if (content instanceof CMGroup)

17. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

60 : fCMContent = new CMGroupWrapperImpl(fPrefix, (CMGroup) content);

18. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

75 : return fElementDecl.getContentType();

19. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

82 : public CMDataType getDataType() {

20. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

83 : return fElementDecl.getDataType();

21. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

100 : public CMNamedNodeMap getLocalElements() {

22. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

101 : return fElementDecl.getLocalElements();

23. WARNING: DiscouragedReference

Discouraged access: The method getMaxOccur() from the type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

111 : return fElementDecl.getMaxOccur();

24. WARNING: DiscouragedReference

Discouraged access: The method getMinOccur() from the type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationWrapperImpl.java :

122 : return fElementDecl.getMinOccur();

25. WARNING: DiscouragedReference

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

CMElementDeclarationWrapperImpl.java :

125 : public CMNode getOriginNode() {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/CMGroupWrapperImpl.java
1. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

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

3. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

21 : public class CMGroupWrapperImpl extends CMContentWrapperImpl implements CMGroup {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

22 : class CMNodeListImpl implements CMNodeList {

7. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

37 : public void appendItem(CMNode node) {

8. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

54 : public CMNode item(int index) {

9. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

57 : return (CMNode) nodes.get(index);

10. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

61 : private CMNodeList fChildNodes = null;

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

62 : private CMGroup fGroup = null;

12. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

69 : public CMGroupWrapperImpl(String prefix, CMGroup node) {

13. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

79 : public CMNodeList getChildNodes() {

14. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

82 : CMNodeList children = fGroup.getChildNodes();

15. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

82 : CMNodeList children = fGroup.getChildNodes();

16. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

83 : for (int i = 0; i < children.getLength(); i++) {

17. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

84 : CMNode child = children.item(i);

18. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

84 : CMNode child = children.item(i);

19. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

85 : if (child instanceof CMGroup)

20. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

86 : childNodes.appendItem(new CMGroupWrapperImpl(fPrefix, (CMGroup) child));

21. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

87 : else if (child instanceof CMElementDeclaration)

22. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

88 : childNodes.appendItem(new CMElementDeclarationWrapperImpl(fPrefix, (CMElementDeclaration) child));

23. WARNING: DiscouragedReference

Discouraged access: The method getOperator() from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupWrapperImpl.java :

106 : return fGroup.getOperator();

24. WARNING: DiscouragedReference

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

CMGroupWrapperImpl.java :

109 : public CMNode getOriginNode() {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/CMNodeWrapperImpl.java
1. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeWrapperImpl.java :

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

3. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

18 : public class CMNodeWrapperImpl implements CMNode, CMNodeWrapper {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeWrapperImpl.java :

18 : public class CMNodeWrapperImpl implements CMNode, CMNodeWrapper {

5. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

19 : private CMNode fNode = null;

6. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

27 : public CMNodeWrapperImpl(String prefix, CMNode node) {

7. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

32 : fNodeName = fPrefix + ":" + fNode.getNodeName(); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

51 : return fNode.getNodeType();

9. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

54 : public CMNode getOriginNode() {

10. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

66 : return fNode.getProperty(propertyName);

11. WARNING: DiscouragedReference

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

CMNodeWrapperImpl.java :

77 : return fNode.supports(propertyName);

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/JSPCMDocumentFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPCMDocumentFactory.java :

13 : import org.eclipse.wst.html.core.internal.contentmodel.HTMLCMDocumentFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

27 : public static CMDocument getCMDocument() {

5. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

28 : return getCMDocument(CMDocType.JSP20_DOC_TYPE);

6. WARNING: DiscouragedReference

Discouraged access: The field JSP20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

28 : return getCMDocument(CMDocType.JSP20_DOC_TYPE);

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

36 : public static CMDocument getCMDocument(String cmtype) {

8. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPCMDocumentFactory.java :

39 : return HTMLCMDocumentFactory.getCMDocument(cmtype);

9. WARNING: DiscouragedReference

Discouraged access: The method getCMDocument(String) from the type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPCMDocumentFactory.java :

39 : return HTMLCMDocumentFactory.getCMDocument(cmtype);

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

42 : public static CMDocument getCMDocument(float jspVersion) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

44 : return getCMDocument(CMDocType.JSP20_DOC_TYPE);

12. WARNING: DiscouragedReference

Discouraged access: The field JSP20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

44 : return getCMDocument(CMDocType.JSP20_DOC_TYPE);

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

46 : return getCMDocument(CMDocType.JSP12_DOC_TYPE);

14. WARNING: DiscouragedReference

Discouraged access: The field JSP12_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

46 : return getCMDocument(CMDocType.JSP12_DOC_TYPE);

15. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

48 : return getCMDocument(CMDocType.JSP11_DOC_TYPE);

16. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocumentFactory.java :

48 : return getCMDocument(CMDocType.JSP11_DOC_TYPE);

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/TaglibController.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

36 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

37 : import org.eclipse.wst.sse.core.internal.util.Assert;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

53 : IStructuredDocument document;

5. WARNING: DiscouragedReference

Discouraged access: The method resetHandlers() from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibController.java :

75 : tldDocumentManager.getSourceParser().resetHandlers();

6. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

77 : if (document instanceof BasicStructuredDocument) {

7. WARNING: DiscouragedReference

Discouraged access: The method reparse(Object) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

78 : ((BasicStructuredDocument) document).reparse(this);

8. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

78 : ((BasicStructuredDocument) document).reparse(this);

9. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

119 : Assert.isTrue(document instanceof IStructuredDocument, getClass().getName() + " SetupParticipant was called for non-IStructuredDocument"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method isTrue(boolean, String) from the type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

119 : Assert.isTrue(document instanceof IStructuredDocument, getClass().getName() + " SetupParticipant was called for non-IStructuredDocument"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

119 : Assert.isTrue(document instanceof IStructuredDocument, getClass().getName() + " SetupParticipant was called for non-IStructuredDocument"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

135 : info.document = (IStructuredDocument) document;

13. WARNING: DiscouragedReference

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

TaglibController.java :

140 : info.tldDocumentManager.setSourceParser((JSPSourceParser) info.document.getParser());

14. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

145 : if (document instanceof BasicStructuredDocument && document.getLength() > 0) {

15. WARNING: DiscouragedReference

Discouraged access: The method reparse(Object) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

146 : ((BasicStructuredDocument) document).reparse(this);

16. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

146 : ((BasicStructuredDocument) document).reparse(this);

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

365 : info.document = (IStructuredDocument) document;

18. WARNING: DiscouragedReference

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

TaglibController.java :

373 : info.tldDocumentManager.setSourceParser((JSPSourceParser) info.document.getParser());

19. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

374 : if (document instanceof BasicStructuredDocument && document.getLength() > 0) {

20. WARNING: DiscouragedReference

Discouraged access: The method reparse(Object) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

375 : ((BasicStructuredDocument) document).reparse(this);

21. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibController.java :

375 : ((BasicStructuredDocument) document).reparse(this);

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMAttributeDeclarationImpl.java
1. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationImpl.java :

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

3. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

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

4. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

27 : private CMDataType attrType = new CMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

27 : private CMDataType attrType = new CMDataTypeImpl(CMDataType.CDATA);

6. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

27 : private CMDataType attrType = new CMDataTypeImpl(CMDataType.CDATA);

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationImpl.java :

33 : private CMDocument fOwnerDocument;

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationImpl.java :

51 : public CMAttributeDeclarationImpl(CMDocument owner) {

9. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

70 : public CMDataType getAttrType() {

10. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

121 : return CMNode.ATTRIBUTE_DECLARATION;

11. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationImpl.java :

121 : return CMNode.ATTRIBUTE_DECLARATION;

12. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationImpl.java :

129 : public CMDocument getOwnerDocument() {

13. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

149 : return getOwnerDocument().getProperty(propertyName);

14. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

172 : return required ? REQUIRED : OPTIONAL;

15. WARNING: DiscouragedReference

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

CMAttributeDeclarationImpl.java :

172 : return required ? REQUIRED : OPTIONAL;

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMDataTypeImpl.java
1. WARNING: DiscouragedReference

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

CMDataTypeImpl.java :

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

2. WARNING: DiscouragedReference

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

CMDataTypeImpl.java :

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

3. WARNING: DiscouragedReference

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

CMDataTypeImpl.java :

18 : public class CMDataTypeImpl implements CMDataType {

4. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDataTypeImpl.java :

68 : return IMPLIED_VALUE_NONE;

5. WARNING: DiscouragedReference

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

CMDataTypeImpl.java :

76 : return CMNode.DATA_TYPE;

6. WARNING: DiscouragedReference

Discouraged access: The field DATA_TYPE from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDataTypeImpl.java :

76 : return CMNode.DATA_TYPE;

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMDocumentFactoryTLD.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

56 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

57 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

58 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

59 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. WARNING: DiscouragedReference

Discouraged access: The type JarUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

60 : import org.eclipse.wst.sse.core.internal.util.JarUtilities;

6. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

63 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

8. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

65 : import org.eclipse.wst.xml.core.internal.contentmodel.factory.CMDocumentFactory;

10. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

84 : public class CMDocumentFactoryTLD implements CMDocumentFactory {

12. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

102 : public CMDocument buildCMDocument(String baselocation, InputStream input) {

13. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

134 : CMElementDeclaration ed = createElementDeclaration(document, (IFile) tagfiles[i]);

14. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

136 : document.fElements.setNamedItem(ed.getNodeName(), ed);

15. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

154 : protected CMDocument buildCMDocumentFromFile(String fileName) {

16. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

165 : protected CMDocument buildCMDocumentFromFile(IFile file) {

17. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

187 : protected CMDocument buildCMDocumentFromJar(String jarFileName) {

18. WARNING: DiscouragedReference

Discouraged access: The type JarUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

189 : return buildCMDocumentFromJar(jarFileName, JarUtilities.JSP11_TAGLIB);

19. WARNING: DiscouragedReference

Discouraged access: The field JSP11_TAGLIB from the type JarUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

189 : return buildCMDocumentFromJar(jarFileName, JarUtilities.JSP11_TAGLIB);

20. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

200 : protected CMDocument buildCMDocumentFromJar(String jarFileName, String contentFileName) {

21. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

208 : CMDocument document = loadDocument("jar:file://" + jarFileName + "!" + contentFileName, provider.getRootElement()); //$NON-NLS-1$ //$NON-NLS-2$

22. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

214 : protected CMAttributeDeclaration createAttributeDeclaration(CMDocument document, Node attrNode) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

214 : protected CMAttributeDeclaration createAttributeDeclaration(CMDocument document, Node attrNode) {

24. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

251 : public CMDocument createCMDocument(String uri) {

25. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

252 : CMDocument result = null;

26. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

280 : private CMDocument createCMDocumentFromFile(String fileName) {

27. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

281 : CMDocument result = null;

28. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

302 : private CMDocument buildCMDocumentFromDirectory(File file) {

29. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

312 : protected CMElementDeclaration createElementDeclaration(CMDocumentImpl document, Element tagFileNode, String path) {

30. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

369 : protected CMElementDeclaration createElementDeclaration(CMDocument document, Node tagNode) {

31. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

369 : protected CMElementDeclaration createElementDeclaration(CMDocument document, Node tagNode) {

32. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

405 : CMAttributeDeclaration attr = createAttributeDeclaration(document, child);

33. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

406 : ed.fAttributes.setNamedItem(attr.getAttrName(), attr);

34. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

427 : private CMElementDeclaration createElementDeclaration(CMDocument document, IFile tagFile) {

35. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

427 : private CMElementDeclaration createElementDeclaration(CMDocument document, IFile tagFile) {

36. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

451 : protected TLDFunction createFunction(CMDocument document, Node functionNode) {

37. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

617 : private CMDocument loadDocument(String baseLocation, Node taglib) {

38. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

644 : CMElementDeclaration ed = createElementDeclaration(document, child);

39. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

646 : document.fElements.setNamedItem(ed.getNodeName(), ed);

40. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace.ElementName is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

CMDocumentFactoryTLD.java :

744 : if (qName.equals(JSP20Namespace.ElementName.DIRECTIVE_TAG)) {

41. WARNING: DiscouragedReference

Discouraged access: The field DIRECTIVE_TAG from the type JSP20Namespace.ElementName is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

CMDocumentFactoryTLD.java :

744 : if (qName.equals(JSP20Namespace.ElementName.DIRECTIVE_TAG)) {

42. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace.ElementName is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

CMDocumentFactoryTLD.java :

768 : else if (qName.equals(JSP20Namespace.ElementName.DIRECTIVE_ATTRIBUTE)) {

43. WARNING: DiscouragedReference

Discouraged access: The field DIRECTIVE_ATTRIBUTE from the type JSP20Namespace.ElementName is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

CMDocumentFactoryTLD.java :

768 : else if (qName.equals(JSP20Namespace.ElementName.DIRECTIVE_ATTRIBUTE)) {

44. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace.ElementName is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

CMDocumentFactoryTLD.java :

786 : else if (qName.equals(JSP20Namespace.ElementName.DIRECTIVE_VARIABLE)) {

45. WARNING: DiscouragedReference

Discouraged access: The field DIRECTIVE_VARIABLE from the type JSP20Namespace.ElementName is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

CMDocumentFactoryTLD.java :

786 : else if (qName.equals(JSP20Namespace.ElementName.DIRECTIVE_VARIABLE)) {

46. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

844 : IStructuredDocument document = (IStructuredDocument) new ModelHandlerForJSP().getDocumentLoader().createNewStructuredDocument(tagFile);

47. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

844 : IStructuredDocument document = (IStructuredDocument) new ModelHandlerForJSP().getDocumentLoader().createNewStructuredDocument(tagFile);

48. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument(IFile) from the type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

844 : IStructuredDocument document = (IStructuredDocument) new ModelHandlerForJSP().getDocumentLoader().createNewStructuredDocument(tagFile);

49. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

845 : IStructuredDocumentRegion documentRegion = document.getFirstStructuredDocumentRegion();

50. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

845 : IStructuredDocumentRegion documentRegion = document.getFirstStructuredDocumentRegion();

51. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

847 : if (documentRegion.getType().equals(DOMJSPRegionContexts.JSP_DIRECTIVE_NAME)) {

52. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

848 : if (documentRegion.getNumberOfRegions() > 2) {

53. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

849 : ITextRegionList regions = documentRegion.getRegions();

54. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

849 : ITextRegionList regions = documentRegion.getRegions();

55. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

850 : String directiveName = documentRegion.getText(regions.get(1));

56. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

850 : String directiveName = documentRegion.getText(regions.get(1));

57. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

854 : for (int i = 2; i < documentRegion.getNumberOfRegions(); i++) {

58. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

855 : ITextRegion region = regions.get(i);

59. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

855 : ITextRegion region = regions.get(i);

60. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

856 : String text = documentRegion.getText(region);

61. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

857 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

62. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

857 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

63. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

857 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

64. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

861 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

65. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

861 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

66. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

861 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

67. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

903 : for (int i = 2; i < documentRegion.getNumberOfRegions(); i++) {

68. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

904 : ITextRegion region = regions.get(i);

69. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

904 : ITextRegion region = regions.get(i);

70. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

905 : String text = documentRegion.getText(region);

71. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

906 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

72. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

906 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

73. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

906 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

74. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

910 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

75. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

910 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

76. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

910 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

77. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

939 : for (int i = 2; i < documentRegion.getNumberOfRegions(); i++) {

78. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

940 : ITextRegion region = regions.get(i);

79. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

940 : ITextRegion region = regions.get(i);

80. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

941 : String text = documentRegion.getText(region);

81. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

942 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

82. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

942 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

83. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

942 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

84. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

946 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

85. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

946 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

86. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

946 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

87. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

977 : for (int i = 2; i < documentRegion.getNumberOfRegions(); i++) {

88. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

978 : ITextRegion region = regions.get(i);

89. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CMDocumentFactoryTLD.java :

978 : ITextRegion region = regions.get(i);

90. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

979 : String text = documentRegion.getText(region);

91. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

980 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

92. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

980 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

93. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

980 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

94. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

984 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

95. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

984 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

96. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

984 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && attrName != null) {

97. WARNING: DiscouragedReference

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

CMDocumentFactoryTLD.java :

1000 : documentRegion = documentRegion.getNext();

98. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

1016 : public CMDocument createCMDocument(ITaglibRecord reference) {

99. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

1025 : if (_debug && document != null && document.getElements().getLength() == 0) {

100. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentFactoryTLD.java :

1052 : if (document != null && document.getElements().getLength() == 0) {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMDocumentImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

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

3. WARNING: DiscouragedReference

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

CMDocumentImpl.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type ContentModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

29 : import org.eclipse.wst.xml.core.internal.contentmodel.annotation.AnnotationMap;

6. WARNING: DiscouragedReference

Discouraged access: The type AnnotationFileInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

30 : import org.eclipse.wst.xml.core.internal.contentmodel.internal.annotation.AnnotationFileInfo;

7. WARNING: DiscouragedReference

Discouraged access: The type AnnotationFileParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

31 : import org.eclipse.wst.xml.core.internal.contentmodel.internal.annotation.AnnotationFileParser;

8. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

36 : private AnnotationMap fAnnotationMap = null;

9. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

108 : private AnnotationMap getAnnotationMap() {

10. WARNING: DiscouragedReference

Discouraged access: The constructor AnnotationMap() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

111 : fAnnotationMap = new AnnotationMap();

11. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

111 : fAnnotationMap = new AnnotationMap();

12. WARNING: DiscouragedReference

Discouraged access: The type ContentModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

113 : List annotationFiles = ContentModelManager.getInstance().getAnnotationFilesInfos(getUri());

13. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ContentModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

113 : List annotationFiles = ContentModelManager.getInstance().getAnnotationFilesInfos(getUri());

14. WARNING: DiscouragedReference

Discouraged access: The method getAnnotationFilesInfos(String) from the type ContentModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

113 : List annotationFiles = ContentModelManager.getInstance().getAnnotationFilesInfos(getUri());

15. WARNING: DiscouragedReference

Discouraged access: The type AnnotationFileInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

116 : AnnotationFileInfo fileInfo = (AnnotationFileInfo) i.next();

16. WARNING: DiscouragedReference

Discouraged access: The type AnnotationFileInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

116 : AnnotationFileInfo fileInfo = (AnnotationFileInfo) i.next();

17. WARNING: DiscouragedReference

Discouraged access: The type AnnotationFileParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

117 : AnnotationFileParser parser = new AnnotationFileParser();

18. WARNING: DiscouragedReference

Discouraged access: The constructor AnnotationFileParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

117 : AnnotationFileParser parser = new AnnotationFileParser();

19. WARNING: DiscouragedReference

Discouraged access: The type AnnotationFileParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

117 : AnnotationFileParser parser = new AnnotationFileParser();

20. WARNING: DiscouragedReference

Discouraged access: The method parse(AnnotationMap, AnnotationFileInfo) from the type AnnotationFileParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

118 : parser.parse(fAnnotationMap, fileInfo);

21. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

155 : public CMNamedNodeMap getElements() {

22. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

165 : public CMNamedNodeMap getEntities() {

23. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

221 : public CMNamespace getNamespace() {

24. WARNING: DiscouragedReference

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

CMDocumentImpl.java :

241 : return CMNode.DOCUMENT;

25. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENT from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

241 : return CMNode.DOCUMENT;

26. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

441 : CMNamedNodeMap elements = getElements();

27. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

442 : for (int i = 0; i < elements.getLength(); i++) {

28. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentImpl.java :

443 : buffer.append(StringUtils.replace(elements.item(i).toString(), "\n", "\n\t\t")); //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMElementDeclarationImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

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

5. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.annotation.AnnotationMap;

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

49 : private CMDocument fOwnerDocument;

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

100 : public CMElementDeclarationImpl(CMDocument owner) {

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

112 : public CMNamedNodeMap getAttributes() {

10. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

132 : public CMContent getContent() {

11. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

145 : return EMPTY;

12. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

147 : return PCDATA;

13. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

150 : return ANY;

14. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

158 : public CMDataType getDataType() {

15. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

159 : return new CMDataTypeImpl(CMDataType.CDATA);

16. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

159 : return new CMDataTypeImpl(CMDataType.CDATA);

17. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

227 : public CMNamedNodeMap getLocalElements() {

18. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

271 : return CMNode.ELEMENT_DECLARATION;

19. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

271 : return CMNode.ELEMENT_DECLARATION;

20. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

277 : public CMDocument getOwnerDocument() {

21. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

323 : return getOwnerDocument().getProperty(propertyName);

22. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

365 : if (getOwnerDocument().supports("annotationMap")) { //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

366 : AnnotationMap map = (AnnotationMap) getOwnerDocument().getProperty("annotationMap"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

366 : AnnotationMap map = (AnnotationMap) getOwnerDocument().getProperty("annotationMap"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

CMElementDeclarationImpl.java :

366 : AnnotationMap map = (AnnotationMap) getOwnerDocument().getProperty("annotationMap"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String, String) from the type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

368 : String result = map.getProperty(spec, "tagInfo"); //$NON-NLS-1$

27. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

527 : CMNamedNodeMap attributes = getAttributes();

28. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

528 : for (int i = 0; i < attributes.getLength(); i++) {

29. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationImpl.java :

529 : buffer.append("\n\t\t" + StringUtils.replace(attributes.item(i).toString(), "\n", "\n\t\t")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMNamedNodeMapImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

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

2. WARNING: DiscouragedReference

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

CMNamedNodeMapImpl.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

21 : public class CMNamedNodeMapImpl implements CMNamedNodeMap {

4. WARNING: DiscouragedReference

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

CMNamedNodeMapImpl.java :

50 : public CMNode getNamedItem(String name) {

5. WARNING: DiscouragedReference

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

CMNamedNodeMapImpl.java :

51 : return (CMNode) table.get(name);

6. WARNING: DiscouragedReference

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

CMNamedNodeMapImpl.java :

59 : public CMNode item(int index) {

7. WARNING: DiscouragedReference

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

CMNamedNodeMapImpl.java :

68 : return (CMNode) result;

8. WARNING: DiscouragedReference

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

CMNamedNodeMapImpl.java :

81 : public void setNamedItem(String name, CMNode aNode) {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/CMNodeListImpl.java
1. WARNING: DiscouragedReference

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

CMNodeListImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

23 : public class CMNodeListImpl implements CMNodeList {

4. WARNING: DiscouragedReference

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

CMNodeListImpl.java :

35 : public void appendItem(CMNode node) {

5. WARNING: DiscouragedReference

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

CMNodeListImpl.java :

56 : public CMNode item(int index) {

6. WARNING: DiscouragedReference

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

CMNodeListImpl.java :

57 : return (CMNode) list.get(index);

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/TLDCMDocumentManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

56 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

57 : import org.eclipse.wst.sse.core.internal.ltk.parser.StructuredDocumentRegionHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionHandlerExtension is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

58 : import org.eclipse.wst.sse.core.internal.ltk.parser.StructuredDocumentRegionHandlerExtension;

4. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

59 : import org.eclipse.wst.sse.core.internal.ltk.parser.TagMarker;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

60 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

6. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

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

7. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

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

8. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

64 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

10. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

65 : import org.eclipse.wst.sse.core.internal.util.Assert;

11. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

68 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

13. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

69 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

14. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

74 : protected class DirectiveStructuredDocumentRegionHandler implements StructuredDocumentRegionHandler, StructuredDocumentRegionHandlerExtension {

16. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionHandlerExtension is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

74 : protected class DirectiveStructuredDocumentRegionHandler implements StructuredDocumentRegionHandler, StructuredDocumentRegionHandlerExtension {

17. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

81 : protected void addBlockTag(String tagnameNS, ITextRegionCollection marker) {

18. WARNING: DiscouragedReference

Discouraged access: The method getBlockMarker(String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

84 : if (getParser().getBlockMarker(tagnameNS) == null) {

19. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

85 : getParser().addBlockMarker(new BlockMarker(tagnameNS, marker, DOMRegionContext.BLOCK_TEXT, true, false));

20. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

85 : getParser().addBlockMarker(new BlockMarker(tagnameNS, marker, DOMRegionContext.BLOCK_TEXT, true, false));

21. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

85 : getParser().addBlockMarker(new BlockMarker(tagnameNS, marker, DOMRegionContext.BLOCK_TEXT, true, false));

22. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

85 : getParser().addBlockMarker(new BlockMarker(tagnameNS, marker, DOMRegionContext.BLOCK_TEXT, true, false));

23. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

85 : getParser().addBlockMarker(new BlockMarker(tagnameNS, marker, DOMRegionContext.BLOCK_TEXT, true, false));

24. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

87 : System.out.println("TLDCMDocumentManager added block marker: " + tagnameNS + "@" + marker.getStartOffset()); //$NON-NLS-2$//$NON-NLS-1$

25. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

92 : protected void addTaglibTracker(String prefix, String uri, IStructuredDocumentRegion anchorStructuredDocumentRegion, CMDocument tldCMDocument) {

26. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

92 : protected void addTaglibTracker(String prefix, String uri, IStructuredDocumentRegion anchorStructuredDocumentRegion, CMDocument tldCMDocument) {

27. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

110 : protected void enableTaglibFromURI(String prefix, String uri, IStructuredDocumentRegion anchorStructuredDocumentRegion) {

28. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

117 : private void enableTags(String prefix, String uri, IStructuredDocumentRegion anchorStructuredDocumentRegion) {

29. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

121 : CMDocument tld = getCMDocument(uri);

30. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

145 : protected void enableTagsInDir(String prefix, String tagdir, IStructuredDocumentRegion anchorStructuredDocumentRegion) {

31. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

152 : protected void processRegionCollection(ITextRegionCollection regionCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

32. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

152 : protected void processRegionCollection(ITextRegionCollection regionCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

33. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

158 : if (regionCollection.getNumberOfRegions() > 4 && regionCollection.getRegions().get(1).getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

34. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

158 : if (regionCollection.getNumberOfRegions() > 4 && regionCollection.getRegions().get(1).getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

35. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

158 : if (regionCollection.getNumberOfRegions() > 4 && regionCollection.getRegions().get(1).getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

36. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

158 : if (regionCollection.getNumberOfRegions() > 4 && regionCollection.getRegions().get(1).getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

37. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

159 : ITextRegion name = regionCollection.getRegions().get(1);

38. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

159 : ITextRegion name = regionCollection.getRegions().get(1);

39. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

159 : ITextRegion name = regionCollection.getRegions().get(1);

40. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

164 : int startOffset = regionCollection.getStartOffset(name);

41. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

165 : int textLength = name.getTextLength();

42. WARNING: DiscouragedReference

Discouraged access: The method regionMatches(int, int, String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

167 : taglibDetected = textSource.regionMatches(startOffset, textLength, JSP12TLDNames.TAGLIB);

43. WARNING: DiscouragedReference

Discouraged access: The method regionMatches(int, int, String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

169 : taglibDirectiveDetected = textSource.regionMatches(startOffset, textLength, JSP12Namespace.ElementName.DIRECTIVE_TAGLIB);

44. WARNING: DiscouragedReference

Discouraged access: The method regionMatches(int, int, String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

171 : includeDetected = textSource.regionMatches(startOffset, textLength, JSP12TLDNames.INCLUDE);

45. WARNING: DiscouragedReference

Discouraged access: The method regionMatches(int, int, String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

173 : includeDirectiveDetected = textSource.regionMatches(startOffset, textLength, JSP12Namespace.ElementName.DIRECTIVE_INCLUDE);

46. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

181 : else if (regionCollection.getNumberOfRegions() > 1 && DOMRegionContext.XML_TAG_OPEN.equals(regionCollection.getFirstRegion().getType())) {

47. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

181 : else if (regionCollection.getNumberOfRegions() > 1 && DOMRegionContext.XML_TAG_OPEN.equals(regionCollection.getFirstRegion().getType())) {

48. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

181 : else if (regionCollection.getNumberOfRegions() > 1 && DOMRegionContext.XML_TAG_OPEN.equals(regionCollection.getFirstRegion().getType())) {

49. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

181 : else if (regionCollection.getNumberOfRegions() > 1 && DOMRegionContext.XML_TAG_OPEN.equals(regionCollection.getFirstRegion().getType())) {

50. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

181 : else if (regionCollection.getNumberOfRegions() > 1 && DOMRegionContext.XML_TAG_OPEN.equals(regionCollection.getFirstRegion().getType())) {

51. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

186 : public void nodeParsed(IStructuredDocumentRegion structuredDocumentRegion) {

52. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

200 : protected void processInclude(ITextRegionCollection includeDirectiveCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

53. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

200 : protected void processInclude(ITextRegionCollection includeDirectiveCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

54. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

201 : ITextRegionList regions = includeDirectiveCollection.getRegions();

55. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

201 : ITextRegionList regions = includeDirectiveCollection.getRegions();

56. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

205 : for (int i = 2; includedFile == null && i < regions.size(); i++) {

57. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

206 : ITextRegion region = regions.get(i);

58. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

206 : ITextRegion region = regions.get(i);

59. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

207 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

60. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

207 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

61. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

207 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

62. WARNING: DiscouragedReference

Discouraged access: The method regionMatches(int, int, String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

208 : if (textSource.regionMatches(includeDirectiveCollection.getStartOffset(region), region.getTextLength(), JSP12TLDNames.FILE)) {

63. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

208 : if (textSource.regionMatches(includeDirectiveCollection.getStartOffset(region), region.getTextLength(), JSP12TLDNames.FILE)) {

64. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

208 : if (textSource.regionMatches(includeDirectiveCollection.getStartOffset(region), region.getTextLength(), JSP12TLDNames.FILE)) {

65. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

215 : else if (isFilename && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

66. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

215 : else if (isFilename && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

67. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

215 : else if (isFilename && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

68. WARNING: DiscouragedReference

Discouraged access: The method getText(int, int) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

216 : includedFile = textSource.getText(includeDirectiveCollection.getStartOffset(region), region.getTextLength());

69. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

216 : includedFile = textSource.getText(includeDirectiveCollection.getStartOffset(region), region.getTextLength());

70. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

216 : includedFile = textSource.getText(includeDirectiveCollection.getStartOffset(region), region.getTextLength());

71. WARNING: DiscouragedReference

Discouraged access: The constructor TagMarker(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

272 : getParser().addNestablePrefix(new TagMarker(reference.prefix + ":")); //$NON-NLS-1$

72. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

272 : getParser().addNestablePrefix(new TagMarker(reference.prefix + ":")); //$NON-NLS-1$

73. WARNING: DiscouragedReference

Discouraged access: The constructor TagMarker(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

291 : getParser().addNestablePrefix(new TagMarker(reference.prefix + ":")); //$NON-NLS-1$

74. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

291 : getParser().addNestablePrefix(new TagMarker(reference.prefix + ":")); //$NON-NLS-1$

75. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

296 : if (Debug.debugTokenizer)

76. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

296 : if (Debug.debugTokenizer)

77. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

302 : protected void processXMLStartTag(ITextRegionCollection startTagRegionCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

78. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

302 : protected void processXMLStartTag(ITextRegionCollection startTagRegionCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

79. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

303 : ITextRegionList regions = startTagRegionCollection.getRegions();

80. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

303 : ITextRegionList regions = startTagRegionCollection.getRegions();

81. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

308 : for (int i = 2; i < regions.size(); i++) {

82. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

309 : ITextRegion region = regions.get(i);

83. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

309 : ITextRegion region = regions.get(i);

84. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

310 : if (region instanceof ITextRegionCollection) {

85. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

312 : processRegionCollection((ITextRegionCollection) region, anchorStructuredDocumentRegion, textSource);

86. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

316 : int regionStartOffset = startTagRegionCollection.getStartOffset(region);

87. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

317 : int regionTextLength = region.getTextLength();

88. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

318 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

89. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

318 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

90. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

318 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

91. WARNING: DiscouragedReference

Discouraged access: The method regionMatches(int, int, String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

319 : if (regionTextLength > XMLNS_LENGTH && textSource.regionMatches(regionStartOffset, XMLNS_LENGTH, XMLNS)) {

92. WARNING: DiscouragedReference

Discouraged access: The method getText(int, int) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

320 : prefix = textSource.getText(regionStartOffset + XMLNS_LENGTH, regionTextLength - XMLNS_LENGTH);

93. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

329 : else if (isTaglibValue && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

94. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

329 : else if (isTaglibValue && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

95. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

329 : else if (isTaglibValue && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

96. WARNING: DiscouragedReference

Discouraged access: The method getText(int, int) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDCMDocumentManager.java :

331 : uri = textSource.getText(regionStartOffset, regionTextLength);

97. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

355 : protected void processTaglib(ITextRegionCollection taglibDirectiveCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

98. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

355 : protected void processTaglib(ITextRegionCollection taglibDirectiveCollection, IStructuredDocumentRegion anchorStructuredDocumentRegion, JSPSourceParser textSource) {

99. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDCMDocumentManager.java :

356 : ITextRegionList regions = taglibDirectiveCollection.getRegions();

100. WARNING: DiscouragedReference

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

TLDCMDocumentManager.java :

356 : ITextRegionList regions = taglibDirectiveCollection.getRegions();

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/TLDFunctionImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFunctionImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFunctionImpl.java :

28 : private CMDocument fOwnerDocument = null;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFunctionImpl.java :

31 : public TLDFunctionImpl(CMDocument owner) {

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFunctionImpl.java :

87 : public CMDocument getOwnerDocument() {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/TaglibTracker.java
1. WARNING: DiscouragedReference

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

TaglibTracker.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibTracker.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentTracker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibTracker.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocumentTracker;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentTracker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibTracker.java :

23 : public class TaglibTracker extends CMDocumentWrapperImpl implements CMDocumentTracker {

5. WARNING: DiscouragedReference

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

TaglibTracker.java :

25 : private IStructuredDocumentRegion fStructuredDocumentRegion;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibTracker.java :

27 : public TaglibTracker(String newURI, String newPrefix, CMDocument tld, IStructuredDocumentRegion aStructuredDocumentRegion) {

7. WARNING: DiscouragedReference

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

TaglibTracker.java :

27 : public TaglibTracker(String newURI, String newPrefix, CMDocument tld, IStructuredDocumentRegion aStructuredDocumentRegion) {

8. WARNING: DiscouragedReference

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

TaglibTracker.java :

32 : public IStructuredDocumentRegion getStructuredDocumentRegion() {

9. WARNING: DiscouragedReference

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

TaglibTracker.java :

38 : return getPrefix() + "@" + getStructuredDocumentRegion().getStartOffset(); //$NON-NLS-1$

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDAttributeDeclaration.java
1. WARNING: DiscouragedReference

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

TLDAttributeDeclaration.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDAttributeDeclaration.java :

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

3. WARNING: DiscouragedReference

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

TLDAttributeDeclaration.java :

21 : public interface TLDAttributeDeclaration extends CMAttributeDeclaration {

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDAttributeDeclaration.java :

36 : CMDocument getOwnerDocument();

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDDocument.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDDocument.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDDocument.java :

17 : public interface TLDDocument extends CMDocument {

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDElementDeclaration.java :

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

2. WARNING: DiscouragedReference

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

TLDElementDeclaration.java :

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

3. WARNING: DiscouragedReference

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

TLDElementDeclaration.java :

18 : public interface TLDElementDeclaration extends CMElementDeclaration {

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDElementDeclaration.java :

73 : CMDocument getOwnerDocument();

Source File: org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDFunction.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFunction.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFunction.java :

33 : CMDocument getOwnerDocument();

Source File: org/eclipse/jst/jsp/core/internal/contenttype/ByteReader.java
1. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ByteReader.java :

19 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ByteReader.java :

36 : public static final int DEFAULT_BUFFER_SIZE = CodedIO.MAX_BUF_SIZE;

3. WARNING: DiscouragedReference

Discouraged access: The field MAX_BUF_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ByteReader.java :

36 : public static final int DEFAULT_BUFFER_SIZE = CodedIO.MAX_BUF_SIZE;

Source File: org/eclipse/jst/jsp/core/internal/contenttype/ContentDescriberForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeFamilyForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ContentDescriberForJSP.java :

22 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeFamilyForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

23 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

3. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

24 : import org.eclipse.wst.sse.core.internal.encoding.IContentDescriptionExtended;

4. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

25 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

5. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

28 : private final static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT, IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, IContentDescriptionForJSP.LANGUAGE_ATTRIBUTE, IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE};

6. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

28 : private final static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT, IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, IContentDescriptionForJSP.LANGUAGE_ATTRIBUTE, IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE};

7. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

28 : private final static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT, IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, IContentDescriptionForJSP.LANGUAGE_ATTRIBUTE, IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE};

8. WARNING: DiscouragedReference

Discouraged access: The field UNSUPPORTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

28 : private final static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT, IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, IContentDescriptionForJSP.LANGUAGE_ATTRIBUTE, IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE};

9. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

28 : private final static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT, IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, IContentDescriptionForJSP.LANGUAGE_ATTRIBUTE, IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE};

10. WARNING: DiscouragedReference

Discouraged access: The field APPROPRIATE_DEFAULT from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

28 : private final static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT, IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, IContentDescriptionForJSP.LANGUAGE_ATTRIBUTE, IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE};

11. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

93 : IResourceCharsetDetector detector = getDetector();

12. WARNING: DiscouragedReference

Discouraged access: The method set(InputStream) from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

94 : detector.set(contents);

13. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

109 : IResourceCharsetDetector detector = getDetector();

14. WARNING: DiscouragedReference

Discouraged access: The method set(Reader) from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

110 : detector.set(contents);

15. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

117 : private IResourceCharsetDetector getDetector() {

16. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

121 : private void handleCalculations(IContentDescription description, IResourceCharsetDetector detector) throws IOException {

17. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeFamilyForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ContentDescriberForJSP.java :

147 : description.setProperty(IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE, ContentTypeFamilyForHTML.HTML_FAMILY);

18. WARNING: DiscouragedReference

Discouraged access: The field HTML_FAMILY from the type ContentTypeFamilyForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ContentDescriberForJSP.java :

147 : description.setProperty(IContentDescriptionForJSP.CONTENT_FAMILY_ATTRIBUTE, ContentTypeFamilyForHTML.HTML_FAMILY);

19. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

160 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

20. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

160 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

21. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

169 : private void handleStandardCalculations(IContentDescription description, IResourceCharsetDetector detector) throws IOException {

22. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

175 : EncodingMemento encodingMemento = ((JSPResourceEncodingDetector) detector).getEncodingMemento();

23. WARNING: DiscouragedReference

Discouraged access: The method getUnicodeBOM() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

178 : Object detectedByteOrderMark = encodingMemento.getUnicodeBOM();

24. WARNING: DiscouragedReference

Discouraged access: The method isValid() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

188 : if (!encodingMemento.isValid()) {

25. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

195 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

26. WARNING: DiscouragedReference

Discouraged access: The field UNSUPPORTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

195 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

27. WARNING: DiscouragedReference

Discouraged access: The method getInvalidEncoding() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

195 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

28. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

196 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

29. WARNING: DiscouragedReference

Discouraged access: The field APPROPRIATE_DEFAULT from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

196 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

30. WARNING: DiscouragedReference

Discouraged access: The method getAppropriateDefault() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

196 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

31. WARNING: DiscouragedReference

Discouraged access: The method getDetectedCharsetName() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

199 : Object detectedCharset = encodingMemento.getDetectedCharsetName();

32. WARNING: DiscouragedReference

Discouraged access: The method getJavaCharsetName() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

200 : Object javaCharset = encodingMemento.getJavaCharsetName();

33. WARNING: DiscouragedReference

Discouraged access: The method getSpecDefaultEncoding() from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

213 : Object defaultCharset = detector.getSpecDefaultEncoding();

34. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

241 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

35. WARNING: DiscouragedReference

Discouraged access: The field APPROPRIATE_DEFAULT from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

241 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

36. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

243 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

37. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

243 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

38. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

245 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

39. WARNING: DiscouragedReference

Discouraged access: The field UNSUPPORTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForJSP.java :

245 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

Source File: org/eclipse/jst/jsp/core/internal/contenttype/DeploymentDescriptorPropertyCache.java
1. WARNING: DiscouragedReference

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

DeploymentDescriptorPropertyCache.java :

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

2. WARNING: DiscouragedReference

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

DeploymentDescriptorPropertyCache.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeploymentDescriptorPropertyCache.java :

48 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

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

DeploymentDescriptorPropertyCache.java :

690 : IStructuredModel model = null;

5. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DeploymentDescriptorPropertyCache.java :

713 : model = StructuredModelManager.getModelManager().getModelForRead(file);

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeploymentDescriptorPropertyCache.java :

715 : if (model instanceof IDOMModel) {

7. WARNING: DiscouragedReference

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

DeploymentDescriptorPropertyCache.java :

716 : IDOMDocument document = ((IDOMModel) model).getDocument();

8. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeploymentDescriptorPropertyCache.java :

716 : IDOMDocument document = ((IDOMModel) model).getDocument();

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeploymentDescriptorPropertyCache.java :

716 : IDOMDocument document = ((IDOMModel) model).getDocument();

10. WARNING: DiscouragedReference

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

DeploymentDescriptorPropertyCache.java :

725 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/core/internal/contenttype/JSPHeadTokenizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

19 : import org.eclipse.wst.xml.core.internal.contenttype.EncodingParserConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

20 : import org.eclipse.wst.xml.core.internal.contenttype.XMLHeadTokenizerConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3809 : { if (yychar == 0 ) {hasMore = false; return EncodingParserConstants.UTF16BE;}

4. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3809 : { if (yychar == 0 ) {hasMore = false; return EncodingParserConstants.UTF16BE;}

5. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3813 : { if (yychar == 0 ) {hasMore = false; return EncodingParserConstants.UTF83ByteBOM;}

6. WARNING: DiscouragedReference

Discouraged access: The field UTF83ByteBOM from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3813 : { if (yychar == 0 ) {hasMore = false; return EncodingParserConstants.UTF83ByteBOM;}

7. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3817 : { if(yychar > MAX_TO_SCAN) {hasMore=false; return EncodingParserConstants.MAX_CHARS_REACHED;}

8. WARNING: DiscouragedReference

Discouraged access: The field MAX_CHARS_REACHED from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3817 : { if(yychar > MAX_TO_SCAN) {hasMore=false; return EncodingParserConstants.MAX_CHARS_REACHED;}

9. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3825 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue;

10. WARNING: DiscouragedReference

Discouraged access: The field UnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3825 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue;

11. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3833 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue;

12. WARNING: DiscouragedReference

Discouraged access: The field InvalidTermintatedUnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3833 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue;

13. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3841 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue;

14. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3841 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue;

15. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3853 : { if (yychar == 0 ) {hasMore = false; return EncodingParserConstants.UTF16LE;}

16. WARNING: DiscouragedReference

Discouraged access: The field UTF16LE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3853 : { if (yychar == 0 ) {hasMore = false; return EncodingParserConstants.UTF16LE;}

17. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3857 : { popState(); valueText = string.toString(); return EncodingParserConstants.StringValue;

18. WARNING: DiscouragedReference

Discouraged access: The field StringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3857 : { popState(); valueText = string.toString(); return EncodingParserConstants.StringValue;

19. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3869 : { if (yychar == 0 ) {yybegin(ST_XMLDecl); return XMLHeadTokenizerConstants.XMLDeclStart;}

20. WARNING: DiscouragedReference

Discouraged access: The field XMLDeclStart from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3869 : { if (yychar == 0 ) {yybegin(ST_XMLDecl); return XMLHeadTokenizerConstants.XMLDeclStart;}

21. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3877 : { yybegin(YYINITIAL); return XMLHeadTokenizerConstants.XMLDeclEnd;

22. WARNING: DiscouragedReference

Discouraged access: The field XMLDeclEnd from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3877 : { yybegin(YYINITIAL); return XMLHeadTokenizerConstants.XMLDeclEnd;

23. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3893 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue;

24. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3893 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue;

25. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3897 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDelEncoding;

26. WARNING: DiscouragedReference

Discouraged access: The field XMLDelEncoding from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3897 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDelEncoding;

27. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3901 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDeclVersion;

28. WARNING: DiscouragedReference

Discouraged access: The field XMLDeclVersion from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3901 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDeclVersion;

29. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3913 : hasMore = false; return EncodingParserConstants.EOF;

30. WARNING: DiscouragedReference

Discouraged access: The field EOF from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizer.java :

3913 : hasMore = false; return EncodingParserConstants.EOF;

Source File: org/eclipse/jst/jsp/core/internal/contenttype/JSPHeadTokenizerConstants.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizerConstants.java :

13 : import org.eclipse.wst.xml.core.internal.contenttype.XMLHeadTokenizerConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPHeadTokenizerConstants.java :

15 : public interface JSPHeadTokenizerConstants extends XMLHeadTokenizerConstants {

Source File: org/eclipse/jst/jsp/core/internal/contenttype/JSPResourceEncodingDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

27 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

28 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

3. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

29 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

4. WARNING: DiscouragedReference

Discouraged access: The type NonContentBasedEncodingRules is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

30 : import org.eclipse.wst.sse.core.internal.encoding.NonContentBasedEncodingRules;

5. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

32 : import org.eclipse.wst.xml.core.internal.contenttype.EncodingParserConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

33 : import org.eclipse.wst.xml.core.internal.contenttype.XMLHeadTokenizerConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

37 : public class JSPResourceEncodingDetector implements IResourceCharsetDetector {

8. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

55 : private EncodingMemento fEncodingMemento;

9. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

73 : class NullMemento extends EncodingMemento {

10. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingMemento() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

78 : super();

11. WARNING: DiscouragedReference

Discouraged access: The type NonContentBasedEncodingRules is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

79 : String defaultCharset = NonContentBasedEncodingRules.useDefaultNameRules(null);

12. WARNING: DiscouragedReference

Discouraged access: The method useDefaultNameRules(String) from the type NonContentBasedEncodingRules is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

79 : String defaultCharset = NonContentBasedEncodingRules.useDefaultNameRules(null);

13. WARNING: DiscouragedReference

Discouraged access: The method setJavaCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

80 : setJavaCharsetName(defaultCharset);

14. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

81 : setAppropriateDefault(defaultCharset);

15. WARNING: DiscouragedReference

Discouraged access: The method setDetectedCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

82 : setDetectedCharsetName(null);

16. WARNING: DiscouragedReference

Discouraged access: The method getDetectedCharsetName() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

104 : return getEncodingMemento().getDetectedCharsetName();

17. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

112 : public EncodingMemento getEncodingMemento() throws IOException {

18. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

151 : public EncodingMemento getSpecDefaultEncodingMemento() {

19. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

153 : EncodingMemento result = null;

20. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

156 : createEncodingMemento(enc, EncodingMemento.DEFAULTS_ASSUMED_FOR_EMPTY_INPUT);

21. WARNING: DiscouragedReference

Discouraged access: The field DEFAULTS_ASSUMED_FOR_EMPTY_INPUT from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

156 : createEncodingMemento(enc, EncodingMemento.DEFAULTS_ASSUMED_FOR_EMPTY_INPUT);

22. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

157 : fEncodingMemento.setAppropriateDefault(enc);

23. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

170 : fReader.mark(CodedIO.MAX_MARK_SIZE);

24. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

170 : fReader.mark(CodedIO.MAX_MARK_SIZE);

25. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

185 : InputStream resettableStream = new BufferedInputStream(inputStream, CodedIO.MAX_BUF_SIZE);

26. WARNING: DiscouragedReference

Discouraged access: The field MAX_BUF_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

185 : InputStream resettableStream = new BufferedInputStream(inputStream, CodedIO.MAX_BUF_SIZE);

27. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

186 : resettableStream.mark(CodedIO.MAX_MARK_SIZE);

28. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

186 : resettableStream.mark(CodedIO.MAX_MARK_SIZE);

29. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

208 : fReader.mark(CodedIO.MAX_MARK_SIZE);

30. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

208 : fReader.mark(CodedIO.MAX_MARK_SIZE);

31. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

218 : if (tokenType == EncodingParserConstants.UTF83ByteBOM) {

32. WARNING: DiscouragedReference

Discouraged access: The field UTF83ByteBOM from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

218 : if (tokenType == EncodingParserConstants.UTF83ByteBOM) {

33. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

221 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

34. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_STANDARD_UNICODE_BYTES from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

221 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

35. WARNING: DiscouragedReference

Discouraged access: The method setUTF83ByteBOMUsed(boolean) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

222 : fEncodingMemento.setUTF83ByteBOMUsed(true);

36. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

224 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

37. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

224 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

38. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

224 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

39. WARNING: DiscouragedReference

Discouraged access: The field UTF16LE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

224 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

40. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

227 : byte[] bom = (tokenType == EncodingParserConstants.UTF16BE) ? IContentDescription.BOM_UTF_16BE : IContentDescription.BOM_UTF_16LE;

41. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

227 : byte[] bom = (tokenType == EncodingParserConstants.UTF16BE) ? IContentDescription.BOM_UTF_16BE : IContentDescription.BOM_UTF_16LE;

42. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

228 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

43. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_STANDARD_UNICODE_BYTES from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

228 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

44. WARNING: DiscouragedReference

Discouraged access: The method setUnicodeStream(boolean) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

229 : fEncodingMemento.setUnicodeStream(true);

45. WARNING: DiscouragedReference

Discouraged access: The method setUnicodeBOM(byte[]) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

230 : fEncodingMemento.setUnicodeBOM(bom);

46. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingMemento() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

240 : fEncodingMemento = new EncodingMemento();

47. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

240 : fEncodingMemento = new EncodingMemento();

48. WARNING: DiscouragedReference

Discouraged access: The method setJavaCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

241 : fEncodingMemento.setJavaCharsetName(getAppropriateJavaCharset(detectedCharsetName));

49. WARNING: DiscouragedReference

Discouraged access: The method setDetectedCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

242 : fEncodingMemento.setDetectedCharsetName(detectedCharsetName);

50. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

246 : fEncodingMemento.setAppropriateDefault(getSpecDefaultEncoding());

51. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

279 : result = CodedIO.checkMappingOverrides(detectedCharsetName);

52. WARNING: DiscouragedReference

Discouraged access: The method checkMappingOverrides(String) from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

279 : result = CodedIO.checkMappingOverrides(detectedCharsetName);

53. WARNING: DiscouragedReference

Discouraged access: The method setInvalidEncoding(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

293 : fEncodingMemento.setInvalidEncoding(detectedCharsetName);

54. WARNING: DiscouragedReference

Discouraged access: The method setInvalidEncoding(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

301 : fEncodingMemento.setInvalidEncoding(detectedCharsetName);

55. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

308 : result = CodedIO.checkMappingOverrides(result);

56. WARNING: DiscouragedReference

Discouraged access: The method checkMappingOverrides(String) from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

308 : result = CodedIO.checkMappingOverrides(result);

57. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingMemento() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

326 : fEncodingMemento = new EncodingMemento();

58. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

326 : fEncodingMemento = new EncodingMemento();

59. WARNING: DiscouragedReference

Discouraged access: The method setJavaCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

327 : fEncodingMemento.setJavaCharsetName(encodingName);

60. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

328 : fEncodingMemento.setAppropriateDefault(encodingName);

61. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

62. WARNING: DiscouragedReference

Discouraged access: The field StringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

63. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

64. WARNING: DiscouragedReference

Discouraged access: The field UnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

65. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

66. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

67. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

68. WARNING: DiscouragedReference

Discouraged access: The field InvalidTermintatedUnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

335 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

69. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

411 : if (tokenType == XMLHeadTokenizerConstants.XMLDelEncoding) {

70. WARNING: DiscouragedReference

Discouraged access: The field XMLDelEncoding from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPResourceEncodingDetector.java :

411 : if (tokenType == XMLHeadTokenizerConstants.XMLDelEncoding) {

71. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

471 : createEncodingMemento(enc, EncodingMemento.FOUND_ENCODING_IN_CONTENT);

72. WARNING: DiscouragedReference

Discouraged access: The field FOUND_ENCODING_IN_CONTENT from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPResourceEncodingDetector.java :

471 : createEncodingMemento(enc, EncodingMemento.FOUND_ENCODING_IN_CONTENT);

Source File: org/eclipse/jst/jsp/core/internal/document/DocumentFactoryForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

17 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

18 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

3. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

19 : import org.eclipse.wst.sse.core.internal.ltk.parser.TagMarker;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

35 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(new JSPSourceParser());

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

35 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(new JSPSourceParser());

7. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentInstance(RegionParser) from the type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

35 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(new JSPSourceParser());

8. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

39 : public RegionParser getParser() {

9. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

50 : TagMarker bm = new TagMarker(tagName);

10. WARNING: DiscouragedReference

Discouraged access: The constructor TagMarker(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

50 : TagMarker bm = new TagMarker(tagName);

11. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentFactoryForJSP.java :

50 : TagMarker bm = new TagMarker(tagName);

Source File: org/eclipse/jst/jsp/core/internal/document/PageDirectiveAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

13 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

26 : public interface PageDirectiveAdapter extends INodeAdapter {

6. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

36 : void setEmbeddedType(EmbeddedTypeHandler handler);

7. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

38 : EmbeddedTypeHandler getEmbeddedType();

8. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

46 : INodeAdapter adapt(INodeNotifier notifier, Object type);

9. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

46 : INodeAdapter adapt(INodeNotifier notifier, Object type);

10. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

48 : void addEmbeddedFactory(INodeAdapterFactory factory);

11. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapter.java :

56 : INodeNotifier getTarget();

Source File: org/eclipse/jst/jsp/core/internal/document/PageDirectiveAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

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

PageDirectiveAdapterFactory.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

25 : public class PageDirectiveAdapterFactory extends AbstractAdapterFactory implements INodeAdapterFactory {

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

25 : public class PageDirectiveAdapterFactory extends AbstractAdapterFactory implements INodeAdapterFactory {

8. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

40 : super(adapterKey, registerAdapters);

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

51 : protected INodeAdapter createAdapter(INodeNotifier target) {

10. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

51 : protected INodeAdapter createAdapter(INodeNotifier target) {

11. WARNING: DiscouragedReference

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

PageDirectiveAdapterFactory.java :

53 : if (target instanceof IDOMNode) {

12. WARNING: DiscouragedReference

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

PageDirectiveAdapterFactory.java :

54 : IDOMNode node = (IDOMNode) target;

13. WARNING: DiscouragedReference

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

PageDirectiveAdapterFactory.java :

54 : IDOMNode node = (IDOMNode) target;

14. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

72 : protected PageDirectiveAdapter getAdapterInstance(INodeNotifier target) {

15. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

93 : public INodeAdapterFactory copy() {

16. WARNING: DiscouragedReference

Discouraged access: The method getAdapterKey() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

95 : return new PageDirectiveAdapterFactory(getAdapterKey(), isShouldRegisterAdapter());

17. WARNING: DiscouragedReference

Discouraged access: The method isShouldRegisterAdapter() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterFactory.java :

95 : return new PageDirectiveAdapterFactory(getAdapterKey(), isShouldRegisterAdapter());

Source File: org/eclipse/jst/jsp/core/internal/document/PageDirectiveAdapterImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeFamilyForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

PageDirectiveAdapterImpl.java :

35 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeFamilyForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

36 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

3. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

37 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

38 : import org.eclipse.wst.sse.core.internal.modelhandler.EmbeddedTypeRegistry;

5. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

39 : import org.eclipse.wst.sse.core.internal.modelhandler.EmbeddedTypeRegistryImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

40 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

41 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

9. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

44 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;

11. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

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

12. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

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

13. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

64 : private IStructuredModel model;

14. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

71 : public PageDirectiveAdapterImpl(INodeNotifier target) {

15. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

76 : if (target instanceof IDOMNode) {

16. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

77 : IDOMNode node = (IDOMNode) target;

17. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

77 : IDOMNode node = (IDOMNode) target;

18. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

78 : model = node.getModel();

19. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

142 : private EmbeddedTypeHandler embeddedTypeHandler;

20. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

146 : private INodeNotifier notifierAtCreation;

21. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

163 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

22. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

166 : public void setEmbeddedType(EmbeddedTypeHandler handler) {

23. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

176 : INodeAdapterFactory factory = (INodeAdapterFactory) list.next();

24. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

176 : INodeAdapterFactory factory = (INodeAdapterFactory) list.next();

25. WARNING: DiscouragedReference

Discouraged access: The method release() from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

177 : factory.release();

26. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFactories() from the type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

188 : Iterator iterator = embeddedTypeHandler.getAdapterFactories().iterator();

27. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

190 : INodeAdapterFactory factory = (INodeAdapterFactory) iterator.next();

28. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

190 : INodeAdapterFactory factory = (INodeAdapterFactory) iterator.next();

29. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

199 : public INodeAdapter adapt(INodeNotifier notifier, Object type) {

30. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

199 : public INodeAdapter adapt(INodeNotifier notifier, Object type) {

31. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

200 : INodeAdapter result = null;

32. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

206 : INodeAdapterFactory factory = null;

33. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

208 : factory = (INodeAdapterFactory) iterator.next();

34. WARNING: DiscouragedReference

Discouraged access: The method isFactoryForType(Object) from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

209 : if (factory.isFactoryForType(type)) {

35. WARNING: DiscouragedReference

Discouraged access: The method adapt(INodeNotifier) from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

210 : result = factory.adapt(notifier);

36. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

223 : public EmbeddedTypeHandler getEmbeddedType() {

37. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

230 : public void addEmbeddedFactory(INodeAdapterFactory factory) {

38. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

458 : EmbeddedTypeHandler potentialNewandler = null;

39. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

459 : IContentDescription contentDescription = getContentDescription(model.getStructuredDocument());

40. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeFamilyForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

PageDirectiveAdapterImpl.java :

462 : if (ContentTypeFamilyForHTML.HTML_FAMILY.equals(prop)) {

41. WARNING: DiscouragedReference

Discouraged access: The field HTML_FAMILY from the type ContentTypeFamilyForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

PageDirectiveAdapterImpl.java :

462 : if (ContentTypeFamilyForHTML.HTML_FAMILY.equals(prop)) {

42. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

463 : potentialNewandler = EmbeddedTypeRegistryImpl.getInstance().getTypeFor("text/html");

43. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

463 : potentialNewandler = EmbeddedTypeRegistryImpl.getInstance().getTypeFor("text/html");

44. WARNING: DiscouragedReference

Discouraged access: The method getTypeFor(String) from the type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

463 : potentialNewandler = EmbeddedTypeRegistryImpl.getInstance().getTypeFor("text/html");

45. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

493 : EmbeddedTypeHandler oldHandler = embeddedTypeHandler;

46. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

505 : private void modelReinitNeeded(EmbeddedTypeHandler oldHandler, EmbeddedTypeHandler newHandler) {

47. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

505 : private void modelReinitNeeded(EmbeddedTypeHandler oldHandler, EmbeddedTypeHandler newHandler) {

48. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

506 : if (model.isReinitializationNeeded()) {

49. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

511 : model.aboutToChangeModel();

50. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

512 : model.setReinitializeStateData(new EmbeddedTypeStateData(oldHandler, newHandler));

51. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

513 : model.setReinitializeNeeded(true);

52. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

516 : model.changedModel();

53. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

527 : if (model.isReinitializationNeeded()) {

54. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

528 : if (Debug.displayWarnings) {

55. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

528 : if (Debug.displayWarnings) {

56. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

536 : model.aboutToChangeModel();

57. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

537 : model.setReinitializeStateData(newLanguage);

58. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

538 : model.setReinitializeNeeded(true);

59. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

541 : model.changedModel();

60. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

559 : if (!model.isReinitializationNeeded()) {

61. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

572 : IDocumentPartitioner partitioner = ((IDocumentExtension3) model.getStructuredDocument()).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

62. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

572 : IDocumentPartitioner partitioner = ((IDocumentExtension3) model.getStructuredDocument()).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

63. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

572 : IDocumentPartitioner partitioner = ((IDocumentExtension3) model.getStructuredDocument()).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

64. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

606 : private IFile getFile(IStructuredModel model) {

65. WARNING: DiscouragedReference

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

PageDirectiveAdapterImpl.java :

607 : String location = model.getBaseLocation();

66. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

617 : private EmbeddedTypeHandler getHandlerFor(String contentType) {

67. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

618 : EmbeddedTypeRegistry reg = getEmbeddedContentTypeRegistry();

68. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

619 : EmbeddedTypeHandler handler = null;

69. WARNING: DiscouragedReference

Discouraged access: The method getTypeFor(String) from the type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

621 : handler = reg.getTypeFor(contentType);

70. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

630 : private EmbeddedTypeRegistry getEmbeddedContentTypeRegistry() {

71. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

631 : return EmbeddedTypeRegistryImpl.getInstance();

72. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

631 : return EmbeddedTypeRegistryImpl.getInstance();

73. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

641 : protected EmbeddedTypeHandler getDefaultEmbeddedType() {

74. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

645 : public INodeNotifier getTarget() {

75. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

653 : INodeAdapterFactory factory = null;

76. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

655 : factory = (INodeAdapterFactory) iterator.next();

77. WARNING: DiscouragedReference

Discouraged access: The method release() from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

656 : factory.release();

78. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

669 : DocumentReader in = new DocumentReader(doc);

79. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentReader(IDocument) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

669 : DocumentReader in = new DocumentReader(doc);

80. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveAdapterImpl.java :

669 : DocumentReader in = new DocumentReader(doc);

Source File: org/eclipse/jst/jsp/core/internal/document/PageDirectiveWatcher.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcher.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcher.java :

15 : interface PageDirectiveWatcher extends INodeAdapter {

Source File: org/eclipse/jst/jsp/core/internal/document/PageDirectiveWatcherFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

13 : import org.eclipse.wst.sse.core.internal.PropagatingAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherFactory.java :

17 : import org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterFactoryImpl;

6. WARNING: DiscouragedReference

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

PageDirectiveWatcherFactory.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherFactory.java :

21 : public class PageDirectiveWatcherFactory extends PropagatingAdapterFactoryImpl implements PropagatingAdapterFactory {

8. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

21 : public class PageDirectiveWatcherFactory extends PropagatingAdapterFactoryImpl implements PropagatingAdapterFactory {

9. WARNING: DiscouragedReference

Discouraged access: The constructor PropagatingAdapterFactoryImpl(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherFactory.java :

37 : super(adapterKey, registerAdapters);

10. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

40 : protected INodeAdapter createAdapter(INodeNotifier target) {

11. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

40 : protected INodeAdapter createAdapter(INodeNotifier target) {

12. WARNING: DiscouragedReference

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

PageDirectiveWatcherFactory.java :

42 : if (target instanceof IDOMElement) {

13. WARNING: DiscouragedReference

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

PageDirectiveWatcherFactory.java :

43 : IDOMElement xmlElement = (IDOMElement) target;

14. WARNING: DiscouragedReference

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

PageDirectiveWatcherFactory.java :

43 : IDOMElement xmlElement = (IDOMElement) target;

15. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

56 : public INodeAdapterFactory copy() {

16. WARNING: DiscouragedReference

Discouraged access: The method getAdapterKey() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

57 : return new PageDirectiveWatcherFactory(getAdapterKey(), isShouldRegisterAdapter());

17. WARNING: DiscouragedReference

Discouraged access: The method isShouldRegisterAdapter() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherFactory.java :

57 : return new PageDirectiveWatcherFactory(getAdapterKey(), isShouldRegisterAdapter());

Source File: org/eclipse/jst/jsp/core/internal/document/PageDirectiveWatcherImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherImpl.java :

15 : import org.eclipse.wst.xml.core.internal.document.AttrImpl;

4. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

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

5. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

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

6. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

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

7. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

30 : IDOMElement targetElement;

8. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

35 : public PageDirectiveWatcherImpl(IDOMElement target) {

9. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

41 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

10. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

41 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

11. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

42 : pageDirectiveAdapter.changedContentType(((IndexedRegion) targetElement).getStartOffset(), contentTypeValue);

12. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

42 : pageDirectiveAdapter.changedContentType(((IndexedRegion) targetElement).getStartOffset(), contentTypeValue);

13. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

47 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

14. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

47 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

15. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

48 : pageDirectiveAdapter.changedLanguage(((IndexedRegion) targetElement).getStartOffset(), languageValue);

16. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

48 : pageDirectiveAdapter.changedLanguage(((IndexedRegion) targetElement).getStartOffset(), languageValue);

17. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

52 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

18. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

52 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

62 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

20. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

66 : if (notifier instanceof IDOMNode) {

21. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

69 : case INodeNotifier.CHANGE :

22. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

69 : case INodeNotifier.CHANGE :

23. WARNING: DiscouragedReference

Discouraged access: The type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherImpl.java :

70 : if (changedFeature instanceof AttrImpl) {

24. WARNING: DiscouragedReference

Discouraged access: The type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherImpl.java :

71 : AttrImpl attribute = (AttrImpl) changedFeature;

25. WARNING: DiscouragedReference

Discouraged access: The type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherImpl.java :

71 : AttrImpl attribute = (AttrImpl) changedFeature;

26. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PageDirectiveWatcherImpl.java :

72 : String name = attribute.getName();

27. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

75 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

28. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

75 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

29. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

76 : pageDirectiveAdapter.changedContentType(((IndexedRegion) targetElement).getStartOffset(), (String) newValue);

30. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

76 : pageDirectiveAdapter.changedContentType(((IndexedRegion) targetElement).getStartOffset(), (String) newValue);

31. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

80 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

32. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

80 : PageDirectiveAdapterImpl pageDirectiveAdapter = (PageDirectiveAdapterImpl) ((IDOMDocument) targetElement.getOwnerDocument()).getAdapterFor(PageDirectiveAdapter.class);

33. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

81 : pageDirectiveAdapter.changedLanguage(((IndexedRegion) targetElement).getStartOffset(), (String) newValue);

34. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

81 : pageDirectiveAdapter.changedLanguage(((IndexedRegion) targetElement).getStartOffset(), (String) newValue);

35. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

86 : case INodeNotifier.REMOVE :

36. WARNING: DiscouragedReference

Discouraged access: The field REMOVE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageDirectiveWatcherImpl.java :

86 : case INodeNotifier.REMOVE :

37. WARNING: DiscouragedReference

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

PageDirectiveWatcherImpl.java :

109 : return targetElement.getStartOffset();

Source File: org/eclipse/jst/jsp/core/internal/domdocument/AttrImplForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttrImplForJSP.java :

16 : import org.eclipse.wst.xml.core.internal.document.AttrImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttrImplForJSP.java :

19 : public class AttrImplForJSP extends AttrImpl {

3. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(Document) from the type NodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttrImplForJSP.java :

26 : super.setOwnerDocument(ownerDocument);

4. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttrImplForJSP.java :

29 : super.setName(name);

5. WARNING: DiscouragedReference

Discouraged access: The method setNamespaceURI(String) from the type AttrImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttrImplForJSP.java :

32 : super.setNamespaceURI(namespaceURI);

Source File: org/eclipse/jst/jsp/core/internal/domdocument/CommentImplForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

16 : import org.eclipse.wst.xml.core.internal.document.CommentImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type CommentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

23 : public class CommentImplForJSP extends CommentImpl {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CommentImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

25 : super();

4. WARNING: DiscouragedReference

Discouraged access: The type CommentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

28 : protected CommentImplForJSP(CommentImpl that) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor CommentImpl(CommentImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

29 : super(that);

6. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(Document) from the type NodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

43 : super.setOwnerDocument(ownerDocument);

7. WARNING: DiscouragedReference

Discouraged access: The type CommentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentImplForJSP.java :

47 : CommentImpl cloned = new CommentImplForJSP(this);

Source File: org/eclipse/jst/jsp/core/internal/domdocument/DOMDocumentForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMDocumentForJSP.java :

15 : import org.eclipse.wst.html.core.internal.document.DocumentStyleImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

16 : import org.eclipse.wst.xml.core.internal.document.DocumentImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

17 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type DocumentStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMDocumentForJSP.java :

25 : public class DOMDocumentForJSP extends DocumentStyleImpl {

5. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentStyleImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMDocumentForJSP.java :

31 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

37 : protected DOMDocumentForJSP(DocumentImpl that) {

7. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentStyleImpl(DocumentImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMDocumentForJSP.java :

38 : super(that);

8. WARNING: DiscouragedReference

Discouraged access: The method importChildNodes(Node, boolean) from the type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

48 : cloned.importChildNodes(this, true);

9. WARNING: DiscouragedReference

Discouraged access: The method checkTagNameValidity(String) from the type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

59 : checkTagNameValidity(tagName);

10. WARNING: DiscouragedReference

Discouraged access: The method setData(String) from the type CharacterDataImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

77 : comment.setData(data);

11. WARNING: DiscouragedReference

Discouraged access: The method setData(String) from the type TextImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

114 : text.setData(data);

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMDocumentForJSP.java :

117 : protected void setModel(IDOMModel model) {

13. WARNING: DiscouragedReference

Discouraged access: The method setModel(IDOMModel) from the type DocumentStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMDocumentForJSP.java :

118 : super.setModel(model);

Source File: org/eclipse/jst/jsp/core/internal/domdocument/DOMModelForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMStyleModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMModelForJSP.java :

15 : import org.eclipse.wst.html.core.internal.document.DOMStyleModelImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMModelForJSP.java :

16 : import org.eclipse.wst.xml.core.internal.document.XMLModelParser;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLModelUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMModelForJSP.java :

17 : import org.eclipse.wst.xml.core.internal.document.XMLModelUpdater;

4. WARNING: DiscouragedReference

Discouraged access: The type DOMStyleModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMModelForJSP.java :

20 : public class DOMModelForJSP extends DOMStyleModelImpl {

5. WARNING: DiscouragedReference

Discouraged access: The constructor DOMStyleModelImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

DOMModelForJSP.java :

26 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type XMLModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMModelForJSP.java :

39 : protected XMLModelParser createModelParser() {

7. WARNING: DiscouragedReference

Discouraged access: The type XMLModelUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMModelForJSP.java :

42 : protected XMLModelUpdater createModelUpdater() {

Source File: org/eclipse/jst/jsp/core/internal/domdocument/ElementImplForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ElementImplForJSP.java :

16 : import org.eclipse.wst.html.core.internal.document.ElementStyleImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementImplForJSP.java :

17 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type ElementStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ElementImplForJSP.java :

21 : public class ElementImplForJSP extends ElementStyleImpl {

4. WARNING: DiscouragedReference

Discouraged access: The constructor ElementStyleImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ElementImplForJSP.java :

26 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementImplForJSP.java :

32 : public ElementImplForJSP(ElementImpl that) {

6. WARNING: DiscouragedReference

Discouraged access: The constructor ElementStyleImpl(ElementImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ElementImplForJSP.java :

33 : super(that);

7. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(Document) from the type ElementStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ElementImplForJSP.java :

57 : super.setOwnerDocument(ownerDocument);

8. WARNING: DiscouragedReference

Discouraged access: The method setTagName(String) from the type ElementStyleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

ElementImplForJSP.java :

61 : super.setTagName(tagName);

9. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementImplForJSP.java :

64 : ElementImpl cloned = new ElementImplForJSP(this);

10. WARNING: DiscouragedReference

Discouraged access: The method cloneChildNodes(Node, boolean) from the type NodeContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementImplForJSP.java :

66 : cloneChildNodes(cloned, deep);

Source File: org/eclipse/jst/jsp/core/internal/domdocument/NestDOMModelUpdater.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestDOMModelUpdater.java :

16 : import org.eclipse.wst.xml.core.internal.document.DOMModelImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLModelUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestDOMModelUpdater.java :

17 : import org.eclipse.wst.xml.core.internal.document.XMLModelUpdater;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLModelUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestDOMModelUpdater.java :

20 : public class NestDOMModelUpdater extends XMLModelUpdater {

4. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestDOMModelUpdater.java :

25 : public NestDOMModelUpdater(DOMModelImpl model) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor XMLModelUpdater(DOMModelImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestDOMModelUpdater.java :

26 : super(model);

Source File: org/eclipse/jst/jsp/core/internal/domdocument/NestedDOMModelParser.java
1. WARNING: DiscouragedReference

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

NestedDOMModelParser.java :

16 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NestedDOMModelParser.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type XMLModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type XMLModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

22 : public class NestedDOMModelParser extends XMLModelParser {

7. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

27 : public NestedDOMModelParser(DOMModelImpl model) {

8. WARNING: DiscouragedReference

Discouraged access: The constructor XMLModelParser(DOMModelImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

28 : super(model);

9. WARNING: DiscouragedReference

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

NestedDOMModelParser.java :

59 : protected String computeNestedTag(String regionType, String tagName, IStructuredDocumentRegion structuredDocumentRegion, ITextRegion region) {

10. WARNING: DiscouragedReference

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

NestedDOMModelParser.java :

59 : protected String computeNestedTag(String regionType, String tagName, IStructuredDocumentRegion structuredDocumentRegion, ITextRegion region) {

11. WARNING: DiscouragedReference

Discouraged access: The type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

62 : resultTagName = JSPTag.JSP_SCRIPTLET;

12. WARNING: DiscouragedReference

Discouraged access: The field JSP_SCRIPTLET from the type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

62 : resultTagName = JSPTag.JSP_SCRIPTLET;

13. WARNING: DiscouragedReference

Discouraged access: The type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

65 : resultTagName = JSPTag.JSP_EXPRESSION;

14. WARNING: DiscouragedReference

Discouraged access: The field JSP_EXPRESSION from the type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

65 : resultTagName = JSPTag.JSP_EXPRESSION;

15. WARNING: DiscouragedReference

Discouraged access: The type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

68 : resultTagName = JSPTag.JSP_DECLARATION;

16. WARNING: DiscouragedReference

Discouraged access: The field JSP_DECLARATION from the type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

68 : resultTagName = JSPTag.JSP_DECLARATION;

17. WARNING: DiscouragedReference

Discouraged access: The type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

71 : resultTagName = JSPTag.JSP_DIRECTIVE;

18. WARNING: DiscouragedReference

Discouraged access: The field JSP_DIRECTIVE from the type JSPTag is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NestedDOMModelParser.java :

71 : resultTagName = JSPTag.JSP_DIRECTIVE;

19. WARNING: DiscouragedReference

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

NestedDOMModelParser.java :

75 : resultTagName += structuredDocumentRegion.getText(region);

Source File: org/eclipse/jst/jsp/core/internal/domdocument/TextImplForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type TextImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextImplForJSP.java :

16 : import org.eclipse.wst.xml.core.internal.document.TextImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type TextImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextImplForJSP.java :

19 : public class TextImplForJSP extends TextImpl {

3. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(Document) from the type NodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextImplForJSP.java :

25 : super.setOwnerDocument(ownerDocument);

Source File: org/eclipse/jst/jsp/core/internal/encoding/IJSPHeadContentDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

IJSPHeadContentDetector.java :

15 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

IJSPHeadContentDetector.java :

17 : public interface IJSPHeadContentDetector extends IDocumentCharsetDetector {

Source File: org/eclipse/jst/jsp/core/internal/encoding/JSPDocumentHeadContentDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentHeadContentDetector.java :

15 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

2. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentReader(IDocument, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentHeadContentDetector.java :

29 : set(new DocumentReader(document, 0));

3. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentHeadContentDetector.java :

29 : set(new DocumentReader(document, 0));

Source File: org/eclipse/jst/jsp/core/internal/encoding/JSPDocumentLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

32 : import org.eclipse.wst.sse.core.internal.PropagatingAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

33 : import org.eclipse.wst.sse.core.internal.document.AbstractDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

34 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

4. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

35 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

36 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

37 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

7. WARNING: DiscouragedReference

Discouraged access: The type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

38 : import org.eclipse.wst.sse.core.internal.encoding.CodedReaderCreator;

8. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeEncodingPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

39 : import org.eclipse.wst.sse.core.internal.encoding.ContentTypeEncodingPreferences;

9. WARNING: DiscouragedReference

Discouraged access: The type BufferedLimitedReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

40 : import org.eclipse.wst.sse.core.internal.encoding.util.BufferedLimitedReader;

10. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

41 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

11. WARNING: DiscouragedReference

Discouraged access: The type JSPCapableParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

42 : import org.eclipse.wst.sse.core.internal.ltk.parser.JSPCapableParser;

12. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

43 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

13. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

44 : import org.eclipse.wst.sse.core.internal.ltk.parser.TagMarker;

14. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

45 : import org.eclipse.wst.sse.core.internal.modelhandler.EmbeddedTypeRegistry;

15. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

46 : import org.eclipse.wst.sse.core.internal.modelhandler.EmbeddedTypeRegistryImpl;

16. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

47 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

17. WARNING: DiscouragedReference

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

JSPDocumentLoader.java :

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

18. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

49 : import org.eclipse.wst.sse.core.internal.provisional.document.IEncodedDocument;

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

50 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

20. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

51 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDocumentLoader.java :

52 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

22. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDocumentLoader.java :

53 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

23. WARNING: DiscouragedReference

Discouraged access: The type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

56 : public class JSPDocumentLoader extends AbstractDocumentLoader {

24. WARNING: DiscouragedReference

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

JSPDocumentLoader.java :

60 : protected static IFile getFileFor(IStructuredModel model) {

25. WARNING: DiscouragedReference

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

JSPDocumentLoader.java :

63 : String path = model.getBaseLocation();

26. WARNING: DiscouragedReference

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

JSPDocumentLoader.java :

65 : Object id = model.getId();

27. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

76 : private EmbeddedTypeRegistry fEmbeddedContentTypeRegistry;

28. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractDocumentLoader() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

79 : super();

29. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

83 : TagMarker bm = new TagMarker(tagName);

30. WARNING: DiscouragedReference

Discouraged access: The constructor TagMarker(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

83 : TagMarker bm = new TagMarker(tagName);

31. WARNING: DiscouragedReference

Discouraged access: The type TagMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

83 : TagMarker bm = new TagMarker(tagName);

32. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

87 : synchronized public IEncodedDocument createNewStructuredDocument(IFile iFile) throws IOException, CoreException {

33. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

88 : IStructuredDocument structuredDocument = null;

34. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

92 : EmbeddedTypeHandler embeddedType = getEmbeddedType(iFile);

35. WARNING: DiscouragedReference

Discouraged access: The method initializeParser(JSPCapableParser) from the type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

94 : embeddedType.initializeParser((JSPCapableParser) structuredDocument.getParser());

36. WARNING: DiscouragedReference

Discouraged access: The type JSPCapableParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

94 : embeddedType.initializeParser((JSPCapableParser) structuredDocument.getParser());

37. WARNING: DiscouragedReference

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

JSPDocumentLoader.java :

94 : embeddedType.initializeParser((JSPCapableParser) structuredDocument.getParser());

38. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

96 : fFullPreparedReader.reset();

39. WARNING: DiscouragedReference

Discouraged access: The method setDocumentContentsFromReader(IEncodedDocument, Reader) from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

97 : setDocumentContentsFromReader(structuredDocument, fFullPreparedReader);

40. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

97 : setDocumentContentsFromReader(structuredDocument, fFullPreparedReader);

41. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

101 : if (fFullPreparedReader != null) {

42. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

102 : fFullPreparedReader.close();

43. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

108 : private IStructuredDocument createCodedDocument(IFile iFile) throws CoreException, UnsupportedEncodingException, IOException {

44. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

109 : IStructuredDocument structuredDocument = (IStructuredDocument) createNewStructuredDocument();

45. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

109 : IStructuredDocument structuredDocument = (IStructuredDocument) createNewStructuredDocument();

46. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

109 : IStructuredDocument structuredDocument = (IStructuredDocument) createNewStructuredDocument();

47. WARNING: DiscouragedReference

Discouraged access: The method set(IFile) from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

111 : getCodedReaderCreator().set(iFile);

48. WARNING: DiscouragedReference

Discouraged access: The method getCodedReaderCreator() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

111 : getCodedReaderCreator().set(iFile);

49. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

113 : fFullPreparedReader = getCodedReaderCreator().getCodedReader();

50. WARNING: DiscouragedReference

Discouraged access: The method getCodedReader() from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

113 : fFullPreparedReader = getCodedReaderCreator().getCodedReader();

51. WARNING: DiscouragedReference

Discouraged access: The method getCodedReaderCreator() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

113 : fFullPreparedReader = getCodedReaderCreator().getCodedReader();

52. WARNING: DiscouragedReference

Discouraged access: The field fEncodingMemento from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

114 : fEncodingMemento = getCodedReaderCreator().getEncodingMemento();

53. WARNING: DiscouragedReference

Discouraged access: The method getEncodingMemento() from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

114 : fEncodingMemento = getCodedReaderCreator().getEncodingMemento();

54. WARNING: DiscouragedReference

Discouraged access: The method getCodedReaderCreator() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

114 : fEncodingMemento = getCodedReaderCreator().getEncodingMemento();

55. WARNING: DiscouragedReference

Discouraged access: The method setEncodingMemento(EncodingMemento) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

116 : structuredDocument.setEncodingMemento(getCodedReaderCreator().getEncodingMemento());

56. WARNING: DiscouragedReference

Discouraged access: The method getEncodingMemento() from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

116 : structuredDocument.setEncodingMemento(getCodedReaderCreator().getEncodingMemento());

57. WARNING: DiscouragedReference

Discouraged access: The method getCodedReaderCreator() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

116 : structuredDocument.setEncodingMemento(getCodedReaderCreator().getEncodingMemento());

58. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

121 : public IEncodedDocument createNewStructuredDocument(String filename, InputStream inputStream) throws UnsupportedEncodingException, IOException {

59. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

125 : IEncodedDocument structuredDocument = createNewStructuredDocument();

60. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

125 : IEncodedDocument structuredDocument = createNewStructuredDocument();

61. WARNING: DiscouragedReference

Discouraged access: The type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

126 : CodedReaderCreator codedReaderCreator = new CodedReaderCreator();

62. WARNING: DiscouragedReference

Discouraged access: The constructor CodedReaderCreator() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

126 : CodedReaderCreator codedReaderCreator = new CodedReaderCreator();

63. WARNING: DiscouragedReference

Discouraged access: The type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

126 : CodedReaderCreator codedReaderCreator = new CodedReaderCreator();

64. WARNING: DiscouragedReference

Discouraged access: The method set(String, InputStream) from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

128 : codedReaderCreator.set(filename, inputStream);

65. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

129 : fFullPreparedReader = codedReaderCreator.getCodedReader();

66. WARNING: DiscouragedReference

Discouraged access: The method getCodedReader() from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

129 : fFullPreparedReader = codedReaderCreator.getCodedReader();

67. WARNING: DiscouragedReference

Discouraged access: The field fEncodingMemento from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

130 : fEncodingMemento = codedReaderCreator.getEncodingMemento();

68. WARNING: DiscouragedReference

Discouraged access: The method getEncodingMemento() from the type CodedReaderCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

130 : fEncodingMemento = codedReaderCreator.getEncodingMemento();

69. WARNING: DiscouragedReference

Discouraged access: The method setEncodingMemento(EncodingMemento) from the type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

131 : structuredDocument.setEncodingMemento(fEncodingMemento);

70. WARNING: DiscouragedReference

Discouraged access: The field fEncodingMemento from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

131 : structuredDocument.setEncodingMemento(fEncodingMemento);

71. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

134 : EmbeddedTypeHandler embeddedType = getEmbeddedType((IFile) null);

72. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

135 : fFullPreparedReader.reset();

73. WARNING: DiscouragedReference

Discouraged access: The method initializeParser(JSPCapableParser) from the type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

137 : embeddedType.initializeParser((JSPCapableParser) ((IStructuredDocument) structuredDocument).getParser());

74. WARNING: DiscouragedReference

Discouraged access: The type JSPCapableParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

137 : embeddedType.initializeParser((JSPCapableParser) ((IStructuredDocument) structuredDocument).getParser());

75. WARNING: DiscouragedReference

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

JSPDocumentLoader.java :

137 : embeddedType.initializeParser((JSPCapableParser) ((IStructuredDocument) structuredDocument).getParser());

76. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

137 : embeddedType.initializeParser((JSPCapableParser) ((IStructuredDocument) structuredDocument).getParser());

77. WARNING: DiscouragedReference

Discouraged access: The method setDocumentContentsFromReader(IEncodedDocument, Reader) from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

138 : setDocumentContentsFromReader(structuredDocument, fFullPreparedReader);

78. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

138 : setDocumentContentsFromReader(structuredDocument, fFullPreparedReader);

79. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

145 : if (fFullPreparedReader != null) {

80. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

146 : fFullPreparedReader.close();

81. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

172 : public IDocumentCharsetDetector getDocumentEncodingDetector() {

82. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

173 : if (fDocumentEncodingDetector == null) {

83. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

174 : fDocumentEncodingDetector = new JSPDocumentHeadContentDetector();

84. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

176 : return fDocumentEncodingDetector;

85. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

184 : private EmbeddedTypeRegistry getEmbeddedContentTypeRegistry() {

86. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

186 : fEmbeddedContentTypeRegistry = EmbeddedTypeRegistryImpl.getInstance();

87. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

186 : fEmbeddedContentTypeRegistry = EmbeddedTypeRegistryImpl.getInstance();

88. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

196 : private EmbeddedTypeHandler getEmbeddedType(IFile file) throws UnsupportedEncodingException, CoreException, IOException {

89. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

197 : EmbeddedTypeHandler handler = null;

90. WARNING: DiscouragedReference

Discouraged access: The field fFullPreparedReader from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

198 : if (fFullPreparedReader == null) {

91. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

204 : IDocumentCharsetDetector jspProvider = getDocumentEncodingDetector();

92. WARNING: DiscouragedReference

Discouraged access: The method getFullPreparedReader() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

205 : Reader fullPreparedReader = getFullPreparedReader();

93. WARNING: DiscouragedReference

Discouraged access: The type BufferedLimitedReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

206 : BufferedLimitedReader limitedReader = new BufferedLimitedReader(fullPreparedReader, CodedIO.MAX_BUF_SIZE);

94. WARNING: DiscouragedReference

Discouraged access: The constructor BufferedLimitedReader(Reader, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

206 : BufferedLimitedReader limitedReader = new BufferedLimitedReader(fullPreparedReader, CodedIO.MAX_BUF_SIZE);

95. WARNING: DiscouragedReference

Discouraged access: The type BufferedLimitedReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

206 : BufferedLimitedReader limitedReader = new BufferedLimitedReader(fullPreparedReader, CodedIO.MAX_BUF_SIZE);

96. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

206 : BufferedLimitedReader limitedReader = new BufferedLimitedReader(fullPreparedReader, CodedIO.MAX_BUF_SIZE);

97. WARNING: DiscouragedReference

Discouraged access: The field MAX_BUF_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

206 : BufferedLimitedReader limitedReader = new BufferedLimitedReader(fullPreparedReader, CodedIO.MAX_BUF_SIZE);

98. WARNING: DiscouragedReference

Discouraged access: The method set(Reader) from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

207 : jspProvider.set(limitedReader);

99. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

213 : EmbeddedTypeRegistry reg = getEmbeddedContentTypeRegistry();

100. WARNING: DiscouragedReference

Discouraged access: The method getTypeFor(String) from the type EmbeddedTypeRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDocumentLoader.java :

218 : handler = reg.getTypeFor(mimeType);

Source File: org/eclipse/jst/jsp/core/internal/java/EscapedTextUtil.java
1. WARNING: DiscouragedReference

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

EscapedTextUtil.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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EscapedTextUtil.java :

19 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EscapedTextUtil.java :

33 : public static String getUnescapedText(IStructuredDocumentRegion parent, ITextRegion r) {

4. WARNING: DiscouragedReference

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

EscapedTextUtil.java :

33 : public static String getUnescapedText(IStructuredDocumentRegion parent, ITextRegion r) {

5. WARNING: DiscouragedReference

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

EscapedTextUtil.java :

34 : String test = (parent != r) ? parent.getFullText(r) : parent.getFullText();

6. WARNING: DiscouragedReference

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

EscapedTextUtil.java :

34 : String test = (parent != r) ? parent.getFullText(r) : parent.getFullText();

Source File: org/eclipse/jst/jsp/core/internal/java/JSPIncludeRegionHelper.java
1. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPIncludeRegionHelper.java :

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

3. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

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

4. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

37 : protected boolean isJSPStartRegion(IStructuredDocumentRegion sdRegion) {

5. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

38 : String type = sdRegion.getFirstRegion().getType();

6. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

38 : String type = sdRegion.getFirstRegion().getType();

7. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

39 : return type == DOMRegionContext.XML_TAG_OPEN || type == DOMJSPRegionContexts.JSP_DECLARATION_OPEN || type == DOMJSPRegionContexts.JSP_EXPRESSION_OPEN || type == DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN || type == DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN || type == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME;

8. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPIncludeRegionHelper.java :

39 : return type == DOMRegionContext.XML_TAG_OPEN || type == DOMJSPRegionContexts.JSP_DECLARATION_OPEN || type == DOMJSPRegionContexts.JSP_EXPRESSION_OPEN || type == DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN || type == DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN || type == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME;

9. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

73 : protected String getRegionName(IStructuredDocumentRegion sdRegion) {

10. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

74 : ITextRegion nameRegion = null;

11. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

76 : int size = sdRegion.getRegions().size();

12. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPIncludeRegionHelper.java :

76 : int size = sdRegion.getRegions().size();

13. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

79 : nameRegion = sdRegion.getRegions().get(1);

14. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPIncludeRegionHelper.java :

79 : nameRegion = sdRegion.getRegions().get(1);

15. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

83 : nameRegion = sdRegion.getRegions().get(0);

16. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPIncludeRegionHelper.java :

83 : nameRegion = sdRegion.getRegions().get(0);

17. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

86 : nameStr = fTextToParse.substring(sdRegion.getStartOffset(nameRegion), sdRegion.getTextEndOffset(nameRegion));

18. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

86 : nameStr = fTextToParse.substring(sdRegion.getStartOffset(nameRegion), sdRegion.getTextEndOffset(nameRegion));

19. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

90 : protected void processOtherRegions(IStructuredDocumentRegion sdRegion) {

20. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

95 : protected void prepareText(IStructuredDocumentRegion sdRegion) {

21. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

96 : fStrippedText = fTextBefore = fTextToParse.substring(sdRegion.getStartOffset(), sdRegion.getEndOffset());

22. WARNING: DiscouragedReference

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

JSPIncludeRegionHelper.java :

96 : fStrippedText = fTextBefore = fTextToParse.substring(sdRegion.getStartOffset(), sdRegion.getEndOffset());

Source File: org/eclipse/jst/jsp/core/internal/java/JSPTranslationAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapter.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationAdapter.java :

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

4. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapter.java :

37 : public class JSPTranslationAdapter implements INodeAdapter, IDocumentListener {

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationAdapter.java :

46 : private IDOMModel fXMLModel;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationAdapter.java :

50 : public JSPTranslationAdapter(IDOMModel xmlModel) {

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapter.java :

66 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

9. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

125 : if (getXMLModel() != null && getXMLModel().getIndexedRegion(0) != null) {

10. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

126 : translator = getTranslator((IDOMNode) getXMLModel().getIndexedRegion(0));

11. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

126 : translator = getTranslator((IDOMNode) getXMLModel().getIndexedRegion(0));

12. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

143 : fJSPTranslation = new JSPTranslationExtension(getXMLModel().getStructuredDocument(), fJavaDocument, getJavaProject(), translator);

13. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

163 : private JSPTranslator getTranslator(IDOMNode xmlNode) {

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationAdapter.java :

179 : public void setXMLModel(IDOMModel xmlModel) {

15. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

181 : setDocument(fXMLModel.getStructuredDocument());

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationAdapter.java :

187 : private IDOMModel getXMLModel() {

17. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

201 : String baseLocation = getXMLModel().getBaseLocation();

18. WARNING: DiscouragedReference

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

JSPTranslationAdapter.java :

224 : Logger.logException("(JSPTranslationAdapter) problem getting java project from the XMLModel's baseLocation > " + getXMLModel().getBaseLocation(), ex); //$NON-NLS-1$

Source File: org/eclipse/jst/jsp/core/internal/java/JSPTranslationAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

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

JSPTranslationAdapterFactory.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

26 : public class JSPTranslationAdapterFactory extends AbstractAdapterFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

34 : super(IJSPTranslation.class, true);

8. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

37 : public INodeAdapterFactory copy() {

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

41 : protected INodeAdapter createAdapter(INodeNotifier target) {

10. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

41 : protected INodeAdapter createAdapter(INodeNotifier target) {

11. WARNING: DiscouragedReference

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

JSPTranslationAdapterFactory.java :

42 : if (target instanceof IDOMNode && fAdapter == null) {

12. WARNING: DiscouragedReference

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

JSPTranslationAdapterFactory.java :

43 : fAdapter = new JSPTranslationAdapter(((IDOMNode) target).getModel());

13. WARNING: DiscouragedReference

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

JSPTranslationAdapterFactory.java :

43 : fAdapter = new JSPTranslationAdapter(((IDOMNode) target).getModel());

14. WARNING: DiscouragedReference

Discouraged access: The method release() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationAdapterFactory.java :

59 : super.release();

Source File: org/eclipse/jst/jsp/core/internal/java/JSPTranslationExtension.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationExtension.java :

37 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationExtension.java :

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

3. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationExtension.java :

246 : if (jspDoc instanceof IStructuredDocument) {

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationExtension.java :

247 : IStructuredDocument sDoc = (IStructuredDocument) jspDoc;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationExtension.java :

247 : IStructuredDocument sDoc = (IStructuredDocument) jspDoc;

7. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

248 : IStructuredDocumentRegion[] regions = sDoc.getStructuredDocumentRegions(0, jspOffset);

8. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

248 : IStructuredDocumentRegion[] regions = sDoc.getStructuredDocumentRegions(0, jspOffset);

9. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

249 : IStructuredDocumentRegion lastRegion = regions[regions.length - 1];

10. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

252 : if (lastRegion != null && lastRegion.getType() == DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN) {

11. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

254 : IStructuredDocumentRegion region = regions[i];

12. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

257 : if (region.getType() == DOMRegionContext.XML_CONTENT && region.getFullText().trim().equals("")) { //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

257 : if (region.getType() == DOMRegionContext.XML_CONTENT && region.getFullText().trim().equals("")) { //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

257 : if (region.getType() == DOMRegionContext.XML_CONTENT && region.getFullText().trim().equals("")) { //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

257 : if (region.getType() == DOMRegionContext.XML_CONTENT && region.getFullText().trim().equals("")) { //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

JSPTranslationExtension.java :

259 : preDelimiterWhitespace = region.getFullText();

Source File: org/eclipse/jst/jsp/core/internal/java/JSPTranslationUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationUtil.java :

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

2. WARNING: DiscouragedReference

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

JSPTranslationUtil.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationUtil.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationUtil.java :

99 : IDOMModel xmlModel = (IDOMModel) getModelManager().getExistingModelForRead(fDocument);

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationUtil.java :

99 : IDOMModel xmlModel = (IDOMModel) getModelManager().getExistingModelForRead(fDocument);

6. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationUtil.java :

99 : IDOMModel xmlModel = (IDOMModel) getModelManager().getExistingModelForRead(fDocument);

7. WARNING: DiscouragedReference

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

JSPTranslationUtil.java :

102 : IDOMDocument xmlDoc = xmlModel.getDocument();

8. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationUtil.java :

102 : IDOMDocument xmlDoc = xmlModel.getDocument();

9. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationUtil.java :

104 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);

10. WARNING: DiscouragedReference

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

JSPTranslationUtil.java :

110 : xmlModel.releaseFromRead();

11. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationUtil.java :

122 : protected IModelManager getModelManager() {

Source File: org/eclipse/jst/jsp/core/internal/java/JSPTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTranslator.java :

72 : import org.eclipse.wst.html.core.internal.contentmodel.JSP20Namespace;

2. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

74 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

3. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

76 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

5. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

6. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

7. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

80 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

9. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

81 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

83 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

11. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The type ContextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

85 : import org.eclipse.wst.xml.core.internal.parser.ContextRegionContainer;

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentTracker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

86 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocumentTracker;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

87 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

15. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

16. WARNING: DiscouragedReference

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

JSPTranslator.java :

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

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

172 : private IDOMModel fStructuredModel = null;

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

173 : private IStructuredDocument fStructuredDocument = null;

19. WARNING: DiscouragedReference

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

JSPTranslator.java :

174 : private IStructuredDocumentRegion fCurrentNode;

20. WARNING: DiscouragedReference

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

JSPTranslator.java :

270 : ITextRegionCollection region;

21. WARNING: DiscouragedReference

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

JSPTranslator.java :

273 : RegionTag(ITextRegionCollection region, CustomTag tag) {

22. WARNING: DiscouragedReference

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

JSPTranslator.java :

290 : private void configure(IDOMNode node, IProgressMonitor monitor) {

23. WARNING: DiscouragedReference

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

JSPTranslator.java :

293 : fStructuredModel = node.getModel();

24. WARNING: DiscouragedReference

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

JSPTranslator.java :

294 : String baseLocation = fStructuredModel.getBaseLocation();

25. WARNING: DiscouragedReference

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

JSPTranslator.java :

298 : fStructuredDocument = fStructuredModel.getStructuredDocument();

26. WARNING: DiscouragedReference

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

JSPTranslator.java :

405 : private String createClassname(IDOMNode node) {

27. WARNING: DiscouragedReference

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

JSPTranslator.java :

408 : String base = node.getModel().getBaseLocation();

28. WARNING: DiscouragedReference

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

JSPTranslator.java :

408 : String base = node.getModel().getBaseLocation();

29. WARNING: DiscouragedReference

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

JSPTranslator.java :

428 : final int line = fStructuredDocument.getLineOfOffset(start);

30. WARNING: DiscouragedReference

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

JSPTranslator.java :

498 : public void reset(IDOMNode node, IProgressMonitor progress) {

31. WARNING: DiscouragedReference

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

JSPTranslator.java :

824 : protected void addTaglibVariables(String tagToAdd, ITextRegionCollection customTag) {

32. WARNING: DiscouragedReference

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

JSPTranslator.java :

830 : if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

33. WARNING: DiscouragedReference

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

JSPTranslator.java :

830 : if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

34. WARNING: DiscouragedReference

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

JSPTranslator.java :

830 : if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

35. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

830 : if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

36. WARNING: DiscouragedReference

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

JSPTranslator.java :

839 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

37. WARNING: DiscouragedReference

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

JSPTranslator.java :

839 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

38. WARNING: DiscouragedReference

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

JSPTranslator.java :

839 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

39. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

839 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

40. WARNING: DiscouragedReference

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

JSPTranslator.java :

844 : private void addEndTagVariable(String tagToAdd, ITextRegionCollection customTag){

41. WARNING: DiscouragedReference

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

JSPTranslator.java :

877 : private void addStartTagVariable(String tagToAdd,ITextRegionCollection customTag){

42. WARNING: DiscouragedReference

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

JSPTranslator.java :

904 : boolean isEmptyTag = customTag.getLastRegion().getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

43. WARNING: DiscouragedReference

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

JSPTranslator.java :

904 : boolean isEmptyTag = customTag.getLastRegion().getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

44. WARNING: DiscouragedReference

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

JSPTranslator.java :

904 : boolean isEmptyTag = customTag.getLastRegion().getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

45. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

904 : boolean isEmptyTag = customTag.getLastRegion().getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

46. WARNING: DiscouragedReference

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

JSPTranslator.java :

906 : if (customTag.getLastRegion().getType().equals(DOMRegionContext.WHITE_SPACE)){

47. WARNING: DiscouragedReference

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

JSPTranslator.java :

906 : if (customTag.getLastRegion().getType().equals(DOMRegionContext.WHITE_SPACE)){

48. WARNING: DiscouragedReference

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

JSPTranslator.java :

906 : if (customTag.getLastRegion().getType().equals(DOMRegionContext.WHITE_SPACE)){

49. WARNING: DiscouragedReference

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

JSPTranslator.java :

906 : if (customTag.getLastRegion().getType().equals(DOMRegionContext.WHITE_SPACE)){

50. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

907 : int len = customTag.getRegions().size();

51. WARNING: DiscouragedReference

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

JSPTranslator.java :

907 : int len = customTag.getRegions().size();

52. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

909 : isEmptyTag = customTag.getRegions().get(len-2).getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

53. WARNING: DiscouragedReference

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

JSPTranslator.java :

909 : isEmptyTag = customTag.getRegions().get(len-2).getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

54. WARNING: DiscouragedReference

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

JSPTranslator.java :

909 : isEmptyTag = customTag.getRegions().get(len-2).getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

55. WARNING: DiscouragedReference

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

JSPTranslator.java :

909 : isEmptyTag = customTag.getRegions().get(len-2).getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

56. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

909 : isEmptyTag = customTag.getRegions().get(len-2).getType().equals(DOMRegionContext.XML_EMPTY_TAG_CLOSE);

57. WARNING: DiscouragedReference

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

JSPTranslator.java :

968 : private void addCustomTaglibVariables(String tagToAdd, ITextRegionCollection customTag, ITextRegion prevRegion) {

58. WARNING: DiscouragedReference

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

JSPTranslator.java :

968 : private void addCustomTaglibVariables(String tagToAdd, ITextRegionCollection customTag, ITextRegion prevRegion) {

59. WARNING: DiscouragedReference

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

JSPTranslator.java :

970 : if (prevRegion != null && prevRegion.getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

60. WARNING: DiscouragedReference

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

JSPTranslator.java :

970 : if (prevRegion != null && prevRegion.getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

61. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

970 : if (prevRegion != null && prevRegion.getType().equals(DOMRegionContext.XML_END_TAG_OPEN)) {

62. WARNING: DiscouragedReference

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

JSPTranslator.java :

976 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

63. WARNING: DiscouragedReference

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

JSPTranslator.java :

976 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

64. WARNING: DiscouragedReference

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

JSPTranslator.java :

976 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

65. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

976 : else if (customTag.getFirstRegion().getType().equals(DOMRegionContext.XML_TAG_OPEN)) {

66. WARNING: DiscouragedReference

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

JSPTranslator.java :

993 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(getStructuredDocument());

67. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

993 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(getStructuredDocument());

68. WARNING: DiscouragedReference

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

JSPTranslator.java :

996 : Path path = new Path(sModel.getBaseLocation());

69. WARNING: DiscouragedReference

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

JSPTranslator.java :

1008 : sModel.releaseFromRead();

70. WARNING: DiscouragedReference

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

JSPTranslator.java :

1034 : setCurrentNode(fStructuredDocument.getFirstStructuredDocumentRegion());

71. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

72. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

73. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

74. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

75. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

76. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

77. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

78. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

79. WARNING: DiscouragedReference

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

JSPTranslator.java :

1043 : if (getCurrentNode().getType() == DOMRegionContext.XML_COMMENT_TEXT || getCurrentNode().getType() == DOMRegionContext.XML_CDATA_TEXT || getCurrentNode().getType() == DOMRegionContext.UNDEFINED) {

80. WARNING: DiscouragedReference

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

JSPTranslator.java :

1086 : appendToBuffer(text.toString(), fUserCode, false, fStructuredDocument.getLastStructuredDocumentRegion());

81. WARNING: DiscouragedReference

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

JSPTranslator.java :

1094 : appendToBuffer("}", fUserCode, false, fStructuredDocument.getLastStructuredDocumentRegion());

82. WARNING: DiscouragedReference

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

JSPTranslator.java :

1100 : appendToBuffer("}", fUserCode, false, fStructuredDocument.getLastStructuredDocumentRegion());

83. WARNING: DiscouragedReference

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

JSPTranslator.java :

1170 : setCurrentNode(getCurrentNode().getNext());

84. WARNING: DiscouragedReference

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

JSPTranslator.java :

1176 : if (isJSP(getCurrentNode().getFirstRegion().getType())) {

85. WARNING: DiscouragedReference

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

JSPTranslator.java :

1176 : if (isJSP(getCurrentNode().getFirstRegion().getType())) {

86. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslator.java :

1177 : Iterator it = getCurrentNode().getRegions().iterator();

87. WARNING: DiscouragedReference

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

JSPTranslator.java :

1177 : Iterator it = getCurrentNode().getRegions().iterator();

88. WARNING: DiscouragedReference

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

JSPTranslator.java :

1178 : ITextRegion r = null;

89. WARNING: DiscouragedReference

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

JSPTranslator.java :

1180 : r = (ITextRegion) it.next();

90. WARNING: DiscouragedReference

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

JSPTranslator.java :

1181 : if (r.getType() == DOMJSPRegionContexts.JSP_CONTENT || r.getType() == DOMRegionContext.XML_CONTENT)

91. WARNING: DiscouragedReference

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

JSPTranslator.java :

1181 : if (r.getType() == DOMJSPRegionContexts.JSP_CONTENT || r.getType() == DOMRegionContext.XML_CONTENT)

92. WARNING: DiscouragedReference

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

JSPTranslator.java :

1181 : if (r.getType() == DOMJSPRegionContexts.JSP_CONTENT || r.getType() == DOMRegionContext.XML_CONTENT)

93. WARNING: DiscouragedReference

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

JSPTranslator.java :

1181 : if (r.getType() == DOMJSPRegionContexts.JSP_CONTENT || r.getType() == DOMRegionContext.XML_CONTENT)

94. WARNING: DiscouragedReference

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

JSPTranslator.java :

1183 : else if (r.getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME)

95. WARNING: DiscouragedReference

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

JSPTranslator.java :

1185 : else if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && getCurrentNode().getFullText(r).trim().equals("import")) //$NON-NLS-1$

96. WARNING: DiscouragedReference

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

JSPTranslator.java :

1185 : else if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && getCurrentNode().getFullText(r).trim().equals("import")) //$NON-NLS-1$

97. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslator.java :

1185 : else if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && getCurrentNode().getFullText(r).trim().equals("import")) //$NON-NLS-1$

98. WARNING: DiscouragedReference

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

JSPTranslator.java :

1185 : else if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && getCurrentNode().getFullText(r).trim().equals("import")) //$NON-NLS-1$

99. WARNING: DiscouragedReference

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

JSPTranslator.java :

1198 : protected void translateRegionContainer(ITextRegionCollection container, int JSPType) {

100. WARNING: DiscouragedReference

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

JSPTranslator.java :

1200 : ITextRegionCollection containerRegion = container;

Source File: org/eclipse/jst/jsp/core/internal/java/TagTranslationAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TagTranslationAdapter.java :

14 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TagTranslationAdapter.java :

17 : TagTranslationAdapter(IDOMModel xmlModel) {

Source File: org/eclipse/jst/jsp/core/internal/java/TagTranslationAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagTranslationAdapterFactory.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagTranslationAdapterFactory.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagTranslationAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

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

TagTranslationAdapterFactory.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagTranslationAdapterFactory.java :

27 : public INodeAdapterFactory copy() {

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagTranslationAdapterFactory.java :

31 : protected INodeAdapter createAdapter(INodeNotifier target) {

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagTranslationAdapterFactory.java :

31 : protected INodeAdapter createAdapter(INodeNotifier target) {

8. WARNING: DiscouragedReference

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

TagTranslationAdapterFactory.java :

32 : if (target instanceof IDOMNode && fAdapter == null) {

9. WARNING: DiscouragedReference

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

TagTranslationAdapterFactory.java :

33 : fAdapter = new TagTranslationAdapter(((IDOMNode) target).getModel());

10. WARNING: DiscouragedReference

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

TagTranslationAdapterFactory.java :

33 : fAdapter = new TagTranslationAdapter(((IDOMNode) target).getModel());

Source File: org/eclipse/jst/jsp/core/internal/java/XMLJSPRegionHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

28 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

29 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

30 : import org.eclipse.wst.sse.core.internal.ltk.parser.StructuredDocumentRegionHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

31 : import org.eclipse.wst.sse.core.internal.modelhandler.ModelHandlerRegistry;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

6. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

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

7. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

37 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

10. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

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

11. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

49 : class XMLJSPRegionHelper implements StructuredDocumentRegionHandler {

13. WARNING: DiscouragedReference

Discouraged access: The method addStructuredDocumentRegionHandler(StructuredDocumentRegionHandler) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

71 : getLocalParser().addStructuredDocumentRegionHandler(this);

14. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

82 : public void addBlockMarker(BlockMarker marker) {

15. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

83 : fLocalParser.addBlockMarker(marker);

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

98 : IStructuredDocument document = (IStructuredDocument) new JSPDocumentLoader().createNewStructuredDocument();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

98 : IStructuredDocument document = (IStructuredDocument) new JSPDocumentLoader().createNewStructuredDocument();

18. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

98 : IStructuredDocument document = (IStructuredDocument) new JSPDocumentLoader().createNewStructuredDocument();

19. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

105 : addBlockMarker((BlockMarker) blockMarkers.get(i));

20. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

110 : IStructuredDocumentRegion cursor = document.getFirstStructuredDocumentRegion();

21. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

110 : IStructuredDocumentRegion cursor = document.getFirstStructuredDocumentRegion();

22. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

113 : cursor = cursor.getNext();

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

125 : IStructuredDocument document = null;

24. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

139 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerFor(f, false);

25. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

139 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerFor(f, false);

26. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

139 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerFor(f, false);

27. WARNING: DiscouragedReference

Discouraged access: The method getHandlerFor(IFile, boolean) from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

139 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerFor(f, false);

28. WARNING: DiscouragedReference

Discouraged access: The method getHandlerForContentTypeId(String) from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

141 : handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId(DEFAULT_FRAGMENT_CONTENT_TYPE);

29. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

141 : handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId(DEFAULT_FRAGMENT_CONTENT_TYPE);

30. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

141 : handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId(DEFAULT_FRAGMENT_CONTENT_TYPE);

31. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

142 : document = (IStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

32. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

142 : document = (IStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

33. WARNING: DiscouragedReference

Discouraged access: The method getDocumentLoader() from the type IDocumentTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

142 : document = (IStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

34. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

155 : addBlockMarker((BlockMarker) blockMarkers.get(i));

35. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

160 : IStructuredDocumentRegion cursor = document.getFirstStructuredDocumentRegion();

36. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

160 : IStructuredDocumentRegion cursor = document.getFirstStructuredDocumentRegion();

37. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

163 : cursor = cursor.getNext();

38. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

176 : public void nodeParsed(IStructuredDocumentRegion sdRegion) {

39. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

194 : if (sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

40. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

194 : if (sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

41. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

194 : if (sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

42. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

194 : if (sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

43. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

210 : if (fTagname != null && sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) {

44. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

210 : if (fTagname != null && sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) {

45. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

220 : else if (sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_CONTENT || sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_CONTENT) {

46. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

220 : else if (sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_CONTENT || sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_CONTENT) {

47. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

220 : else if (sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_CONTENT || sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_CONTENT) {

48. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

220 : else if (sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_CONTENT || sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_CONTENT) {

49. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

220 : else if (sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_CONTENT || sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_CONTENT) {

50. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

220 : else if (sdRegion.getFirstRegion().getType() == DOMJSPRegionContexts.JSP_CONTENT || sdRegion.getFirstRegion().getType() == DOMRegionContext.XML_CONTENT) {

51. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

249 : Iterator regions = sdRegion.getRegions().iterator();

52. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

249 : Iterator regions = sdRegion.getRegions().iterator();

53. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

251 : ITextRegion region = (ITextRegion) regions.next();

54. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

251 : ITextRegion region = (ITextRegion) regions.next();

55. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

252 : if (DOMRegionContext.XML_COMMENT_TEXT.equals(region.getType()) && region.getStart() != 0) {

56. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

252 : if (DOMRegionContext.XML_COMMENT_TEXT.equals(region.getType()) && region.getStart() != 0) {

57. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

252 : if (DOMRegionContext.XML_COMMENT_TEXT.equals(region.getType()) && region.getStart() != 0) {

58. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

252 : if (DOMRegionContext.XML_COMMENT_TEXT.equals(region.getType()) && region.getStart() != 0) {

59. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

253 : fTranslator.decodeScriptBlock(sdRegion.getFullText(region), sdRegion.getStartOffset(region));

60. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

253 : fTranslator.decodeScriptBlock(sdRegion.getFullText(region), sdRegion.getStartOffset(region));

61. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

273 : private void decodeRemainingRegions(IStructuredDocumentRegion sdRegion, int start) {

62. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

274 : ITextRegionList regionList = sdRegion.getRegions();

63. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

274 : ITextRegionList regionList = sdRegion.getRegions();

64. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

276 : ITextRegion region = regionList.get(start);

65. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

276 : ITextRegion region = regionList.get(start);

66. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

277 : String text = sdRegion.getFullText();

67. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

278 : if (text != null && region != null && region.getStart() <= text.length())

68. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

279 : fTranslator.decodeScriptBlock(text.substring(region.getStart(), text.length()), 0);

69. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

283 : private int hasIllegalContent(IStructuredDocumentRegion sdRegion) {

70. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

284 : ITextRegionList list = sdRegion.getRegions();

71. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

284 : ITextRegionList list = sdRegion.getRegions();

72. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

285 : for (int i = 0; i < list.size(); i++) {

73. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

286 : ITextRegion region = list.get(i);

74. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLJSPRegionHelper.java :

286 : ITextRegion region = list.get(i);

75. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

287 : String type = region.getType();

76. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

288 : if (type == DOMRegionContext.UNDEFINED)

77. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

288 : if (type == DOMRegionContext.UNDEFINED)

78. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

290 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_EMPTY_TAG_CLOSE || type == DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE)

79. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

290 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_EMPTY_TAG_CLOSE || type == DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE)

80. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

290 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_EMPTY_TAG_CLOSE || type == DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE)

81. 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLJSPRegionHelper.java :

290 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_EMPTY_TAG_CLOSE || type == DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE)

82. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

301 : private void checkCursorInRegion(IStructuredDocumentRegion sdRegion) {

83. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

303 : if (this.fTranslator.getSourcePosition() >= fStartOfTextToParse + sdRegion.getStartOffset() && this.fTranslator.getSourcePosition() <= fStartOfTextToParse + sdRegion.getEndOffset()) {

84. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

303 : if (this.fTranslator.getSourcePosition() >= fStartOfTextToParse + sdRegion.getStartOffset() && this.fTranslator.getSourcePosition() <= fStartOfTextToParse + sdRegion.getEndOffset()) {

85. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

304 : int endOfNameTag = sdRegion.getStartOffset();

86. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

319 : protected void processDeclaration(IStructuredDocumentRegion sdRegion) {

87. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

321 : IStructuredDocumentRegion currentNode = fTranslator.getCurrentNode();

88. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

322 : this.fTranslator.translateDeclarationString(fStrippedText, currentNode, currentNode.getStartOffset(), currentNode.getLength(), fAppendAsIndirectSource);

89. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

322 : this.fTranslator.translateDeclarationString(fStrippedText, currentNode, currentNode.getStartOffset(), currentNode.getLength(), fAppendAsIndirectSource);

90. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

326 : protected void processExpression(IStructuredDocumentRegion sdRegion) {

91. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

328 : IStructuredDocumentRegion currentNode = fTranslator.getCurrentNode();

92. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

329 : this.fTranslator.translateExpressionString(fStrippedText, currentNode, currentNode.getStartOffset(), currentNode.getLength(), fAppendAsIndirectSource);

93. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

329 : this.fTranslator.translateExpressionString(fStrippedText, currentNode, currentNode.getStartOffset(), currentNode.getLength(), fAppendAsIndirectSource);

94. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

333 : protected void processScriptlet(IStructuredDocumentRegion sdRegion) {

95. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

335 : IStructuredDocumentRegion currentNode = fTranslator.getCurrentNode();

96. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

336 : this.fTranslator.translateScriptletString(fStrippedText, currentNode, currentNode.getStartOffset(), currentNode.getLength(), fAppendAsIndirectSource);

97. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

336 : this.fTranslator.translateScriptletString(fStrippedText, currentNode, currentNode.getStartOffset(), currentNode.getLength(), fAppendAsIndirectSource);

98. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

345 : protected void prepareText(IStructuredDocumentRegion sdRegion) {

99. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

346 : fTextBefore = fTextToParse.substring(sdRegion.getStartOffset(), sdRegion.getEndOffset());

100. WARNING: DiscouragedReference

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

XMLJSPRegionHelper.java :

346 : fTextBefore = fTextToParse.substring(sdRegion.getStartOffset(), sdRegion.getEndOffset());

Source File: org/eclipse/jst/jsp/core/internal/java/jspel/ELGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGenerator.java :

17 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGenerator.java :

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

3. WARNING: DiscouragedReference

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

ELGenerator.java :

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

4. WARNING: DiscouragedReference

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

ELGenerator.java :

41 : public void generate(ASTExpression root, IStructuredDocumentRegion currentNode, StringBuffer result, Map codeMap, IStructuredDocument document, ITextRegionCollection jspReferenceRegion, int contentStart, int contentLength) {

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGenerator.java :

41 : public void generate(ASTExpression root, IStructuredDocumentRegion currentNode, StringBuffer result, Map codeMap, IStructuredDocument document, ITextRegionCollection jspReferenceRegion, int contentStart, int contentLength) {

6. WARNING: DiscouragedReference

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

ELGenerator.java :

41 : public void generate(ASTExpression root, IStructuredDocumentRegion currentNode, StringBuffer result, Map codeMap, IStructuredDocument document, ITextRegionCollection jspReferenceRegion, int contentStart, int contentLength) {

Source File: org/eclipse/jst/jsp/core/internal/java/jspel/ELGeneratorVisitor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGeneratorVisitor.java :

34 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGeneratorVisitor.java :

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

3. WARNING: DiscouragedReference

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

ELGeneratorVisitor.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGeneratorVisitor.java :

96 : private IStructuredDocument fDocument = null;

5. WARNING: DiscouragedReference

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

ELGeneratorVisitor.java :

104 : private IStructuredDocumentRegion fCurrentNode;

6. WARNING: DiscouragedReference

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

ELGeneratorVisitor.java :

133 : public ELGeneratorVisitor(StringBuffer result, IStructuredDocumentRegion currentNode, Map codeMap, IStructuredDocument document, ITextRegionCollection jspReferenceRegion, int contentStart)

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ELGeneratorVisitor.java :

133 : public ELGeneratorVisitor(StringBuffer result, IStructuredDocumentRegion currentNode, Map codeMap, IStructuredDocument document, ITextRegionCollection jspReferenceRegion, int contentStart)

8. WARNING: DiscouragedReference

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

ELGeneratorVisitor.java :

133 : public ELGeneratorVisitor(StringBuffer result, IStructuredDocumentRegion currentNode, Map codeMap, IStructuredDocument document, ITextRegionCollection jspReferenceRegion, int contentStart)

9. WARNING: DiscouragedReference

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

ELGeneratorVisitor.java :

208 : Iterator taglibs = docMgr.getCMDocumentTrackers(fCurrentNode.getStartOffset()).iterator();

Source File: org/eclipse/jst/jsp/core/internal/java/jspel/JSPELTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELTranslator.java :

23 : 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/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELTranslator.java :

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

3. WARNING: DiscouragedReference

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

JSPELTranslator.java :

34 : IStructuredDocumentRegion currentNode, int contentStart,

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELTranslator.java :

36 : HashMap fUserELRanges, IStructuredDocument document) {

Source File: org/eclipse/jst/jsp/core/internal/java/search/JSPIndexManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

38 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

39 : import org.eclipse.jdt.internal.core.index.Index;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

40 : import org.eclipse.jdt.internal.core.search.indexing.IndexManager;

4. WARNING: DiscouragedReference

Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

182 : IndexManager im = JavaModelManager.getIndexManager();

5. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

182 : IndexManager im = JavaModelManager.getIndexManager();

6. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

182 : IndexManager im = JavaModelManager.getIndexManager();

7. WARNING: DiscouragedReference

Discouraged access: The method removeIndex(IPath) from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

185 : im.removeIndex(indexLocation);

8. WARNING: DiscouragedReference

Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

514 : IndexManager indexManager = JavaModelManager.getIndexManager();

9. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

514 : IndexManager indexManager = JavaModelManager.getIndexManager();

10. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

514 : IndexManager indexManager = JavaModelManager.getIndexManager();

11. WARNING: DiscouragedReference

Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

520 : Index index = null;

12. WARNING: DiscouragedReference

Discouraged access: The constructor Index(String, String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

526 : index = new Index(locay, "Index for " + locay, true); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

526 : index = new Index(locay, "Index for " + locay, true); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The method saveIndex(Index) from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

527 : indexManager.saveIndex(index);

Source File: org/eclipse/jst/jsp/core/internal/java/search/JSPSearchDocument.java
1. WARNING: DiscouragedReference

Discouraged access: The type UnsupportedCharsetExceptionWithDetail is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

34 : import org.eclipse.wst.sse.core.internal.exceptions.UnsupportedCharsetExceptionWithDetail;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

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

JSPSearchDocument.java :

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

4. WARNING: DiscouragedReference

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

JSPSearchDocument.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchDocument.java :

38 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

6. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

91 : private IModelManager getModelManager() {

7. WARNING: DiscouragedReference

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

JSPSearchDocument.java :

109 : IStructuredModel model = null;

8. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

112 : IModelManager modelManager = getModelManager();

9. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

115 : model = modelManager.getModelForRead(jspFile);

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchDocument.java :

118 : if (model instanceof IDOMModel) {

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchDocument.java :

119 : IDOMModel xmlModel = (IDOMModel)model;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchDocument.java :

119 : IDOMModel xmlModel = (IDOMModel)model;

13. WARNING: DiscouragedReference

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

JSPSearchDocument.java :

121 : IDOMDocument doc = xmlModel.getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchDocument.java :

121 : IDOMDocument doc = xmlModel.getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

122 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) doc.getAdapterFor(IJSPTranslation.class);

16. WARNING: DiscouragedReference

Discouraged access: The type UnsupportedCharsetExceptionWithDetail is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchDocument.java :

132 : catch (UnsupportedCharse