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: 3234 (Errors: 0 Warnings: 3234 )

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 (UnsupportedCharsetExceptionWithDetail e) {

17. 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

JSPSearchDocument.java :

139 : model.releaseFromRead();

18. 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 :

149 : private void setupAdapterFactory(IStructuredModel sm) {

Source File: org/eclipse/jst/jsp/core/internal/java/search/JSPSearchSupport.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

JSPSearchSupport.java :

36 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. 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

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

3. 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

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

4. WARNING: DiscouragedReference

Discouraged access: The method put(Object, Object) from the type SimpleLookupTable 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

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

5. WARNING: DiscouragedReference

Discouraged access: The field indexLocations 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

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

Source File: org/eclipse/jst/jsp/core/internal/modelhandler/EmbeddedTypeStateData.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

EmbeddedTypeStateData.java :

15 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

2. 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

EmbeddedTypeStateData.java :

24 : EmbeddedTypeHandler oldHandler;

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

EmbeddedTypeStateData.java :

25 : EmbeddedTypeHandler newHandler;

4. 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

EmbeddedTypeStateData.java :

27 : public EmbeddedTypeStateData(EmbeddedTypeHandler oldHandler, EmbeddedTypeHandler newHandler) {

5. 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

EmbeddedTypeStateData.java :

27 : public EmbeddedTypeStateData(EmbeddedTypeHandler oldHandler, EmbeddedTypeHandler newHandler) {

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

EmbeddedTypeStateData.java :

32 : public EmbeddedTypeHandler getNewHandler() {

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

EmbeddedTypeStateData.java :

36 : public EmbeddedTypeHandler getOldHandler() {

Source File: org/eclipse/jst/jsp/core/internal/modelhandler/JSPModelLoader.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

JSPModelLoader.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML 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

JSPModelLoader.java :

46 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML 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

JSPModelLoader.java :

47 : import org.eclipse.wst.html.core.internal.text.StructuredTextPartitionerForHTML;

4. 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

JSPModelLoader.java :

48 : import org.eclipse.wst.sse.core.internal.PropagatingAdapter;

5. 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

JSPModelLoader.java :

49 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

6. 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

JSPModelLoader.java :

50 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

7. 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

JSPModelLoader.java :

51 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

8. 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

JSPModelLoader.java :

52 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

9. 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

JSPModelLoader.java :

53 : import org.eclipse.wst.sse.core.internal.ltk.parser.JSPCapableParser;

10. 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

JSPModelLoader.java :

54 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

11. WARNING: DiscouragedReference

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

JSPModelLoader.java :

55 : import org.eclipse.wst.sse.core.internal.model.AbstractModelLoader;

12. 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

JSPModelLoader.java :

56 : import org.eclipse.wst.sse.core.internal.modelhandler.EmbeddedTypeRegistry;

13. 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

JSPModelLoader.java :

57 : import org.eclipse.wst.sse.core.internal.modelhandler.EmbeddedTypeRegistryImpl;

14. WARNING: DiscouragedReference

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

JSPModelLoader.java :

58 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

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

JSPModelLoader.java :

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

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

JSPModelLoader.java :

60 : 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

JSPModelLoader.java :

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

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

JSPModelLoader.java :

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

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

JSPModelLoader.java :

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

20. 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

JSPModelLoader.java :

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

21. 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

JSPModelLoader.java :

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

22. WARNING: DiscouragedReference

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

JSPModelLoader.java :

66 : import org.eclipse.wst.xml.core.internal.DebugAdapterFactory;

23. 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

JSPModelLoader.java :

67 : import org.eclipse.wst.xml.core.internal.document.DOMModelImpl;

24. 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

JSPModelLoader.java :

68 : import org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterFactoryImpl;

25. WARNING: DiscouragedReference

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

JSPModelLoader.java :

69 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

26. 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

JSPModelLoader.java :

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

27. 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

JSPModelLoader.java :

71 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

28. 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

JSPModelLoader.java :

72 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

29. WARNING: DiscouragedReference

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

JSPModelLoader.java :

73 : import org.eclipse.wst.xml.core.internal.text.rules.StructuredTextPartitionerForXML;

30. WARNING: DiscouragedReference

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

JSPModelLoader.java :

76 : public class JSPModelLoader extends AbstractModelLoader {

31. 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

JSPModelLoader.java :

83 : private EmbeddedTypeRegistry embeddedContentTypeRegistry;

32. WARNING: DiscouragedReference

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

JSPModelLoader.java :

88 : super();

33. 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

JSPModelLoader.java :

96 : private EmbeddedTypeRegistry getEmbeddedContentTypeRegistry() {

34. 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

JSPModelLoader.java :

98 : embeddedContentTypeRegistry = EmbeddedTypeRegistryImpl.getInstance();

35. 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

JSPModelLoader.java :

98 : embeddedContentTypeRegistry = EmbeddedTypeRegistryImpl.getInstance();

36. 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

JSPModelLoader.java :

103 : public IStructuredModel newModel() {

37. 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

JSPModelLoader.java :

115 : private EmbeddedTypeHandler getJSPDefaultEmbeddedType(IStructuredModel model) {

38. 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

JSPModelLoader.java :

115 : private EmbeddedTypeHandler getJSPDefaultEmbeddedType(IStructuredModel model) {

39. 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

JSPModelLoader.java :

116 : EmbeddedTypeRegistry reg = getEmbeddedContentTypeRegistry();

40. 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

JSPModelLoader.java :

127 : return reg.getTypeFor(mimeType);

41. 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

JSPModelLoader.java :

151 : public IStructuredDocument newStructuredDocument() {

42. 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

JSPModelLoader.java :

152 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

43. 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

JSPModelLoader.java :

152 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

44. 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

JSPModelLoader.java :

152 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

45. WARNING: DiscouragedReference

Discouraged access: The method setReParser(IStructuredTextReParser) 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

JSPModelLoader.java :

153 : ((BasicStructuredDocument) structuredDocument).setReParser(new JSPReParser());

46. 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

JSPModelLoader.java :

153 : ((BasicStructuredDocument) structuredDocument).setReParser(new JSPReParser());

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

JSPModelLoader.java :

159 : EmbeddedTypeHandler embeddedType = getJSPDefaultEmbeddedType(null);

48. 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

JSPModelLoader.java :

160 : embeddedType.initializeParser((JSPCapableParser) structuredDocument.getParser());

49. 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

JSPModelLoader.java :

160 : embeddedType.initializeParser((JSPCapableParser) structuredDocument.getParser());

50. 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

JSPModelLoader.java :

160 : embeddedType.initializeParser((JSPCapableParser) structuredDocument.getParser());

51. 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

JSPModelLoader.java :

164 : public RegionParser getParser() {

52. 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

JSPModelLoader.java :

171 : protected void preLoadAdapt(IStructuredModel structuredModel) {

53. WARNING: DiscouragedReference

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

JSPModelLoader.java :

172 : super.preLoadAdapt(structuredModel);

54. 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

JSPModelLoader.java :

173 : IDOMModel domModel = (IDOMModel) structuredModel;

55. 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

JSPModelLoader.java :

173 : IDOMModel domModel = (IDOMModel) structuredModel;

56. 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

JSPModelLoader.java :

177 : Document document = domModel.getDocument();

57. 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

JSPModelLoader.java :

178 : Assert.isNotNull(document);

58. WARNING: DiscouragedReference

Discouraged access: The method isNotNull(Object) 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

JSPModelLoader.java :

178 : Assert.isNotNull(document);

59. 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

JSPModelLoader.java :

186 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) document).getAdapterFor(PropagatingAdapter.class);

60. 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

JSPModelLoader.java :

186 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) document).getAdapterFor(PropagatingAdapter.class);

61. 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

JSPModelLoader.java :

186 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) document).getAdapterFor(PropagatingAdapter.class);

62. 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

JSPModelLoader.java :

186 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) document).getAdapterFor(PropagatingAdapter.class);

63. 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

JSPModelLoader.java :

186 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) document).getAdapterFor(PropagatingAdapter.class);

64. WARNING: DiscouragedReference

Discouraged access: The method addAdaptOnCreateFactory(INodeAdapterFactory) from 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

JSPModelLoader.java :

188 : propagatingAdapter.addAdaptOnCreateFactory(new PageDirectiveWatcherFactory());

65. 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

JSPModelLoader.java :

189 : if (Debug.debugNotificationAndEvents) {

66. WARNING: DiscouragedReference

Discouraged access: The field debugNotificationAndEvents 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

JSPModelLoader.java :

189 : if (Debug.debugNotificationAndEvents) {

67. WARNING: DiscouragedReference

Discouraged access: The method addAdaptOnCreateFactory(INodeAdapterFactory) from 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

JSPModelLoader.java :

190 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

68. WARNING: DiscouragedReference

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

JSPModelLoader.java :

190 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

69. WARNING: DiscouragedReference

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

JSPModelLoader.java :

190 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

70. 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

JSPModelLoader.java :

195 : ((INodeNotifier) document).getAdapterFor(ModelQueryAdapter.class);

71. 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

JSPModelLoader.java :

195 : ((INodeNotifier) document).getAdapterFor(ModelQueryAdapter.class);

72. 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

JSPModelLoader.java :

195 : ((INodeNotifier) document).getAdapterFor(ModelQueryAdapter.class);

73. 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

JSPModelLoader.java :

206 : INodeAdapterFactory factory = null;

74. WARNING: DiscouragedReference

Discouraged access: The constructor 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

JSPModelLoader.java :

210 : factory = new PropagatingAdapterFactoryImpl();

75. 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

JSPModelLoader.java :

210 : factory = new PropagatingAdapterFactoryImpl();

76. 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

JSPModelLoader.java :

226 : DocumentReader reader = new DocumentReader(doc);

77. 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

JSPModelLoader.java :

226 : DocumentReader reader = new DocumentReader(doc);

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

JSPModelLoader.java :

226 : DocumentReader reader = new DocumentReader(doc);

79. 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

JSPModelLoader.java :

264 : private IFile getFile(IStructuredModel model) {

80. 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

JSPModelLoader.java :

266 : String location = model.getBaseLocation();

81. 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

JSPModelLoader.java :

283 : private String getLanguage(IStructuredModel model) {

82. 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

JSPModelLoader.java :

286 : result = getLanguageFromStructuredDocument(model.getStructuredDocument());

83. 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

JSPModelLoader.java :

308 : private String getLanguageFromStructuredDocument(IStructuredDocument structuredDocument) {

84. WARNING: DiscouragedReference

Discouraged access: The method set(IDocument) from 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

JSPModelLoader.java :

318 : localHeadParser.set(structuredDocument);

85. 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

JSPModelLoader.java :

334 : private void reInitializeEmbeddedType(IStructuredModel model, EmbeddedTypeHandler oldEmbeddedContentType, EmbeddedTypeHandler newEmbeddedContentType) {

86. 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

JSPModelLoader.java :

334 : private void reInitializeEmbeddedType(IStructuredModel model, EmbeddedTypeHandler oldEmbeddedContentType, EmbeddedTypeHandler newEmbeddedContentType) {

87. 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

JSPModelLoader.java :

334 : private void reInitializeEmbeddedType(IStructuredModel model, EmbeddedTypeHandler oldEmbeddedContentType, EmbeddedTypeHandler newEmbeddedContentType) {

88. WARNING: DiscouragedReference

Discouraged access: The method isNotNull(Object, 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

JSPModelLoader.java :

336 : Assert.isNotNull(oldEmbeddedContentType, "Program error: invalid call during model initialization"); //$NON-NLS-1$

89. 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

JSPModelLoader.java :

336 : Assert.isNotNull(oldEmbeddedContentType, "Program error: invalid call during model initialization"); //$NON-NLS-1$

90. 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

JSPModelLoader.java :

342 : IDOMModel domModel = (IDOMModel) model;

91. 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

JSPModelLoader.java :

342 : IDOMModel domModel = (IDOMModel) model;

92. 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

JSPModelLoader.java :

343 : IStructuredDocument structuredDocument = model.getStructuredDocument();

93. 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

JSPModelLoader.java :

343 : IStructuredDocument structuredDocument = model.getStructuredDocument();

94. 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

JSPModelLoader.java :

344 : IDOMDocument document = domModel.getDocument();

95. 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

JSPModelLoader.java :

344 : IDOMDocument document = domModel.getDocument();

96. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(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

JSPModelLoader.java :

345 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) document.getExistingAdapter(PageDirectiveAdapter.class);

97. WARNING: DiscouragedReference

Discouraged access: The method uninitializeFactoryRegistry(FactoryRegistry) 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

JSPModelLoader.java :

352 : oldEmbeddedContentType.uninitializeFactoryRegistry(model.getFactoryRegistry());

98. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

JSPModelLoader.java :

352 : oldEmbeddedContentType.uninitializeFactoryRegistry(model.getFactoryRegistry());

99. WARNING: DiscouragedReference

Discouraged access: The method uninitializeParser(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

JSPModelLoader.java :

353 : oldEmbeddedContentType.uninitializeParser((JSPCapableParser) structuredDocument.getParser());

100. 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

JSPModelLoader.java :

353 : oldEmbeddedContentType.uninitializeParser((JSPCapableParser) structuredDocument.getParser());

Source File: org/eclipse/jst/jsp/core/internal/modelhandler/ModelHandlerForJSP.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

ModelHandlerForJSP.java :

25 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

2. 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

ModelHandlerForJSP.java :

26 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

27 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.AbstractModelHandler;

4. 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

ModelHandlerForJSP.java :

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

5. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

6. 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

ModelHandlerForJSP.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

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

ModelHandlerForJSP.java :

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

8. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

33 : public class ModelHandlerForJSP extends AbstractModelHandler {

9. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

48 : super();

10. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

49 : setId(ModelHandlerID);

11. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

50 : setAssociatedContentTypeId(AssociatedContentTypeID);

12. 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

ModelHandlerForJSP.java :

54 : BlockMarker bm = new BlockMarker(tagname, null, DOMJSPRegionContexts.JSP_CONTENT, true);

13. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, 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

ModelHandlerForJSP.java :

54 : BlockMarker bm = new BlockMarker(tagname, null, DOMJSPRegionContexts.JSP_CONTENT, true);

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

ModelHandlerForJSP.java :

54 : BlockMarker bm = new BlockMarker(tagname, null, DOMJSPRegionContexts.JSP_CONTENT, true);

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

ModelHandlerForJSP.java :

55 : parser.addBlockMarker(bm);

16. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

58 : public IModelLoader getModelLoader() {

17. 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

ModelHandlerForJSP.java :

66 : public IDocumentCharsetDetector getEncodingDetector() {

18. 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

ModelHandlerForJSP.java :

70 : public IDocumentLoader getDocumentLoader() {

19. 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

ModelHandlerForJSP.java :

74 : public static void ensureTranslationAdapterFactory(IStructuredModel sm) {

20. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

ModelHandlerForJSP.java :

75 : if (sm.getFactoryRegistry().getFactoryFor(IJSPTranslation.class) == null) {

21. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

75 : if (sm.getFactoryRegistry().getFactoryFor(IJSPTranslation.class) == null) {

22. WARNING: DiscouragedReference

Discouraged access: The method getContentTypeIdentifier() 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

ModelHandlerForJSP.java :

81 : IContentType thisContentType = Platform.getContentTypeManager().getContentType(sm.getContentTypeIdentifier());

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

ModelHandlerForJSP.java :

84 : INodeAdapterFactory factory = new TagTranslationAdapterFactory();

24. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

ModelHandlerForJSP.java :

85 : sm.getFactoryRegistry().addFactory(factory);

25. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

85 : sm.getFactoryRegistry().addFactory(factory);

26. 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

ModelHandlerForJSP.java :

88 : INodeAdapterFactory factory = null;

27. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

ModelHandlerForJSP.java :

109 : sm.getFactoryRegistry().addFactory(factory);

28. WARNING: DiscouragedReference

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

ModelHandlerForJSP.java :

109 : sm.getFactoryRegistry().addFactory(factory);

Source File: org/eclipse/jst/jsp/core/internal/modelhandler/ModelHandlerForTag.java
1. WARNING: DiscouragedReference

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

ModelHandlerForTag.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

2. WARNING: DiscouragedReference

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

ModelHandlerForTag.java :

31 : setId(ModelHandlerID);

3. WARNING: DiscouragedReference

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

ModelHandlerForTag.java :

32 : setAssociatedContentTypeId(AssociatedContentTypeID);

4. WARNING: DiscouragedReference

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

ModelHandlerForTag.java :

35 : public IModelLoader getModelLoader() {

Source File: org/eclipse/jst/jsp/core/internal/modelhandler/TagModelLoader.java
1. 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

TagModelLoader.java :

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

2. 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

TagModelLoader.java :

19 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

3. 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

TagModelLoader.java :

34 : if (((INodeAdapterFactory) i.next()).isFactoryForType(ModelQueryAdapter.class)) {

4. 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

TagModelLoader.java :

34 : if (((INodeAdapterFactory) i.next()).isFactoryForType(ModelQueryAdapter.class)) {

5. 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

TagModelLoader.java :

34 : if (((INodeAdapterFactory) i.next()).isFactoryForType(ModelQueryAdapter.class)) {

Source File: org/eclipse/jst/jsp/core/internal/modelquery/JSPModelQueryAdapterImpl.java
1. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

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

2. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

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

3. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

18 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapterImpl;

4. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

21 : public class JSPModelQueryAdapterImpl extends ModelQueryAdapterImpl {

5. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

22 : public JSPModelQueryAdapterImpl(CMDocumentCache cmDocumentCache, ModelQuery modelQuery, URIResolver idResolver) {

6. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

22 : public JSPModelQueryAdapterImpl(CMDocumentCache cmDocumentCache, ModelQuery modelQuery, URIResolver idResolver) {

7. WARNING: DiscouragedReference

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

JSPModelQueryAdapterImpl.java :

23 : super(cmDocumentCache, modelQuery, idResolver);

Source File: org/eclipse/jst/jsp/core/internal/modelquery/JSPModelQueryAssociationProvider.java
1. WARNING: DiscouragedReference

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

JSPModelQueryAssociationProvider.java :

13 : import org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.SimpleAssociationProvider;

2. WARNING: DiscouragedReference

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

JSPModelQueryAssociationProvider.java :

18 : public class JSPModelQueryAssociationProvider extends SimpleAssociationProvider {

3. WARNING: DiscouragedReference

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

JSPModelQueryAssociationProvider.java :

25 : super(new JSPModelQueryCMProvider());

Source File: org/eclipse/jst/jsp/core/internal/modelquery/JSPModelQueryCMProvider.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

JSPModelQueryCMProvider.java :

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

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

JSPModelQueryCMProvider.java :

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

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

JSPModelQueryCMProvider.java :

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

4. WARNING: DiscouragedReference

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

JSPModelQueryCMProvider.java :

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

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

JSPModelQueryCMProvider.java :

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

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

JSPModelQueryCMProvider.java :

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

7. WARNING: DiscouragedReference

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

JSPModelQueryCMProvider.java :

31 : public class JSPModelQueryCMProvider implements ModelQueryCMProvider {

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

JSPModelQueryCMProvider.java :

41 : public CMDocument getCorrespondingCMDocument(Node node) {

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

JSPModelQueryCMProvider.java :

42 : CMDocument jcmdoc = 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

JSPModelQueryCMProvider.java :

43 : if (node instanceof IDOMNode) {

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

JSPModelQueryCMProvider.java :

44 : IDOMModel model = ((IDOMNode) node).getModel();

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

JSPModelQueryCMProvider.java :

44 : IDOMModel model = ((IDOMNode) node).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

JSPModelQueryCMProvider.java :

44 : IDOMModel model = ((IDOMNode) node).getModel();

14. 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

JSPModelQueryCMProvider.java :

45 : String modelPath = model.getBaseLocation();

15. 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

JSPModelQueryCMProvider.java :

46 : if (modelPath != null && !IModelManager.UNMANAGED_MODEL.equals(modelPath)) {

16. WARNING: DiscouragedReference

Discouraged access: The field UNMANAGED_MODEL 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

JSPModelQueryCMProvider.java :

46 : if (modelPath != null && !IModelManager.UNMANAGED_MODEL.equals(modelPath)) {

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

JSPModelQueryCMProvider.java :

55 : CMDocument result = null;

18. 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

JSPModelQueryCMProvider.java :

62 : CMElementDeclaration dec = (CMElementDeclaration) jcmdoc.getElements().getNamedItem(elementName);

19. 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

JSPModelQueryCMProvider.java :

62 : CMElementDeclaration dec = (CMElementDeclaration) jcmdoc.getElements().getNamedItem(elementName);

20. 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

JSPModelQueryCMProvider.java :

62 : CMElementDeclaration dec = (CMElementDeclaration) jcmdoc.getElements().getNamedItem(elementName);

21. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) 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

JSPModelQueryCMProvider.java :

62 : CMElementDeclaration dec = (CMElementDeclaration) jcmdoc.getElements().getNamedItem(elementName);

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

JSPModelQueryCMProvider.java :

70 : if (result == null && prefix != null && prefix.length() > 0 && node instanceof IDOMNode) {

23. 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

JSPModelQueryCMProvider.java :

72 : IDOMNode xmlNode = (IDOMNode) node;

24. 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

JSPModelQueryCMProvider.java :

72 : IDOMNode xmlNode = (IDOMNode) node;

25. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

JSPModelQueryCMProvider.java :

73 : TLDCMDocumentManager tldmgr = TaglibController.getTLDCMDocumentManager(xmlNode.getStructuredDocument());

26. 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

JSPModelQueryCMProvider.java :

75 : List documents = tldmgr.getCMDocumentTrackers(node.getPrefix(), xmlNode.getStartOffset());

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

JSPModelQueryCMProvider.java :

78 : result = (CMDocument) documents.get(0);

Source File: org/eclipse/jst/jsp/core/internal/modelquery/JSPModelQueryImpl.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

JSPModelQueryImpl.java :

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

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

JSPModelQueryImpl.java :

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

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

JSPModelQueryImpl.java :

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

4. 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

JSPModelQueryImpl.java :

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

5. 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

JSPModelQueryImpl.java :

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

6. 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

JSPModelQueryImpl.java :

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

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

JSPModelQueryImpl.java :

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

8. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

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

9. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

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

10. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

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

11. 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

JSPModelQueryImpl.java :

29 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

12. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

34 : public class JSPModelQueryImpl extends ModelQueryImpl {

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

JSPModelQueryImpl.java :

37 : protected IStructuredModel jspModel = null;

14. 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

JSPModelQueryImpl.java :

40 : public JSPModelQueryImpl(IStructuredModel model, URIResolver resolver) {

15. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

41 : super(new SimpleAssociationProvider(new JSPModelQueryCMProvider()));

16. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

41 : super(new SimpleAssociationProvider(new JSPModelQueryCMProvider()));

17. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

41 : super(new SimpleAssociationProvider(new JSPModelQueryCMProvider()));

18. 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

JSPModelQueryImpl.java :

48 : public CMElementDeclaration getCMElementDeclaration(Element element) {

19. 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

JSPModelQueryImpl.java :

49 : CMElementDeclaration result = super.getCMElementDeclaration(element);

20. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

49 : CMElementDeclaration result = super.getCMElementDeclaration(element);

21. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

51 : ModelQuery query = getEmbeddedModelQuery(element);

22. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

53 : result = query.getCMElementDeclaration(element);

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

JSPModelQueryImpl.java :

62 : public CMDocument getCorrespondingCMDocument(Node node) {

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

JSPModelQueryImpl.java :

63 : CMDocument doc = super.getCorrespondingCMDocument(node);

25. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

63 : CMDocument doc = super.getCorrespondingCMDocument(node);

26. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

65 : ModelQuery query = getEmbeddedModelQuery(node);

27. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

67 : doc = query.getCorrespondingCMDocument(node);

28. 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

JSPModelQueryImpl.java :

76 : public CMNode getCMNode(Node node) {

29. 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

JSPModelQueryImpl.java :

77 : CMNode result = super.getCMNode(node);

30. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

77 : CMNode result = super.getCMNode(node);

31. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

79 : ModelQuery query = getEmbeddedModelQuery(node);

32. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

81 : result = query.getCMNode(node);

33. 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

JSPModelQueryImpl.java :

87 : public List getAvailableContent(Element element, CMElementDeclaration ed, int includeOptions) {

34. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

88 : ModelQuery emq = getEmbeddedModelQuery(element);

35. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

90 : return emq.getAvailableContent(element, ed, includeOptions);

36. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

92 : return super.getAvailableContent(element, ed, includeOptions);

37. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

96 : protected ModelQuery getEmbeddedModelQuery(Node node) {

38. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

97 : ModelQuery embeddedModelQuery = null;

39. 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

JSPModelQueryImpl.java :

99 : if (node instanceof INodeNotifier) {

40. 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

JSPModelQueryImpl.java :

105 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) ownerNode).getAdapterFor(PageDirectiveAdapter.class);

41. 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

JSPModelQueryImpl.java :

105 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) ownerNode).getAdapterFor(PageDirectiveAdapter.class);

42. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

109 : ModelQuery potentialModelQueryObject = null;

43. WARNING: DiscouragedReference

Discouraged access: The method getFamilyId() 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

JSPModelQueryImpl.java :

111 : String familyId = pageDirectiveAdapter.getEmbeddedType().getFamilyId();

44. 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

JSPModelQueryImpl.java :

112 : if (ContentTypeFamilyForHTML.HTML_FAMILY.equals(familyId)) {

45. 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

JSPModelQueryImpl.java :

112 : if (ContentTypeFamilyForHTML.HTML_FAMILY.equals(familyId)) {

46. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

119 : potentialModelQueryObject = (ModelQuery) embeddedModelQueries.get(effectiveContentType);

47. 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

JSPModelQueryImpl.java :

122 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) node, ModelQueryAdapter.class);

48. 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

JSPModelQueryImpl.java :

122 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) node, ModelQueryAdapter.class);

49. 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

JSPModelQueryImpl.java :

122 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) node, ModelQueryAdapter.class);

50. 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

JSPModelQueryImpl.java :

122 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) node, ModelQueryAdapter.class);

51. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery() from 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

JSPModelQueryImpl.java :

125 : embeddedModelQuery = embeddedAdapter.getModelQuery();

52. 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

JSPModelQueryImpl.java :

142 : public CMAttributeDeclaration getCMAttributeDeclaration(Attr attr) {

53. 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

JSPModelQueryImpl.java :

143 : CMAttributeDeclaration result = super.getCMAttributeDeclaration(attr);

54. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

143 : CMAttributeDeclaration result = super.getCMAttributeDeclaration(attr);

55. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

145 : ModelQuery query = getEmbeddedModelQuery(attr);

56. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

147 : result = query.getCMAttributeDeclaration(attr);

57. WARNING: DiscouragedReference

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

JSPModelQueryImpl.java :

160 : public ModelQuery internalTestOnly_getEmbeddedModelQuery(Node node) {

Source File: org/eclipse/jst/jsp/core/internal/modelquery/ModelQueryAdapterFactoryForJSP.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

ModelQueryAdapterFactoryForJSP.java :

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

2. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

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

3. 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

ModelQueryAdapterFactoryForJSP.java :

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

4. 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

ModelQueryAdapterFactoryForJSP.java :

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

5. 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

ModelQueryAdapterFactoryForJSP.java :

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

6. 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

ModelQueryAdapterFactoryForJSP.java :

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

7. 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

ModelQueryAdapterFactoryForJSP.java :

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

8. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

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

9. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

30 : import org.eclipse.wst.xml.core.internal.contentmodel.util.CMDocumentCache;

10. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

31 : import org.eclipse.wst.xml.core.internal.modelquery.XMLCatalogIdResolver;

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

ModelQueryAdapterFactoryForJSP.java :

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

12. 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

ModelQueryAdapterFactoryForJSP.java :

33 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

13. 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

ModelQueryAdapterFactoryForJSP.java :

35 : public class ModelQueryAdapterFactoryForJSP extends AbstractAdapterFactory implements IModelStateListener {

14. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

35 : public class ModelQueryAdapterFactoryForJSP extends AbstractAdapterFactory implements IModelStateListener {

15. 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

ModelQueryAdapterFactoryForJSP.java :

39 : protected IStructuredModel stateNotifier = null;

16. 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

ModelQueryAdapterFactoryForJSP.java :

42 : this(ModelQueryAdapter.class, true);

17. 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

ModelQueryAdapterFactoryForJSP.java :

54 : super(key, registerAdapters);

18. 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

ModelQueryAdapterFactoryForJSP.java :

57 : public INodeAdapterFactory copy() {

19. 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

ModelQueryAdapterFactoryForJSP.java :

58 : return new ModelQueryAdapterFactoryForJSP(getAdapterKey(), isShouldRegisterAdapter());

20. 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

ModelQueryAdapterFactoryForJSP.java :

58 : return new ModelQueryAdapterFactoryForJSP(getAdapterKey(), isShouldRegisterAdapter());

21. 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

ModelQueryAdapterFactoryForJSP.java :

64 : protected INodeAdapter createAdapter(INodeNotifier target) {

22. 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

ModelQueryAdapterFactoryForJSP.java :

64 : protected INodeAdapter createAdapter(INodeNotifier target) {

23. 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

ModelQueryAdapterFactoryForJSP.java :

65 : if (Debug.displayInfo)

24. WARNING: DiscouragedReference

Discouraged access: The field displayInfo 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

ModelQueryAdapterFactoryForJSP.java :

65 : if (Debug.displayInfo)

25. 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

ModelQueryAdapterFactoryForJSP.java :

68 : if (target instanceof IDOMNode) {

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

ModelQueryAdapterFactoryForJSP.java :

69 : IDOMNode xmlNode = (IDOMNode) target;

27. 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

ModelQueryAdapterFactoryForJSP.java :

69 : IDOMNode xmlNode = (IDOMNode) target;

28. 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

ModelQueryAdapterFactoryForJSP.java :

70 : IStructuredModel model = stateNotifier = xmlNode.getModel();

29. 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

ModelQueryAdapterFactoryForJSP.java :

70 : IStructuredModel model = stateNotifier = xmlNode.getModel();

30. 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

ModelQueryAdapterFactoryForJSP.java :

71 : if (model.getBaseLocation() != null) {

31. WARNING: DiscouragedReference

Discouraged access: The method addModelStateListener(IModelStateListener) 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

ModelQueryAdapterFactoryForJSP.java :

72 : stateNotifier.addModelStateListener(this);

32. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

75 : org.eclipse.wst.sse.core.internal.util.URIResolver resolver = model.getResolver();

33. WARNING: DiscouragedReference

Discouraged access: The method getResolver() 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

ModelQueryAdapterFactoryForJSP.java :

75 : org.eclipse.wst.sse.core.internal.util.URIResolver resolver = model.getResolver();

34. 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

ModelQueryAdapterFactoryForJSP.java :

76 : if (Debug.displayInfo)

35. WARNING: DiscouragedReference

Discouraged access: The field displayInfo 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

ModelQueryAdapterFactoryForJSP.java :

76 : if (Debug.displayInfo)

36. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

77 : System.out.println("----------------ModelQueryAdapterFactoryForJSP... baseLocation : " + resolver.getFileBaseLocation()); //$NON-NLS-1$

37. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

87 : idResolver = new XMLCatalogIdResolver(resolver.getFileBaseLocation(), resolver);

38. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

87 : idResolver = new XMLCatalogIdResolver(resolver.getFileBaseLocation(), resolver);

39. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

87 : idResolver = new XMLCatalogIdResolver(resolver.getFileBaseLocation(), resolver);

40. 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

ModelQueryAdapterFactoryForJSP.java :

95 : String modelsBaseLocation = model.getBaseLocation();

41. 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

ModelQueryAdapterFactoryForJSP.java :

102 : IPath basePath = new Path(model.getBaseLocation());

42. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

123 : idResolver = new XMLCatalogIdResolver(baseLocation, null);

43. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

123 : idResolver = new XMLCatalogIdResolver(baseLocation, null);

44. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

126 : ModelQuery modelQuery = createModelQuery(model, idResolver);

45. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

127 : modelQuery.setEditMode(ModelQuery.EDIT_MODE_UNCONSTRAINED);

46. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

127 : modelQuery.setEditMode(ModelQuery.EDIT_MODE_UNCONSTRAINED);

47. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

127 : modelQuery.setEditMode(ModelQuery.EDIT_MODE_UNCONSTRAINED);

48. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

128 : modelQueryAdapterImpl = new JSPModelQueryAdapterImpl(new CMDocumentCache(), modelQuery, idResolver);

49. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

128 : modelQueryAdapterImpl = new JSPModelQueryAdapterImpl(new CMDocumentCache(), modelQuery, idResolver);

50. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

134 : ModelQuery createModelQuery(IStructuredModel model, URIResolver resolver) {

51. 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

ModelQueryAdapterFactoryForJSP.java :

134 : ModelQuery createModelQuery(IStructuredModel model, URIResolver resolver) {

52. 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

ModelQueryAdapterFactoryForJSP.java :

141 : public void modelAboutToBeChanged(IStructuredModel model) {

53. 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

ModelQueryAdapterFactoryForJSP.java :

147 : public void modelChanged(IStructuredModel model) {

54. 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

ModelQueryAdapterFactoryForJSP.java :

154 : public void modelDirtyStateChanged(IStructuredModel model, boolean isDirty) {

55. 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

ModelQueryAdapterFactoryForJSP.java :

160 : public void modelResourceDeleted(IStructuredModel model) {

56. 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

ModelQueryAdapterFactoryForJSP.java :

167 : public void modelResourceMoved(IStructuredModel oldModel, IStructuredModel newModel) {

57. 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

ModelQueryAdapterFactoryForJSP.java :

167 : public void modelResourceMoved(IStructuredModel oldModel, IStructuredModel newModel) {

58. WARNING: DiscouragedReference

Discouraged access: The method removeModelStateListener(IModelStateListener) 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

ModelQueryAdapterFactoryForJSP.java :

169 : stateNotifier.removeModelStateListener(this);

59. WARNING: DiscouragedReference

Discouraged access: The method addModelStateListener(IModelStateListener) 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

ModelQueryAdapterFactoryForJSP.java :

172 : stateNotifier.addModelStateListener(this);

60. 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

ModelQueryAdapterFactoryForJSP.java :

177 : super.release();

61. WARNING: DiscouragedReference

Discouraged access: The method removeModelStateListener(IModelStateListener) 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

ModelQueryAdapterFactoryForJSP.java :

179 : stateNotifier.removeModelStateListener(this);

62. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

183 : modelQueryAdapterImpl.release();

63. 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

ModelQueryAdapterFactoryForJSP.java :

187 : protected void updateResolver(IStructuredModel model) {

64. 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

ModelQueryAdapterFactoryForJSP.java :

188 : String baseLocation = model.getBaseLocation();

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

ModelQueryAdapterFactoryForJSP.java :

189 : IFile baseFile = ResourcesPlugin.getWorkspace().getRoot().getFile(new Path(model.getBaseLocation()));

66. 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

ModelQueryAdapterFactoryForJSP.java :

202 : baseLocation = model.getBaseLocation();

67. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

204 : modelQueryAdapterImpl.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

68. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

204 : modelQueryAdapterImpl.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

69. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForJSP.java :

204 : modelQueryAdapterImpl.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

70. WARNING: DiscouragedReference

Discouraged access: The method getResolver() 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

ModelQueryAdapterFactoryForJSP.java :

204 : modelQueryAdapterImpl.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

71. 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

ModelQueryAdapterFactoryForJSP.java :

207 : public void modelAboutToBeReinitialized(IStructuredModel structuredModel) {

72. 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

ModelQueryAdapterFactoryForJSP.java :

212 : public void modelReinitialized(IStructuredModel structuredModel) {

Source File: org/eclipse/jst/jsp/core/internal/modelquery/ModelQueryAdapterFactoryForTag.java
1. 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

ModelQueryAdapterFactoryForTag.java :

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

2. 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

ModelQueryAdapterFactoryForTag.java :

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

3. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForTag.java :

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

4. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForTag.java :

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

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

ModelQueryAdapterFactoryForTag.java :

29 : public INodeAdapterFactory copy() {

6. 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

ModelQueryAdapterFactoryForTag.java :

30 : return new ModelQueryAdapterFactoryForTag(getAdapterKey(), isShouldRegisterAdapter());

7. 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

ModelQueryAdapterFactoryForTag.java :

30 : return new ModelQueryAdapterFactoryForTag(getAdapterKey(), isShouldRegisterAdapter());

8. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForTag.java :

33 : ModelQuery createModelQuery(IStructuredModel model, URIResolver resolver) {

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

ModelQueryAdapterFactoryForTag.java :

33 : ModelQuery createModelQuery(IStructuredModel model, URIResolver resolver) {

10. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForTag.java :

34 : return new TagModelQuery(new SimpleAssociationProvider(new TagModelQueryCMProvider()));

11. WARNING: DiscouragedReference

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

ModelQueryAdapterFactoryForTag.java :

34 : return new TagModelQuery(new SimpleAssociationProvider(new TagModelQueryCMProvider()));

Source File: org/eclipse/jst/jsp/core/internal/modelquery/TagModelQuery.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

TagModelQuery.java :

19 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

2. WARNING: DiscouragedReference

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

TagModelQuery.java :

20 : import org.eclipse.wst.sse.core.internal.modelhandler.ModelHandlerUtility;

3. 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

TagModelQuery.java :

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

4. 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

TagModelQuery.java :

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

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

TagModelQuery.java :

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

6. 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

TagModelQuery.java :

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

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

TagModelQuery.java :

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

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

TagModelQuery.java :

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

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

TagModelQuery.java :

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

10. WARNING: DiscouragedReference

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

TagModelQuery.java :

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

11. WARNING: DiscouragedReference

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

TagModelQuery.java :

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

12. WARNING: DiscouragedReference

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

TagModelQuery.java :

30 : import org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.ModelQueryImpl;

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

TagModelQuery.java :

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

14. 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

TagModelQuery.java :

32 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

15. WARNING: DiscouragedReference

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

TagModelQuery.java :

33 : import org.eclipse.wst.xml.core.internal.ssemodelquery.MovableModelQuery;

16. WARNING: DiscouragedReference

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

TagModelQuery.java :

42 : public class TagModelQuery extends ModelQueryImpl implements ModelQuery, MovableModelQuery {

17. WARNING: DiscouragedReference

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

TagModelQuery.java :

42 : public class TagModelQuery extends ModelQueryImpl implements ModelQuery, MovableModelQuery {

18. WARNING: DiscouragedReference

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

TagModelQuery.java :

42 : public class TagModelQuery extends ModelQueryImpl implements ModelQuery, MovableModelQuery {

19. WARNING: DiscouragedReference

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

TagModelQuery.java :

49 : private ModelQuery fEmbeddedModelQuery;

20. WARNING: DiscouragedReference

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

TagModelQuery.java :

54 : public TagModelQuery(ModelQueryAssociationProvider modelQueryAssociationProvider) {

21. WARNING: DiscouragedReference

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

TagModelQuery.java :

55 : super(modelQueryAssociationProvider);

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

TagModelQuery.java :

64 : public CMElementDeclaration getCMElementDeclaration(Element element) {

23. 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

TagModelQuery.java :

65 : CMElementDeclaration cmElementDeclaration = super.getCMElementDeclaration(element);

24. WARNING: DiscouragedReference

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

TagModelQuery.java :

65 : CMElementDeclaration cmElementDeclaration = super.getCMElementDeclaration(element);

25. WARNING: DiscouragedReference

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

TagModelQuery.java :

67 : ModelQuery embeddedModelQuery = getEmbeddedModelQuery(element);

26. WARNING: DiscouragedReference

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

TagModelQuery.java :

69 : return embeddedModelQuery.getCMElementDeclaration(element);

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

TagModelQuery.java :

81 : public CMDocument getCorrespondingCMDocument(Node node) {

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

TagModelQuery.java :

82 : CMDocument document = super.getCorrespondingCMDocument(node);

29. WARNING: DiscouragedReference

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

TagModelQuery.java :

82 : CMDocument document = super.getCorrespondingCMDocument(node);

30. WARNING: DiscouragedReference

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

TagModelQuery.java :

84 : ModelQuery embeddedModelQuery = getEmbeddedModelQuery(node);

31. WARNING: DiscouragedReference

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

TagModelQuery.java :

86 : return embeddedModelQuery.getCorrespondingCMDocument(node);

32. 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

TagModelQuery.java :

94 : if (node instanceof IDOMNode) {

33. 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

TagModelQuery.java :

95 : IStructuredModel model = ((IDOMNode) node).getModel();

34. 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

TagModelQuery.java :

95 : IStructuredModel model = ((IDOMNode) node).getModel();

35. 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

TagModelQuery.java :

95 : IStructuredModel model = ((IDOMNode) node).getModel();

36. 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

TagModelQuery.java :

96 : String baseLocation = model.getBaseLocation();

37. 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

TagModelQuery.java :

97 : if (!baseLocation.equals(IModelManager.UNMANAGED_MODEL)) {

38. WARNING: DiscouragedReference

Discouraged access: The field UNMANAGED_MODEL 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

TagModelQuery.java :

97 : if (!baseLocation.equals(IModelManager.UNMANAGED_MODEL)) {

39. WARNING: DiscouragedReference

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

TagModelQuery.java :

107 : private ModelQuery getEmbeddedModelQuery(Node node) {

40. 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

TagModelQuery.java :

111 : EmbeddedTypeHandler embeddedContentTypeHandler = ModelHandlerUtility.getEmbeddedContentTypeFor(embeddedMimeType);

41. WARNING: DiscouragedReference

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

TagModelQuery.java :

111 : EmbeddedTypeHandler embeddedContentTypeHandler = ModelHandlerUtility.getEmbeddedContentTypeFor(embeddedMimeType);

42. WARNING: DiscouragedReference

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

TagModelQuery.java :

111 : EmbeddedTypeHandler embeddedContentTypeHandler = ModelHandlerUtility.getEmbeddedContentTypeFor(embeddedMimeType);

43. 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

TagModelQuery.java :

113 : List adapterFactories = embeddedContentTypeHandler.getAdapterFactories();

44. 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

TagModelQuery.java :

115 : INodeAdapterFactory factory = (INodeAdapterFactory) adapterFactories.get(i);

45. 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

TagModelQuery.java :

115 : INodeAdapterFactory factory = (INodeAdapterFactory) adapterFactories.get(i);

46. 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

TagModelQuery.java :

116 : if (factory.isFactoryForType(ModelQueryAdapter.class)) {

47. 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

TagModelQuery.java :

116 : if (factory.isFactoryForType(ModelQueryAdapter.class)) {

48. 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

TagModelQuery.java :

117 : INodeAdapter adapter = factory.adapt((INodeNotifier) node.getOwnerDocument());

49. 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

TagModelQuery.java :

117 : INodeAdapter adapter = factory.adapt((INodeNotifier) node.getOwnerDocument());

50. 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

TagModelQuery.java :

117 : INodeAdapter adapter = factory.adapt((INodeNotifier) node.getOwnerDocument());

51. 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

TagModelQuery.java :

118 : if (adapter instanceof ModelQueryAdapter) {

52. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery() from 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

TagModelQuery.java :

119 : fEmbeddedModelQuery = ((ModelQueryAdapter) adapter).getModelQuery();

53. 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

TagModelQuery.java :

119 : fEmbeddedModelQuery = ((ModelQueryAdapter) adapter).getModelQuery();

Source File: org/eclipse/jst/jsp/core/internal/modelquery/TagModelQueryCMProvider.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

TagModelQueryCMProvider.java :

19 : 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

TagModelQueryCMProvider.java :

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

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

TagModelQueryCMProvider.java :

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

4. WARNING: DiscouragedReference

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

TagModelQueryCMProvider.java :

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

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

TagModelQueryCMProvider.java :

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

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

TagModelQueryCMProvider.java :

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

7. WARNING: DiscouragedReference

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

TagModelQueryCMProvider.java :

30 : public class TagModelQueryCMProvider implements ModelQueryCMProvider {

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

TagModelQueryCMProvider.java :

40 : public CMDocument getCorrespondingCMDocument(Node node) {

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

TagModelQueryCMProvider.java :

41 : CMDocument tagdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.TAG20_DOC_TYPE);

10. 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

TagModelQueryCMProvider.java :

41 : CMDocument tagdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.TAG20_DOC_TYPE);

11. 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

TagModelQueryCMProvider.java :

41 : CMDocument tagdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.TAG20_DOC_TYPE);

12. 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

TagModelQueryCMProvider.java :

41 : CMDocument tagdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.TAG20_DOC_TYPE);

13. WARNING: DiscouragedReference

Discouraged access: The field TAG20_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

TagModelQueryCMProvider.java :

41 : CMDocument tagdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.TAG20_DOC_TYPE);

14. 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

TagModelQueryCMProvider.java :

43 : CMDocument result = null;

15. 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

TagModelQueryCMProvider.java :

50 : CMElementDeclaration dec = (CMElementDeclaration) tagdoc.getElements().getNamedItem(elementName);

16. 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

TagModelQueryCMProvider.java :

50 : CMElementDeclaration dec = (CMElementDeclaration) tagdoc.getElements().getNamedItem(elementName);

17. 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

TagModelQueryCMProvider.java :

50 : CMElementDeclaration dec = (CMElementDeclaration) tagdoc.getElements().getNamedItem(elementName);

18. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) 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

TagModelQueryCMProvider.java :

50 : CMElementDeclaration dec = (CMElementDeclaration) tagdoc.getElements().getNamedItem(elementName);

19. 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

TagModelQueryCMProvider.java :

58 : if (result == null && prefix != null && prefix.length() > 0 && node instanceof IDOMNode) {

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

TagModelQueryCMProvider.java :

60 : IDOMNode xmlNode = (IDOMNode) node;

21. 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

TagModelQueryCMProvider.java :

60 : IDOMNode xmlNode = (IDOMNode) node;

22. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

TagModelQueryCMProvider.java :

61 : TLDCMDocumentManager tldmgr = TaglibController.getTLDCMDocumentManager(xmlNode.getStructuredDocument());

23. 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

TagModelQueryCMProvider.java :

63 : List documents = tldmgr.getCMDocumentTrackers(node.getPrefix(), xmlNode.getStartOffset());

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

TagModelQueryCMProvider.java :

66 : result = (CMDocument) documents.get(0);

Source File: org/eclipse/jst/jsp/core/internal/parser/JSPDirectiveStructuredDocumentRegion.java
1. WARNING: DiscouragedReference

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

JSPDirectiveStructuredDocumentRegion.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

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

JSPDirectiveStructuredDocumentRegion.java :

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

3. WARNING: DiscouragedReference

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

JSPDirectiveStructuredDocumentRegion.java :

15 : import org.eclipse.wst.xml.core.internal.text.XMLStructuredDocumentRegion;

4. WARNING: DiscouragedReference

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

JSPDirectiveStructuredDocumentRegion.java :

17 : public class JSPDirectiveStructuredDocumentRegion extends XMLStructuredDocumentRegion {

5. WARNING: DiscouragedReference

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

JSPDirectiveStructuredDocumentRegion.java :

22 : super();

6. WARNING: DiscouragedReference

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

JSPDirectiveStructuredDocumentRegion.java :

25 : protected StructuredDocumentEvent reparse(Object requester, String changes, int requestStart, int lengthToReplace) {

7. WARNING: DiscouragedReference

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

JSPDirectiveStructuredDocumentRegion.java :

31 : public StructuredDocumentEvent updateModel(Object requester, String changes, int requestStart, int lengthToReplace, IStructuredDocumentRegion flatnode) {

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

JSPDirectiveStructuredDocumentRegion.java :

31 : public StructuredDocumentEvent updateModel(Object requester, String changes, int requestStart, int lengthToReplace, IStructuredDocumentRegion flatnode) {

Source File: org/eclipse/jst/jsp/core/internal/parser/JSPReParser.java
1. 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

JSPReParser.java :

19 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

2. WARNING: DiscouragedReference

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

JSPReParser.java :

20 : import org.eclipse.wst.sse.core.internal.ltk.parser.StructuredDocumentRegionParser;

3. WARNING: DiscouragedReference

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

JSPReParser.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

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

JSPReParser.java :

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

5. WARNING: DiscouragedReference

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

JSPReParser.java :

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

6. WARNING: DiscouragedReference

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

JSPReParser.java :

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

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

JSPReParser.java :

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

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

JSPReParser.java :

26 : 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

JSPReParser.java :

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

10. WARNING: DiscouragedReference

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

JSPReParser.java :

28 : import org.eclipse.wst.sse.core.internal.text.CoreNodeList;

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

JSPReParser.java :

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

12. WARNING: DiscouragedReference

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

JSPReParser.java :

30 : import org.eclipse.wst.xml.core.internal.parser.XMLStructuredDocumentReParser;

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

JSPReParser.java :

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

14. WARNING: DiscouragedReference

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

JSPReParser.java :

33 : public class JSPReParser extends XMLStructuredDocumentReParser {

15. WARNING: DiscouragedReference

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

JSPReParser.java :

42 : protected StructuredDocumentEvent checkForCrossStructuredDocumentRegionSyntax() {

16. WARNING: DiscouragedReference

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

JSPReParser.java :

43 : StructuredDocumentEvent result = super.checkForCrossStructuredDocumentRegionSyntax();

17. WARNING: DiscouragedReference

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

JSPReParser.java :

43 : StructuredDocumentEvent result = super.checkForCrossStructuredDocumentRegionSyntax();

18. WARNING: DiscouragedReference

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

JSPReParser.java :

54 : private StructuredDocumentEvent checkForJSP() {

19. WARNING: DiscouragedReference

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

JSPReParser.java :

55 : StructuredDocumentEvent result = null;

20. WARNING: DiscouragedReference

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

JSPReParser.java :

56 : result = checkForCriticalKey("<%"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

JSPReParser.java :

58 : result = checkForCriticalKey("<%="); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

JSPReParser.java :

60 : result = checkForCriticalKey("<%!"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

JSPReParser.java :

62 : result = checkForCriticalKey("%>"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

JSPReParser.java :

74 : protected StructuredDocumentEvent checkForComments() {

25. WARNING: DiscouragedReference

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

JSPReParser.java :

76 : StructuredDocumentEvent result = super.checkForComments();

26. WARNING: DiscouragedReference

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

JSPReParser.java :

76 : StructuredDocumentEvent result = super.checkForComments();

27. WARNING: DiscouragedReference

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

JSPReParser.java :

79 : result = checkForCriticalKey("<%--"); //$NON-NLS-1$

28. WARNING: DiscouragedReference

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

JSPReParser.java :

81 : result = checkForCriticalKey("--%>"); //$NON-NLS-1$

29. WARNING: DiscouragedReference

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

JSPReParser.java :

84 : result = checkForCriticalKey("<%---%>"); //$NON-NLS-1$

30. WARNING: DiscouragedReference

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

JSPReParser.java :

95 : protected StructuredDocumentEvent reparse(IStructuredDocumentRegion dirtyStart, IStructuredDocumentRegion dirtyEnd) {

31. 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

JSPReParser.java :

95 : protected StructuredDocumentEvent reparse(IStructuredDocumentRegion dirtyStart, IStructuredDocumentRegion dirtyEnd) {

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

JSPReParser.java :

95 : protected StructuredDocumentEvent reparse(IStructuredDocumentRegion dirtyStart, IStructuredDocumentRegion dirtyEnd) {

33. WARNING: DiscouragedReference

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

JSPReParser.java :

96 : StructuredDocumentEvent result = null;

34. WARNING: DiscouragedReference

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

JSPReParser.java :

104 : CoreNodeList oldNodes = formOldNodes(dirtyStart, dirtyEnd);

35. WARNING: DiscouragedReference

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

JSPReParser.java :

104 : CoreNodeList oldNodes = formOldNodes(dirtyStart, dirtyEnd);

36. 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

JSPReParser.java :

107 : if (Debug.debugTaglibs)

37. WARNING: DiscouragedReference

Discouraged access: The field debugTaglibs 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

JSPReParser.java :

107 : if (Debug.debugTaglibs)

38. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

JSPReParser.java :

111 : rescanEnd = fStructuredDocument.getLength() + fLengthDifference;

39. WARNING: DiscouragedReference

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

JSPReParser.java :

111 : rescanEnd = fStructuredDocument.getLength() + fLengthDifference;

40. WARNING: DiscouragedReference

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

JSPReParser.java :

111 : rescanEnd = fStructuredDocument.getLength() + fLengthDifference;

41. WARNING: DiscouragedReference

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

JSPReParser.java :

112 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

42. WARNING: DiscouragedReference

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

JSPReParser.java :

112 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

43. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() 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

JSPReParser.java :

112 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

44. WARNING: DiscouragedReference

Discouraged access: The method getLastStructuredDocumentRegion() 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

JSPReParser.java :

112 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

45. WARNING: DiscouragedReference

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

JSPReParser.java :

112 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

46. WARNING: DiscouragedReference

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

JSPReParser.java :

121 : rescanEnd = fChanges.length();

47. 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

JSPReParser.java :

126 : rescanStart = dirtyStart.getStart();

48. WARNING: DiscouragedReference

Discouraged access: The method getEnd() 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

JSPReParser.java :

136 : rescanEnd = dirtyEnd.getEnd() + fLengthDifference;

49. WARNING: DiscouragedReference

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

JSPReParser.java :

136 : rescanEnd = dirtyEnd.getEnd() + fLengthDifference;

50. WARNING: DiscouragedReference

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

JSPReParser.java :

141 : fStructuredDocument.updateDocumentData(fStart, fLengthToReplace, fChanges);

51. WARNING: DiscouragedReference

Discouraged access: The method updateDocumentData(int, int, String) 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

JSPReParser.java :

141 : fStructuredDocument.updateDocumentData(fStart, fLengthToReplace, fChanges);

52. WARNING: DiscouragedReference

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

JSPReParser.java :

141 : fStructuredDocument.updateDocumentData(fStart, fLengthToReplace, fChanges);

53. WARNING: DiscouragedReference

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

JSPReParser.java :

141 : fStructuredDocument.updateDocumentData(fStart, fLengthToReplace, fChanges);

54. WARNING: DiscouragedReference

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

JSPReParser.java :

141 : fStructuredDocument.updateDocumentData(fStart, fLengthToReplace, fChanges);

55. WARNING: DiscouragedReference

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

JSPReParser.java :

143 : result = core_reparse(rescanStart, rescanEnd, oldNodes, firstTime);

56. WARNING: DiscouragedReference

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

JSPReParser.java :

154 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

57. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() 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

JSPReParser.java :

154 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

58. WARNING: DiscouragedReference

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

JSPReParser.java :

154 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

59. WARNING: DiscouragedReference

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

JSPReParser.java :

154 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

60. WARNING: DiscouragedReference

Discouraged access: The method getLastStructuredDocumentRegion() 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

JSPReParser.java :

154 : oldNodes = formOldNodes(fStructuredDocument.getFirstStructuredDocumentRegion(), fStructuredDocument.getLastStructuredDocumentRegion());

61. WARNING: DiscouragedReference

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

JSPReParser.java :

155 : result = core_reparse(0, fStructuredDocument.getLength(), oldNodes, firstTime);

62. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

JSPReParser.java :

155 : result = core_reparse(0, fStructuredDocument.getLength(), oldNodes, firstTime);

63. WARNING: DiscouragedReference

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

JSPReParser.java :

155 : result = core_reparse(0, fStructuredDocument.getLength(), oldNodes, firstTime);

64. 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

JSPReParser.java :

169 : private boolean isBreakingChange(IStructuredDocumentRegion node, ITextRegionList regions) {

65. 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

JSPReParser.java :

169 : private boolean isBreakingChange(IStructuredDocumentRegion node, ITextRegionList regions) {

66. 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

JSPReParser.java :

184 : private boolean isBreakingWithNestedTag(boolean changesIncludeA_lt, boolean delsIncludeA_gt, IStructuredDocumentRegion parent, ITextRegion region) {

67. 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

JSPReParser.java :

184 : private boolean isBreakingWithNestedTag(boolean changesIncludeA_lt, boolean delsIncludeA_gt, IStructuredDocumentRegion parent, ITextRegion region) {

68. 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

JSPReParser.java :

187 : IStructuredDocumentRegion previous = parent.getPrevious();

69. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() 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

JSPReParser.java :

187 : IStructuredDocumentRegion previous = parent.getPrevious();

70. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

72. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

73. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

74. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

75. WARNING: DiscouragedReference

Discouraged access: The method isEnded() 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

76. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

77. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

78. 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

JSPReParser.java :

189 : if (parent.getRegions().size() == 1 && region.getType() == DOMRegionContext.XML_TAG_OPEN && (previous == null || (!previous.isEnded() || previous.getType() == DOMRegionContext.XML_CONTENT))) {

79. 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

JSPReParser.java :

193 : if (region instanceof ITextRegionContainer) {

80. 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

JSPReParser.java :

194 : ITextRegionContainer container = (ITextRegionContainer) region;

81. 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

JSPReParser.java :

194 : ITextRegionContainer container = (ITextRegionContainer) region;

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

JSPReParser.java :

195 : ITextRegion internal = container.getRegions().get(container.getRegions().size() - 1);

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

JSPReParser.java :

195 : ITextRegion internal = container.getRegions().get(container.getRegions().size() - 1);

84. 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

JSPReParser.java :

195 : ITextRegion internal = container.getRegions().get(container.getRegions().size() - 1);

85. 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

JSPReParser.java :

195 : ITextRegion internal = container.getRegions().get(container.getRegions().size() - 1);

86. 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

JSPReParser.java :

195 : ITextRegion internal = container.getRegions().get(container.getRegions().size() - 1);

87. 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

JSPReParser.java :

196 : if (internal.getType() == DOMRegionContext.WHITE_SPACE && container.getRegions().size() >= 2)

88. 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

JSPReParser.java :

196 : if (internal.getType() == DOMRegionContext.WHITE_SPACE && container.getRegions().size() >= 2)

89. 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

JSPReParser.java :

196 : if (internal.getType() == DOMRegionContext.WHITE_SPACE && container.getRegions().size() >= 2)

90. 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

JSPReParser.java :

196 : if (internal.getType() == DOMRegionContext.WHITE_SPACE && container.getRegions().size() >= 2)

91. 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

JSPReParser.java :

196 : if (internal.getType() == DOMRegionContext.WHITE_SPACE && container.getRegions().size() >= 2)

92. 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

JSPReParser.java :

197 : internal = container.getRegions().get(container.getRegions().size() - 2);

93. 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

JSPReParser.java :

197 : internal = container.getRegions().get(container.getRegions().size() - 2);

94. 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

JSPReParser.java :

197 : internal = container.getRegions().get(container.getRegions().size() - 2);

95. 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

JSPReParser.java :

197 : internal = container.getRegions().get(container.getRegions().size() - 2);

96. 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

JSPReParser.java :

198 : if (internal.getType() == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

97. 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

JSPReParser.java :

198 : if (internal.getType() == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

98. 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

JSPReParser.java :

198 : if (internal.getType() == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

99. 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

JSPReParser.java :

203 : if (changesIncludeA_lt && (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)) {

100. 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

JSPReParser.java :

203 : if (changesIncludeA_lt && (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)) {

Source File: org/eclipse/jst/jsp/core/internal/parser/JSPSourceParser.java
1. WARNING: DiscouragedReference

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

JSPSourceParser.java :

20 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockTokenizer;

2. 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

JSPSourceParser.java :

21 : import org.eclipse.wst.sse.core.internal.ltk.parser.JSPCapableParser;

3. 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

JSPSourceParser.java :

22 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

4. 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

JSPSourceParser.java :

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

5. 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

JSPSourceParser.java :

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

6. WARNING: DiscouragedReference

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

JSPSourceParser.java :

25 : import org.eclipse.wst.sse.core.internal.ltk.parser.StructuredDocumentRegionParser;

7. 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

JSPSourceParser.java :

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

8. 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

JSPSourceParser.java :

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

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

JSPSourceParser.java :

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

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

JSPSourceParser.java :

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

11. 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

JSPSourceParser.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

12. 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

JSPSourceParser.java :

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

13. WARNING: DiscouragedReference

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

JSPSourceParser.java :

32 : import org.eclipse.wst.sse.core.internal.text.IRegionComparible;

14. 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

JSPSourceParser.java :

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

15. WARNING: DiscouragedReference

Discouraged access: 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

JSPSourceParser.java :

35 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

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

JSPSourceParser.java :

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

17. WARNING: DiscouragedReference

Discouraged access: 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

JSPSourceParser.java :

42 : public class JSPSourceParser extends XMLSourceParser implements JSPCapableParser {

18. 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

JSPSourceParser.java :

42 : public class JSPSourceParser extends XMLSourceParser implements JSPCapableParser {

19. 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

JSPSourceParser.java :

43 : protected class NestablePrefixHandler implements StructuredDocumentRegionHandler, StructuredDocumentRegionHandlerExtension {

20. 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

JSPSourceParser.java :

43 : protected class NestablePrefixHandler implements StructuredDocumentRegionHandler, StructuredDocumentRegionHandlerExtension {

21. 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

JSPSourceParser.java :

57 : protected void enableForTaglib(String prefix, IStructuredDocumentRegion anchorFlatNode) {

22. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPSourceParser.java :

62 : if (((TagMarker) tagmarkers.get(i)).getTagName().equals(prefix))

23. 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

JSPSourceParser.java :

62 : if (((TagMarker) tagmarkers.get(i)).getTagName().equals(prefix))

24. WARNING: DiscouragedReference

Discouraged access: The constructor TagMarker(String, 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

JSPSourceParser.java :

65 : ((JSPTokenizer) getTokenizer()).getNestablePrefixes().add(new TagMarker(prefix, anchorFlatNode));

25. 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

JSPSourceParser.java :

65 : ((JSPTokenizer) getTokenizer()).getNestablePrefixes().add(new TagMarker(prefix, anchorFlatNode));

26. 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

JSPSourceParser.java :

68 : public void nodeParsed(IStructuredDocumentRegion aCoreFlatNode) {

27. 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

JSPSourceParser.java :

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

28. 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

JSPSourceParser.java :

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

29. 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

JSPSourceParser.java :

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

30. 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

JSPSourceParser.java :

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

31. 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

JSPSourceParser.java :

72 : ITextRegion name = aCoreFlatNode.getRegions().get(1);

32. 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

JSPSourceParser.java :

72 : ITextRegion name = aCoreFlatNode.getRegions().get(1);

33. 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

JSPSourceParser.java :

72 : ITextRegion name = aCoreFlatNode.getRegions().get(1);

34. 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

JSPSourceParser.java :

74 : int offset = aCoreFlatNode.getStartOffset(name);

35. 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

JSPSourceParser.java :

75 : int length = name.getTextLength();

36. WARNING: DiscouragedReference

Discouraged access: The field fCharSequenceSource 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

JSPSourceParser.java :

78 : if (fCharSequenceSource instanceof IRegionComparible) {

37. WARNING: DiscouragedReference

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

JSPSourceParser.java :

78 : if (fCharSequenceSource instanceof IRegionComparible) {

38. WARNING: DiscouragedReference

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

JSPSourceParser.java :

79 : taglibdetected = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12TLDNames.TAGLIB);

39. WARNING: DiscouragedReference

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

JSPSourceParser.java :

79 : taglibdetected = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12TLDNames.TAGLIB);

40. WARNING: DiscouragedReference

Discouraged access: The field fCharSequenceSource 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

JSPSourceParser.java :

79 : taglibdetected = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12TLDNames.TAGLIB);

41. WARNING: DiscouragedReference

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

JSPSourceParser.java :

80 : taglibdirectivedetected = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12Namespace.ElementName.DIRECTIVE_TAGLIB);

42. WARNING: DiscouragedReference

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

JSPSourceParser.java :

80 : taglibdirectivedetected = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12Namespace.ElementName.DIRECTIVE_TAGLIB);

43. WARNING: DiscouragedReference

Discouraged access: The field fCharSequenceSource 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

JSPSourceParser.java :

80 : taglibdirectivedetected = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12Namespace.ElementName.DIRECTIVE_TAGLIB);

44. 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

JSPSourceParser.java :

84 : String directiveName = getText(offset, length);

45. 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

JSPSourceParser.java :

99 : else if (aCoreFlatNode.getNumberOfRegions() > 4 && (aCoreFlatNode.getRegions().get(1)).getType() == DOMJSPRegionContexts.JSP_ROOT_TAG_NAME) {

46. 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

JSPSourceParser.java :

99 : else if (aCoreFlatNode.getNumberOfRegions() > 4 && (aCoreFlatNode.getRegions().get(1)).getType() == DOMJSPRegionContexts.JSP_ROOT_TAG_NAME) {

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

JSPSourceParser.java :

99 : else if (aCoreFlatNode.getNumberOfRegions() > 4 && (aCoreFlatNode.getRegions().get(1)).getType() == DOMJSPRegionContexts.JSP_ROOT_TAG_NAME) {

48. 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

JSPSourceParser.java :

99 : else if (aCoreFlatNode.getNumberOfRegions() > 4 && (aCoreFlatNode.getRegions().get(1)).getType() == DOMJSPRegionContexts.JSP_ROOT_TAG_NAME) {

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

JSPSourceParser.java :

104 : protected void processJSPRoot(IStructuredDocumentRegion taglibFlatNode) {

50. 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

JSPSourceParser.java :

105 : ITextRegionList regions = taglibFlatNode.getRegions();

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

JSPSourceParser.java :

105 : ITextRegionList regions = taglibFlatNode.getRegions();

52. 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

JSPSourceParser.java :

109 : for (int i = 0; i < regions.size(); i++) {

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

JSPSourceParser.java :

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

54. 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

JSPSourceParser.java :

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

55. 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

JSPSourceParser.java :

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

56. 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

JSPSourceParser.java :

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

57. 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

JSPSourceParser.java :

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

58. 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

JSPSourceParser.java :

112 : int offset = taglibFlatNode.getStartOffset(region);

59. 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

JSPSourceParser.java :

113 : int length = region.getTextLength();

60. 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

JSPSourceParser.java :

115 : String name = getText(offset, length);

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

JSPSourceParser.java :

125 : else if (taglib && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

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

JSPSourceParser.java :

125 : else if (taglib && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

63. 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

JSPSourceParser.java :

125 : else if (taglib && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

64. 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

JSPSourceParser.java :

144 : protected void processTaglib(IStructuredDocumentRegion taglibFlatNode) {

65. 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

JSPSourceParser.java :

145 : ITextRegionList regions = taglibFlatNode.getRegions();

66. 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

JSPSourceParser.java :

145 : ITextRegionList regions = taglibFlatNode.getRegions();

67. 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

JSPSourceParser.java :

149 : for (int i = 0; i < regions.size(); 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

JSPSourceParser.java :

150 : 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

JSPSourceParser.java :

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

70. 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

JSPSourceParser.java :

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

71. 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

JSPSourceParser.java :

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

72. 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

JSPSourceParser.java :

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

73. WARNING: DiscouragedReference

Discouraged access: The field fCharSequenceSource 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

JSPSourceParser.java :

152 : if (fCharSequenceSource != null && fCharSequenceSource instanceof IRegionComparible) {

74. WARNING: DiscouragedReference

Discouraged access: The field fCharSequenceSource 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

JSPSourceParser.java :

152 : if (fCharSequenceSource != null && fCharSequenceSource instanceof IRegionComparible) {

75. WARNING: DiscouragedReference

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

JSPSourceParser.java :

152 : if (fCharSequenceSource != null && fCharSequenceSource instanceof IRegionComparible) {

76. 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

JSPSourceParser.java :

153 : int offset = taglibFlatNode.getStartOffset(region);

77. 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

JSPSourceParser.java :

154 : int length = region.getTextLength();

78. WARNING: DiscouragedReference

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

JSPSourceParser.java :

155 : prefixname = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12TLDNames.PREFIX);

79. WARNING: DiscouragedReference

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

JSPSourceParser.java :

155 : prefixname = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12TLDNames.PREFIX);

80. WARNING: DiscouragedReference

Discouraged access: The field fCharSequenceSource 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

JSPSourceParser.java :

155 : prefixname = ((IRegionComparible) fCharSequenceSource).regionMatches(offset, length, JSP12TLDNames.PREFIX);

81. 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

JSPSourceParser.java :

159 : prefixname = (getText(taglibFlatNode.getStartOffset(region), region.getTextLength()).equals(JSP12TLDNames.PREFIX));

82. 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

JSPSourceParser.java :

159 : prefixname = (getText(taglibFlatNode.getStartOffset(region), region.getTextLength()).equals(JSP12TLDNames.PREFIX));

83. 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

JSPSourceParser.java :

159 : prefixname = (getText(taglibFlatNode.getStartOffset(region), region.getTextLength()).equals(JSP12TLDNames.PREFIX));

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

JSPSourceParser.java :

162 : else if (prefixname && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

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

JSPSourceParser.java :

162 : else if (prefixname && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

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

JSPSourceParser.java :

162 : else if (prefixname && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

87. 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

JSPSourceParser.java :

163 : prefix = getText(taglibFlatNode.getStartOffset(region), region.getTextLength());

88. 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

JSPSourceParser.java :

163 : prefix = getText(taglibFlatNode.getStartOffset(region), region.getTextLength());

89. 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

JSPSourceParser.java :

163 : prefix = getText(taglibFlatNode.getStartOffset(region), region.getTextLength());

90. WARNING: DiscouragedReference

Discouraged access: The method isGlobal() from 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

JSPSourceParser.java :

180 : if (!((TagMarker) tagmarkers.next()).isGlobal())

91. 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

JSPSourceParser.java :

180 : if (!((TagMarker) tagmarkers.next()).isGlobal())

92. 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

JSPSourceParser.java :

185 : public void setStructuredDocument(IStructuredDocument newDocument) {

93. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocumentRegionHandlers() 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

JSPSourceParser.java :

187 : getStructuredDocumentRegionHandlers().remove(this);

94. 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

JSPSourceParser.java :

188 : if (newDocument != null && newDocument.getParser() instanceof StructuredDocumentRegionParser) {

95. WARNING: DiscouragedReference

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

JSPSourceParser.java :

188 : if (newDocument != null && newDocument.getParser() instanceof StructuredDocumentRegionParser) {

96. WARNING: DiscouragedReference

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

JSPSourceParser.java :

189 : ((StructuredDocumentRegionParser) newDocument.getParser()).addStructuredDocumentRegionHandler(this);

97. WARNING: DiscouragedReference

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

JSPSourceParser.java :

189 : ((StructuredDocumentRegionParser) newDocument.getParser()).addStructuredDocumentRegionHandler(this);

98. 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

JSPSourceParser.java :

189 : ((StructuredDocumentRegionParser) newDocument.getParser()).addStructuredDocumentRegionHandler(this);

99. WARNING: DiscouragedReference

Discouraged access: The constructor 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

JSPSourceParser.java :

198 : super();

100. 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

JSPSourceParser.java :

201 : public void addNestablePrefix(TagMarker marker) {

Source File: org/eclipse/jst/jsp/core/internal/parser/internal/JSPParserRegionFactory.java
1. WARNING: DiscouragedReference

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

JSPParserRegionFactory.java :

14 : import org.eclipse.wst.sse.core.internal.parser.ForeignRegion;

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

JSPParserRegionFactory.java :

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

3. WARNING: DiscouragedReference

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

JSPParserRegionFactory.java :

16 : import org.eclipse.wst.xml.core.internal.parser.regions.XMLParserRegionFactory;

4. WARNING: DiscouragedReference

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

JSPParserRegionFactory.java :

23 : public class JSPParserRegionFactory extends XMLParserRegionFactory {

5. WARNING: DiscouragedReference

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

JSPParserRegionFactory.java :

25 : super();

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

JSPParserRegionFactory.java :

28 : public ITextRegion createToken(String context, int start, int textLength, int length, String lang, String surroundingTag) {

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

JSPParserRegionFactory.java :

29 : ITextRegion newRegion = null;

8. WARNING: DiscouragedReference

Discouraged access: The constructor ForeignRegion(String, int, int, 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

JSPParserRegionFactory.java :

31 : newRegion = new ForeignRegion(context, start, textLength, length);

9. WARNING: DiscouragedReference

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

JSPParserRegionFactory.java :

31 : newRegion = new ForeignRegion(context, start, textLength, length);

10. WARNING: DiscouragedReference

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

JSPParserRegionFactory.java :

34 : newRegion = super.createToken(context, start, textLength, length, lang, surroundingTag);

Source File: org/eclipse/jst/jsp/core/internal/parser/internal/JSPStructuredRegionFactory.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

JSPStructuredRegionFactory.java :

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

2. WARNING: DiscouragedReference

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

JSPStructuredRegionFactory.java :

15 : import org.eclipse.wst.xml.core.internal.parser.XMLStructuredRegionFactory;

3. WARNING: DiscouragedReference

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

JSPStructuredRegionFactory.java :

20 : public class JSPStructuredRegionFactory extends XMLStructuredRegionFactory {

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

JSPStructuredRegionFactory.java :

22 : public static IStructuredDocumentRegion createRegion(int type) {

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

JSPStructuredRegionFactory.java :

23 : IStructuredDocumentRegion instance = null;

6. WARNING: DiscouragedReference

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

JSPStructuredRegionFactory.java :

25 : case JSP_DIRECTIVE :

7. WARNING: DiscouragedReference

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

JSPStructuredRegionFactory.java :

29 : instance = XMLStructuredRegionFactory.createRegion(type);

8. WARNING: DiscouragedReference

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

JSPStructuredRegionFactory.java :

29 : instance = XMLStructuredRegionFactory.createRegion(type);

Source File: org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.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

JSPTokenizer.java :

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

2. WARNING: DiscouragedReference

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

JSPTokenizer.java :

27 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockTokenizer;

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

JSPTokenizer.java :

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

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

JSPTokenizer.java :

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

5. 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

JSPTokenizer.java :

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

6. 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

JSPTokenizer.java :

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

7. 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

JSPTokenizer.java :

33 : import org.eclipse.wst.xml.core.internal.parser.ContextRegionContainer;

8. WARNING: DiscouragedReference

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

JSPTokenizer.java :

34 : import org.eclipse.wst.xml.core.internal.parser.IntStack;

9. WARNING: DiscouragedReference

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

JSPTokenizer.java :

43 : public class JSPTokenizer implements BlockTokenizer, DOMJSPRegionContexts {

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

JSPTokenizer.java :

944 : private ITextRegion fBufferedEmbeddedContainer = null;

11. 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

JSPTokenizer.java :

945 : private ITextRegion fProxyUnknownRegion = null;

12. WARNING: DiscouragedReference

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

JSPTokenizer.java :

949 : private IntStack fStateStack = new IntStack();

13. WARNING: DiscouragedReference

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

JSPTokenizer.java :

949 : private IntStack fStateStack = new IntStack();

14. WARNING: DiscouragedReference

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

JSPTokenizer.java :

949 : private IntStack fStateStack = new IntStack();

15. 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

JSPTokenizer.java :

951 : private String fEmbeddedHint = UNDEFINED;

16. 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

JSPTokenizer.java :

959 : private ContextRegionContainer fEmbeddedContainer = null;

17. 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

JSPTokenizer.java :

998 : public final void addBlockMarker(BlockMarker marker) {

18. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

999 : if(containsTagName(marker.getTagName()))

19. 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

JSPTokenizer.java :

1006 : public final void addNestablePrefix(TagMarker marker) {

20. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1035 : if (((TagMarker) nestables.next()).getTagName().equalsIgnoreCase(name))

21. 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

JSPTokenizer.java :

1035 : if (((TagMarker) nestables.next()).getTagName().equalsIgnoreCase(name))

22. 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

JSPTokenizer.java :

1043 : public final void removeBlockMarker(BlockMarker marker) {

23. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1053 : if (((BlockMarker) blocks.next()).getTagName().equals(tagname))

24. 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

JSPTokenizer.java :

1053 : if (((BlockMarker) blocks.next()).getTagName().equals(tagname))

25. WARNING: DiscouragedReference

Discouraged access: The constructor 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

JSPTokenizer.java :

1092 : fEmbeddedContainer = new ContextRegionContainer();

26. 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

JSPTokenizer.java :

1092 : fEmbeddedContainer = new ContextRegionContainer();

27. WARNING: DiscouragedReference

Discouraged access: The method setType(String) from 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

JSPTokenizer.java :

1093 : fEmbeddedContainer.setType(fEmbeddedHint);

28. WARNING: DiscouragedReference

Discouraged access: The method setStart(int) from 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

JSPTokenizer.java :

1094 : fEmbeddedContainer.setStart(containerStart);

29. WARNING: DiscouragedReference

Discouraged access: The method getStart() from 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

JSPTokenizer.java :

1098 : containerStart = fEmbeddedContainer.getStart();

30. 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

JSPTokenizer.java :

1102 : ITextRegion newToken = fRegionFactory.createToken(internalContext, yychar - containerStart, yylength(), yylength());

31. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1102 : ITextRegion newToken = fRegionFactory.createToken(internalContext, yychar - containerStart, yylength(), yylength());

32. WARNING: DiscouragedReference

Discouraged access: The method add(ITextRegion) 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

JSPTokenizer.java :

1103 : fEmbeddedContainer.getRegions().add(newToken);

33. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from 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

JSPTokenizer.java :

1103 : fEmbeddedContainer.getRegions().add(newToken);

34. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from 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

JSPTokenizer.java :

1104 : fEmbeddedContainer.setLength(fEmbeddedContainer.getLength() + yylength());

35. WARNING: DiscouragedReference

Discouraged access: The method getLength() from 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

JSPTokenizer.java :

1104 : fEmbeddedContainer.setLength(fEmbeddedContainer.getLength() + yylength());

36. WARNING: DiscouragedReference

Discouraged access: The method setTextLength(int) from 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

JSPTokenizer.java :

1105 : fEmbeddedContainer.setTextLength(fEmbeddedContainer.getTextLength() + yylength());

37. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from 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

JSPTokenizer.java :

1105 : fEmbeddedContainer.setTextLength(fEmbeddedContainer.getTextLength() + yylength());

38. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1118 : if (internalContext == XML_TAG_NAME) {

39. 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

JSPTokenizer.java :

1127 : else if (internalContext == XML_TAG_OPEN || internalContext == XML_END_TAG_OPEN) {

40. 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

JSPTokenizer.java :

1127 : else if (internalContext == XML_TAG_OPEN || internalContext == XML_END_TAG_OPEN) {

41. 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

JSPTokenizer.java :

1131 : if (internalContext == XML_END_TAG_OPEN) {

42. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1133 : } else if (internalContext == XML_TAG_CLOSE) {

43. 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

JSPTokenizer.java :

1136 : ITextRegionList embeddedRegions = fEmbeddedContainer.getRegions();

44. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from 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

JSPTokenizer.java :

1136 : ITextRegionList embeddedRegions = fEmbeddedContainer.getRegions();

45. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

46. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

47. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

48. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

49. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

50. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

52. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

53. 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

JSPTokenizer.java :

1137 : if (embeddedRegions.size() > 2 && (embeddedRegions.get(embeddedRegions.size()-1)).getType() == XML_TAG_CLOSE && (embeddedRegions.get(embeddedRegions.size() - 3)).getType() == XML_TAG_OPEN && internalTagName != null) {

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

JSPTokenizer.java :

1161 : ITextRegion newToken = fRegionFactory.createToken(internalContext, yychar - containerStart, yylength(), yylength());

55. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1161 : ITextRegion newToken = fRegionFactory.createToken(internalContext, yychar - containerStart, yylength(), yylength());

56. WARNING: DiscouragedReference

Discouraged access: The method add(ITextRegion) 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

JSPTokenizer.java :

1162 : fEmbeddedContainer.getRegions().add(newToken);

57. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from 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

JSPTokenizer.java :

1162 : fEmbeddedContainer.getRegions().add(newToken);

58. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from 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

JSPTokenizer.java :

1163 : fEmbeddedContainer.setLength(fEmbeddedContainer.getLength() + yylength());

59. WARNING: DiscouragedReference

Discouraged access: The method getLength() from 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

JSPTokenizer.java :

1163 : fEmbeddedContainer.setLength(fEmbeddedContainer.getLength() + yylength());

60. WARNING: DiscouragedReference

Discouraged access: The method setTextLength(int) from 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

JSPTokenizer.java :

1164 : fEmbeddedContainer.setTextLength(fEmbeddedContainer.getTextLength() + yylength());

61. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from 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

JSPTokenizer.java :

1164 : fEmbeddedContainer.setTextLength(fEmbeddedContainer.getTextLength() + yylength());

62. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1199 : isEndingType = ((isInEndTag && internalContext == XML_TAG_CLOSE) || (isInFirstTag && internalContext == XML_EMPTY_TAG_CLOSE)) && internalTagName != null && internalTagName.equals(endTagName);

63. 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

JSPTokenizer.java :

1199 : isEndingType = ((isInEndTag && internalContext == XML_TAG_CLOSE) || (isInFirstTag && internalContext == XML_EMPTY_TAG_CLOSE)) && internalTagName != null && internalTagName.equals(endTagName);

64. 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

JSPTokenizer.java :

1202 : ITextRegionList embeddedList = fEmbeddedContainer.getRegions();

65. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from 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

JSPTokenizer.java :

1202 : ITextRegionList embeddedList = fEmbeddedContainer.getRegions();

66. 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

JSPTokenizer.java :

1203 : notFinished = notFinished && ((!isEndingType) && !isEOF() && (endTagName != null || internalContext != UNDEFINED) && !(internalContext == PROXY_CONTEXT && (embeddedList.get(embeddedList.size()-1)).getType() == UNDEFINED));

67. 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

JSPTokenizer.java :

1203 : notFinished = notFinished && ((!isEndingType) && !isEOF() && (endTagName != null || internalContext != UNDEFINED) && !(internalContext == PROXY_CONTEXT && (embeddedList.get(embeddedList.size()-1)).getType() == UNDEFINED));

68. 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

JSPTokenizer.java :

1203 : notFinished = notFinished && ((!isEndingType) && !isEOF() && (endTagName != null || internalContext != UNDEFINED) && !(internalContext == PROXY_CONTEXT && (embeddedList.get(embeddedList.size()-1)).getType() == UNDEFINED));

69. 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

JSPTokenizer.java :

1203 : notFinished = notFinished && ((!isEndingType) && !isEOF() && (endTagName != null || internalContext != UNDEFINED) && !(internalContext == PROXY_CONTEXT && (embeddedList.get(embeddedList.size()-1)).getType() == UNDEFINED));

70. 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

JSPTokenizer.java :

1203 : notFinished = notFinished && ((!isEndingType) && !isEOF() && (endTagName != null || internalContext != UNDEFINED) && !(internalContext == PROXY_CONTEXT && (embeddedList.get(embeddedList.size()-1)).getType() == UNDEFINED));

71. 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

JSPTokenizer.java :

1207 : ITextRegion newToken = fRegionFactory.createToken(internalContext, yychar - containerStart, yylength(), yylength());

72. WARNING: DiscouragedReference

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

JSPTokenizer.java :

1207 : ITextRegion newToken = fRegionFactory.createToken(internalContext, yychar - containerStart, yylength(), yylength());

73. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from 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

JSPTokenizer.java :

1208 : fEmbeddedContainer.getRegions().add(newToken);

74. WARNING: DiscouragedReference

Discouraged access: The method add(ITextRegion) 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

JSPTokenizer.java :

1208 : fEmbeddedContainer.getRegions().add(newToken);

75. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from 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

JSPTokenizer.java :

1211 : fEmbeddedContainer.setLength(yychar - containerStart + yylength());

76. WARNING: DiscouragedReference

Discouraged access: The method setTextLength(int) from 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

JSPTokenizer.java :

1212 : fEmbeddedContainer.setTextLength(yychar - containerStart + yylength());

77. 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

JSPTokenizer.java :

1232 : BlockMarker marker = (BlockMarker)iterator.next();

78. 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

JSPTokenizer.java :

1232 : BlockMarker marker = (BlockMarker)iterator.next();

79. WARNING: DiscouragedReference

Discouraged access: The method isCaseSensitive() from 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

JSPTokenizer.java :

1233 : boolean casesensitive = marker.isCaseSensitive();

80. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1234 : if(casesensitive && marker.getTagName().equals(name))

81. WARNING: DiscouragedReference

Discouraged access: The method allowsJSP() from 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

JSPTokenizer.java :

1235 : return marker.allowsJSP();

82. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1236 : else if(!casesensitive && marker.getTagName().equalsIgnoreCase(name))

83. WARNING: DiscouragedReference

Discouraged access: The method allowsJSP() from 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

JSPTokenizer.java :

1237 : return marker.allowsJSP();

84. 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

JSPTokenizer.java :

1248 : BlockMarker marker = (BlockMarker)iterator.next();

85. 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

JSPTokenizer.java :

1248 : BlockMarker marker = (BlockMarker)iterator.next();

86. WARNING: DiscouragedReference

Discouraged access: The method isCaseSensitive() from 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

JSPTokenizer.java :

1249 : boolean casesensitive = marker.isCaseSensitive();

87. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1250 : if(casesensitive && marker.getTagName().equals(name))

88. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1252 : else if(!casesensitive && marker.getTagName().equalsIgnoreCase(name))

89. 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

JSPTokenizer.java :

1265 : BlockMarker marker = (BlockMarker)iterator.next();

90. 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

JSPTokenizer.java :

1265 : BlockMarker marker = (BlockMarker)iterator.next();

91. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

JSPTokenizer.java :

1266 : if(marker.getTagName().equals(name))

92. WARNING: DiscouragedReference

Discouraged access: The method getContext() from 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

JSPTokenizer.java :

1267 : return marker.getContext();

93. 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

JSPTokenizer.java :

1269 : return BLOCK_TEXT;

94. 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

JSPTokenizer.java :

1291 : beginBlockMarkerScan(newTagName, BLOCK_TEXT);

95. 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

JSPTokenizer.java :

1389 : return UNDEFINED;

96. 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

JSPTokenizer.java :

1416 : return UNDEFINED;

97. 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

JSPTokenizer.java :

1443 : return UNDEFINED;

98. 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

JSPTokenizer.java :

1581 : return UNDEFINED;

99. 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

JSPTokenizer.java :

1603 : return UNDEFINED;

100. 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

JSPTokenizer.java :

1632 : public final ITextRegion getNextToken() throws IOException {

Source File: org/eclipse/jst/jsp/core/internal/preferences/JSPCorePreferenceInitializer.java
1. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

17 : import org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames;

2. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

18 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;

3. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

19 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

4. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

33 : node.put(CommonEncodingPreferenceNames.INPUT_CODESET, ""); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

33 : node.put(CommonEncodingPreferenceNames.INPUT_CODESET, ""); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

37 : defaultEnc = CommonCharsetNames.getPreferredDefaultIanaName(systemEnc, "ISO-8859-1");//$NON-NLS-1$

7. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

37 : defaultEnc = CommonCharsetNames.getPreferredDefaultIanaName(systemEnc, "ISO-8859-1");//$NON-NLS-1$

8. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

39 : node.put(CommonEncodingPreferenceNames.OUTPUT_CODESET, defaultEnc);

9. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

39 : node.put(CommonEncodingPreferenceNames.OUTPUT_CODESET, defaultEnc);

10. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

40 : node.put(CommonEncodingPreferenceNames.END_OF_LINE_CODE, ""); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

40 : node.put(CommonEncodingPreferenceNames.END_OF_LINE_CODE, ""); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

46 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_DUPLICATE_PREFIXES_DIFFERENT_URIS, ValidationMessage.ERROR);

13. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

46 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_DUPLICATE_PREFIXES_DIFFERENT_URIS, ValidationMessage.ERROR);

14. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

47 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_DUPLICATE_PREFIXES_SAME_URIS, ValidationMessage.IGNORE);

15. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

47 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_DUPLICATE_PREFIXES_SAME_URIS, ValidationMessage.IGNORE);

16. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

48 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_MISSING_PREFIX, ValidationMessage.ERROR);

17. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

48 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_MISSING_PREFIX, ValidationMessage.ERROR);

18. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

49 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_MISSING_URI_OR_TAGDIR, ValidationMessage.ERROR);

19. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

49 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_MISSING_URI_OR_TAGDIR, ValidationMessage.ERROR);

20. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

50 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_UNRESOLVABLE_URI_OR_TAGDIR, ValidationMessage.ERROR);

21. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

50 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_TAGLIB_UNRESOLVABLE_URI_OR_TAGDIR, ValidationMessage.ERROR);

22. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

51 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_PAGE_SUPERCLASS_NOT_FOUND, ValidationMessage.ERROR);

23. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

51 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_PAGE_SUPERCLASS_NOT_FOUND, ValidationMessage.ERROR);

24. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

52 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_INCLUDE_NO_FILE_SPECIFIED, ValidationMessage.ERROR);

25. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

52 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_INCLUDE_NO_FILE_SPECIFIED, ValidationMessage.ERROR);

26. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

53 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_INCLUDE_FILE_NOT_FOUND, ValidationMessage.ERROR);

27. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

53 : node.putInt(JSPCorePreferenceNames.VALIDATION_DIRECTIVE_INCLUDE_FILE_NOT_FOUND, ValidationMessage.ERROR);

28. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

55 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_LOCAL_VARIABLE_NEVER_USED, ValidationMessage.IGNORE);

29. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

55 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_LOCAL_VARIABLE_NEVER_USED, ValidationMessage.IGNORE);

30. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

56 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_ARGUMENT_IS_NEVER_USED, ValidationMessage.IGNORE);

31. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

56 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_ARGUMENT_IS_NEVER_USED, ValidationMessage.IGNORE);

32. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

57 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_NULL_LOCAL_VARIABLE_REFERENCE, ValidationMessage.IGNORE);

33. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

57 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_NULL_LOCAL_VARIABLE_REFERENCE, ValidationMessage.IGNORE);

34. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

58 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_POTENTIAL_NULL_LOCAL_VARIABLE_REFERENCE, ValidationMessage.IGNORE);

35. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

58 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_POTENTIAL_NULL_LOCAL_VARIABLE_REFERENCE, ValidationMessage.IGNORE);

36. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

59 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_UNUSED_IMPORT, ValidationMessage.IGNORE);

37. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

59 : node.putInt(JSPCorePreferenceNames.VALIDATION_JAVA_UNUSED_IMPORT, ValidationMessage.IGNORE);

38. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

61 : node.putInt(JSPCorePreferenceNames.VALIDATION_EL_SYNTAX, ValidationMessage.ERROR);

39. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

61 : node.putInt(JSPCorePreferenceNames.VALIDATION_EL_SYNTAX, ValidationMessage.ERROR);

40. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

62 : node.putInt(JSPCorePreferenceNames.VALIDATION_EL_LEXER, ValidationMessage.IGNORE);

41. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

62 : node.putInt(JSPCorePreferenceNames.VALIDATION_EL_LEXER, ValidationMessage.IGNORE);

42. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

64 : node.putInt(JSPCorePreferenceNames.VALIDATION_ACTIONS_SEVERITY_MISSING_REQUIRED_ATTRIBUTE, ValidationMessage.ERROR);

43. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

64 : node.putInt(JSPCorePreferenceNames.VALIDATION_ACTIONS_SEVERITY_MISSING_REQUIRED_ATTRIBUTE, ValidationMessage.ERROR);

44. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

65 : node.putInt(JSPCorePreferenceNames.VALIDATION_ACTIONS_SEVERITY_UNKNOWN_ATTRIBUTE, ValidationMessage.WARNING);

45. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

65 : node.putInt(JSPCorePreferenceNames.VALIDATION_ACTIONS_SEVERITY_UNKNOWN_ATTRIBUTE, ValidationMessage.WARNING);

46. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

66 : node.putInt(JSPCorePreferenceNames.VALIDATION_ACTIONS_SEVERITY_NON_EMPTY_INLINE_TAG, ValidationMessage.WARNING);

47. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

66 : node.putInt(JSPCorePreferenceNames.VALIDATION_ACTIONS_SEVERITY_NON_EMPTY_INLINE_TAG, ValidationMessage.WARNING);

48. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

68 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_VALIDATION_MESSAGE, ValidationMessage.ERROR);

49. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

68 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_VALIDATION_MESSAGE, ValidationMessage.ERROR);

50. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

69 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_CLASS_NOT_FOUND, ValidationMessage.WARNING);

51. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

69 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_CLASS_NOT_FOUND, ValidationMessage.WARNING);

52. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

70 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_CLASS_NOT_INSTANTIATED, ValidationMessage.WARNING);

53. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

70 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_CLASS_NOT_INSTANTIATED, ValidationMessage.WARNING);

54. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

71 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_CLASS_RUNTIME_EXCEPTION, ValidationMessage.WARNING);

55. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

71 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TEI_CLASS_RUNTIME_EXCEPTION, ValidationMessage.WARNING);

56. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

72 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TAG_HANDLER_CLASS_NOT_FOUND, ValidationMessage.WARNING);

57. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

72 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_TAG_HANDLER_CLASS_NOT_FOUND, ValidationMessage.WARNING);

58. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

73 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_USEBEAN_INVALID_ID, ValidationMessage.ERROR);

59. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

73 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_USEBEAN_INVALID_ID, ValidationMessage.ERROR);

60. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

74 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_USBEAN_MISSING_TYPE_INFO, ValidationMessage.ERROR);

61. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

74 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_USBEAN_MISSING_TYPE_INFO, ValidationMessage.ERROR);

62. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

75 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_USEBEAN_AMBIGUOUS_TYPE_INFO, ValidationMessage.WARNING);

63. WARNING: DiscouragedReference

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

JSPCorePreferenceInitializer.java :

75 : node.putInt(JSPCorePreferenceNames.VALIDATION_TRANSLATION_USEBEAN_AMBIGUOUS_TYPE_INFO, ValidationMessage.WARNING);

Source File: org/eclipse/jst/jsp/core/internal/provisional/JSP20Namespace.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

JSP20Namespace.java :

17 : public interface JSP20Namespace extends org.eclipse.wst.html.core.internal.contentmodel.JSP20Namespace {

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

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

IContentDescriptionForJSP.java :

14 : import org.eclipse.wst.sse.core.internal.encoding.ICodedResourcePlugin;

2. WARNING: DiscouragedReference

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

IContentDescriptionForJSP.java :

21 : public final static QualifiedName CONTENT_TYPE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentTypeAttribute"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

IContentDescriptionForJSP.java :

21 : public final static QualifiedName CONTENT_TYPE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentTypeAttribute"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

IContentDescriptionForJSP.java :

22 : public final static QualifiedName LANGUAGE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "languageAttribute"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

IContentDescriptionForJSP.java :

22 : public final static QualifiedName LANGUAGE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "languageAttribute"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

IContentDescriptionForJSP.java :

23 : public final static QualifiedName CONTENT_FAMILY_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentFamilyAttribute"); //$NON-NLS-1$;

7. WARNING: DiscouragedReference

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

IContentDescriptionForJSP.java :

23 : public final static QualifiedName CONTENT_FAMILY_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentFamilyAttribute"); //$NON-NLS-1$;

Source File: org/eclipse/jst/jsp/core/internal/regions/DOMJSPRegionContexts.java
1. 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

DOMJSPRegionContexts.java :

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

2. WARNING: DiscouragedReference

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

DOMJSPRegionContexts.java :

23 : public interface DOMJSPRegionContexts extends DOMRegionContext {

Source File: org/eclipse/jst/jsp/core/internal/taglib/TaglibHelper.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

TaglibHelper.java :

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

2. 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

TaglibHelper.java :

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

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

TaglibHelper.java :

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

4. WARNING: DiscouragedReference

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

TaglibHelper.java :

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

5. WARNING: DiscouragedReference

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

TaglibHelper.java :

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

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

TaglibHelper.java :

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

7. 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

TaglibHelper.java :

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

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

TaglibHelper.java :

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

9. WARNING: DiscouragedReference

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

TaglibHelper.java :

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

10. WARNING: DiscouragedReference

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

TaglibHelper.java :

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

11. 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

TaglibHelper.java :

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

12. 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

TaglibHelper.java :

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

13. 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

TaglibHelper.java :

205 : private boolean isIterationTag(TLDElementDeclaration elementDecl, IStructuredDocument document, ITextRegionCollection customTag, List problems) {

14. 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

TaglibHelper.java :

205 : private boolean isIterationTag(TLDElementDeclaration elementDecl, IStructuredDocument document, ITextRegionCollection customTag, List problems) {

15. 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

TaglibHelper.java :

243 : public CustomTag getCustomTag(String tagToAdd, IStructuredDocument structuredDoc, ITextRegionCollection customTag, List problems) {

16. 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

TaglibHelper.java :

243 : public CustomTag getCustomTag(String tagToAdd, IStructuredDocument structuredDoc, ITextRegionCollection customTag, List problems) {

17. WARNING: DiscouragedReference

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

TaglibHelper.java :

250 : ModelQuery mq = getModelQuery(structuredDoc);

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

TaglibHelper.java :

259 : CMDocument doc = null;

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

TaglibHelper.java :

260 : CMNamedNodeMap elements = null;

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

TaglibHelper.java :

262 : doc = (CMDocument) taglibs.next();

21. 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

TaglibHelper.java :

263 : CMNode node = null;

22. 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

TaglibHelper.java :

264 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

23. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) 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

TaglibHelper.java :

264 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

24. 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

TaglibHelper.java :

264 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

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

TaglibHelper.java :

264 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

26. 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

TaglibHelper.java :

264 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

27. 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

TaglibHelper.java :

266 : if (node instanceof CMNodeWrapper) {

28. WARNING: DiscouragedReference

Discouraged access: The method getOriginNode() from 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

TaglibHelper.java :

267 : node = ((CMNodeWrapper) node).getOriginNode();

29. 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

TaglibHelper.java :

267 : node = ((CMNodeWrapper) node).getOriginNode();

30. 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

TaglibHelper.java :

309 : public TaglibVariable[] getTaglibVariables(String tagToAdd, IStructuredDocument structuredDoc, ITextRegionCollection customTag) {

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

TaglibHelper.java :

309 : public TaglibVariable[] getTaglibVariables(String tagToAdd, IStructuredDocument structuredDoc, ITextRegionCollection customTag) {

32. WARNING: DiscouragedReference

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

TaglibHelper.java :

313 : ModelQuery mq = getModelQuery(structuredDoc);

33. 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

TaglibHelper.java :

332 : CMDocument doc = null;

34. 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

TaglibHelper.java :

333 : CMNamedNodeMap elements = null;

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

TaglibHelper.java :

335 : doc = (CMDocument) taglibs.next();

36. 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

TaglibHelper.java :

336 : CMNode node = null;

37. 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

TaglibHelper.java :

337 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

38. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) 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

TaglibHelper.java :

337 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

39. 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

TaglibHelper.java :

337 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

40. 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

TaglibHelper.java :

337 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

41. 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

TaglibHelper.java :

337 : if ((elements = doc.getElements()) != null && (node = elements.getNamedItem(tagToAdd)) != null && node.getNodeType() == CMNode.ELEMENT_DECLARATION) {

42. 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

TaglibHelper.java :

339 : if (node instanceof CMNodeWrapper) {

43. WARNING: DiscouragedReference

Discouraged access: The method getOriginNode() from 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

TaglibHelper.java :

340 : node = ((CMNodeWrapper) node).getOriginNode();

44. 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

TaglibHelper.java :

340 : node = ((CMNodeWrapper) node).getOriginNode();

45. 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

TaglibHelper.java :

380 : private void addVariables(List results, CMNode node, ITextRegionCollection customTag) {

46. 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

TaglibHelper.java :

380 : private void addVariables(List results, CMNode node, ITextRegionCollection customTag) {

47. 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

TaglibHelper.java :

400 : ITextRegionList regions = customTag.getRegions();

48. 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

TaglibHelper.java :

400 : ITextRegionList regions = customTag.getRegions();

49. 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

TaglibHelper.java :

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

50. 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

TaglibHelper.java :

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

51. 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

TaglibHelper.java :

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

52. 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

TaglibHelper.java :

404 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_NAME.equals(region.getType())) {

53. 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

TaglibHelper.java :

404 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_NAME.equals(region.getType())) {

54. 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

TaglibHelper.java :

404 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_NAME.equals(region.getType())) {

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

TaglibHelper.java :

405 : attrNameFound = attrName.equals(customTag.getText(region));

56. 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

TaglibHelper.java :

407 : if (attrNameFound && DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE.equals(region.getType())) {

57. 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

TaglibHelper.java :

407 : if (attrNameFound && DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE.equals(region.getType())) {

58. 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

TaglibHelper.java :

407 : if (attrNameFound && DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE.equals(region.getType())) {

59. 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

TaglibHelper.java :

408 : varName = StringUtils.strip(customTag.getText(region));

60. 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

TaglibHelper.java :

438 : private void addTEIVariables(IStructuredDocument document, ITextRegionCollection customTag, List results, TLDElementDeclaration decl, String prefix, String uri, List problems) {

61. 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

TaglibHelper.java :

438 : private void addTEIVariables(IStructuredDocument document, ITextRegionCollection customTag, List results, TLDElementDeclaration decl, String prefix, String uri, List problems) {

62. 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

TaglibHelper.java :

552 : private Object createJSPProblem(final IStructuredDocument document, final ITextRegionCollection customTag, final int problemID, final String messageKey, final String argument, boolean preferVars) {

63. 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

TaglibHelper.java :

552 : private Object createJSPProblem(final IStructuredDocument document, final ITextRegionCollection customTag, final int problemID, final String messageKey, final String argument, boolean preferVars) {

64. 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

TaglibHelper.java :

553 : final String tagname = customTag.getText(customTag.getRegions().get(1));

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

TaglibHelper.java :

553 : final String tagname = customTag.getText(customTag.getRegions().get(1));

66. 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

TaglibHelper.java :

553 : final String tagname = customTag.getText(customTag.getRegions().get(1));

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

TaglibHelper.java :

556 : if (customTag.getNumberOfRegions() > 1) {

68. 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

TaglibHelper.java :

557 : start = customTag.getStartOffset(customTag.getRegions().get(1));

69. 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

TaglibHelper.java :

557 : start = customTag.getStartOffset(customTag.getRegions().get(1));

70. 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

TaglibHelper.java :

557 : start = customTag.getStartOffset(customTag.getRegions().get(1));

71. 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

TaglibHelper.java :

560 : start = customTag.getStartOffset();

72. 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

TaglibHelper.java :

564 : if (customTag.getNumberOfRegions() > 1) {

73. 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

TaglibHelper.java :

565 : end = customTag.getTextEndOffset(customTag.getRegions().get(1)) - 1;

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

TaglibHelper.java :

565 : end = customTag.getTextEndOffset(customTag.getRegions().get(1)) - 1;

75. 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

TaglibHelper.java :

565 : end = customTag.getTextEndOffset(customTag.getRegions().get(1)) - 1;

76. WARNING: DiscouragedReference

Discouraged access: The method getTextEndOffset() 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

TaglibHelper.java :

568 : end = customTag.getTextEndOffset() - 1;

77. 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

TaglibHelper.java :

571 : final int line = document.getLineOfOffset(start);

78. 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

TaglibHelper.java :

643 : private Object createValidationMessageProblem(final IStructuredDocument document, final ITextRegionCollection customTag, final String validationMessage) {

79. 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

TaglibHelper.java :

643 : private Object createValidationMessageProblem(final IStructuredDocument document, final ITextRegionCollection customTag, final String validationMessage) {

80. 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

TaglibHelper.java :

645 : if (customTag.getNumberOfRegions() > 3) {

81. 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

TaglibHelper.java :

646 : start = customTag.getStartOffset(customTag.getRegions().get(2));

82. 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

TaglibHelper.java :

646 : start = customTag.getStartOffset(customTag.getRegions().get(2));

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

TaglibHelper.java :

646 : start = customTag.getStartOffset(customTag.getRegions().get(2));

84. 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

TaglibHelper.java :

648 : else if (customTag.getNumberOfRegions() > 1) {

85. 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

TaglibHelper.java :

649 : start = customTag.getStartOffset(customTag.getRegions().get(1));

86. 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

TaglibHelper.java :

649 : start = customTag.getStartOffset(customTag.getRegions().get(1));

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

TaglibHelper.java :

649 : start = customTag.getStartOffset(customTag.getRegions().get(1));

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

TaglibHelper.java :

652 : start = customTag.getStartOffset();

89. 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

TaglibHelper.java :

656 : if (customTag.getNumberOfRegions() > 3) {

90. 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

TaglibHelper.java :

657 : end = customTag.getTextEndOffset(customTag.getRegions().get(customTag.getNumberOfRegions() - 2));

91. 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

TaglibHelper.java :

657 : end = customTag.getTextEndOffset(customTag.getRegions().get(customTag.getNumberOfRegions() - 2));

92. 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

TaglibHelper.java :

657 : end = customTag.getTextEndOffset(customTag.getRegions().get(customTag.getNumberOfRegions() - 2));

93. 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

TaglibHelper.java :

657 : end = customTag.getTextEndOffset(customTag.getRegions().get(customTag.getNumberOfRegions() - 2));

94. 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

TaglibHelper.java :

659 : else if (customTag.getNumberOfRegions() > 1) {

95. 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

TaglibHelper.java :

660 : end = customTag.getTextEndOffset(customTag.getRegions().get(1)) - 1;

96. 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

TaglibHelper.java :

660 : end = customTag.getTextEndOffset(customTag.getRegions().get(1)) - 1;

97. 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

TaglibHelper.java :

660 : end = customTag.getTextEndOffset(customTag.getRegions().get(1)) - 1;

98. WARNING: DiscouragedReference

Discouraged access: The method getTextEndOffset() 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

TaglibHelper.java :

663 : end = customTag.getTextEndOffset();

99. 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

TaglibHelper.java :

666 : final int line = document.getLineOfOffset(start);

100. 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

TaglibHelper.java :

742 : CMNamedNodeMap attrs = decl.getAttributes();

Source File: org/eclipse/jst/jsp/core/internal/tasks/JSPFileTaskScanner.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

JSPFileTaskScanner.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

JSPFileTaskScanner.java :

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

3. WARNING: DiscouragedReference

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

JSPFileTaskScanner.java :

16 : import org.eclipse.wst.xml.core.internal.tasks.XMLFileTaskScanner;

4. WARNING: DiscouragedReference

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

JSPFileTaskScanner.java :

18 : public class JSPFileTaskScanner extends XMLFileTaskScanner {

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

JSPFileTaskScanner.java :

19 : protected boolean isCommentRegion(IStructuredDocumentRegion region, ITextRegion textRegion) {

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

JSPFileTaskScanner.java :

19 : protected boolean isCommentRegion(IStructuredDocumentRegion region, ITextRegion textRegion) {

7. WARNING: DiscouragedReference

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

JSPFileTaskScanner.java :

20 : return super.isCommentRegion(region, textRegion) || textRegion.getType().equals(DOMJSPRegionContexts.JSP_COMMENT_TEXT);

8. 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

JSPFileTaskScanner.java :

20 : return super.isCommentRegion(region, textRegion) || textRegion.getType().equals(DOMJSPRegionContexts.JSP_COMMENT_TEXT);

Source File: org/eclipse/jst/jsp/core/internal/text/StructuredTextPartitionerForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML 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

StructuredTextPartitionerForJSP.java :

26 : import org.eclipse.wst.html.core.internal.text.StructuredTextPartitionerForHTML;

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

StructuredTextPartitionerForJSP.java :

27 : 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

StructuredTextPartitionerForJSP.java :

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

4. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

29 : import org.eclipse.wst.sse.core.internal.parser.ForeignRegion;

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

StructuredTextPartitionerForJSP.java :

30 : 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

StructuredTextPartitionerForJSP.java :

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

7. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredTextPartitioner;

8. 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

StructuredTextPartitionerForJSP.java :

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

9. 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

StructuredTextPartitionerForJSP.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

10. 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

StructuredTextPartitionerForJSP.java :

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

11. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

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

12. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

37 : import org.eclipse.wst.sse.core.internal.text.rules.StructuredTextPartitioner;

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

StructuredTextPartitionerForJSP.java :

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

14. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

39 : import org.eclipse.wst.xml.core.internal.text.rules.StructuredTextPartitionerForXML;

15. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

41 : public class StructuredTextPartitionerForJSP extends StructuredTextPartitioner {

16. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

61 : private IStructuredTextPartitioner fEmbeddedPartitioner = null;

17. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

79 : super();

18. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

107 : super.connect(document);

19. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

108 : fSupportedTypes = null;

20. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

111 : private IStructuredTextPartitioner createStructuredTextPartitioner(IStructuredDocument structuredDocument) {

21. 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

StructuredTextPartitionerForJSP.java :

111 : private IStructuredTextPartitioner createStructuredTextPartitioner(IStructuredDocument structuredDocument) {

22. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

112 : IStructuredTextPartitioner result = null;

23. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextPartitionerForHTML() 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

StructuredTextPartitionerForJSP.java :

135 : result = new StructuredTextPartitionerForHTML();

24. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML 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

StructuredTextPartitionerForJSP.java :

135 : result = new StructuredTextPartitionerForHTML();

25. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextPartitionerForHTML() 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

StructuredTextPartitionerForJSP.java :

139 : result = new StructuredTextPartitionerForHTML();

26. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML 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

StructuredTextPartitionerForJSP.java :

139 : result = new StructuredTextPartitionerForHTML();

27. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

143 : result = new StructuredTextPartitionerForXML();

28. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

143 : result = new StructuredTextPartitionerForXML();

29. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

147 : result = new StructuredTextPartitioner();

30. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

147 : result = new StructuredTextPartitioner();

31. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

168 : super.disconnect();

32. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

172 : return getEmbeddedPartitioner().getDefaultPartitionType();

33. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

180 : public IStructuredTextPartitioner getEmbeddedPartitioner() {

34. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

182 : fEmbeddedPartitioner = createStructuredTextPartitioner(fStructuredDocument);

35. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

183 : fEmbeddedPartitioner.connect(fStructuredDocument);

36. 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

StructuredTextPartitionerForJSP.java :

206 : private String getParentName(IStructuredDocumentRegion sdRegion) {

37. 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

StructuredTextPartitionerForJSP.java :

208 : while (sdRegion != null && isValidJspActionRegionType(sdRegion.getType()))

38. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() 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

StructuredTextPartitionerForJSP.java :

209 : sdRegion = sdRegion.getPrevious();

39. 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

StructuredTextPartitionerForJSP.java :

212 : ITextRegionList regions = sdRegion.getRegions();

40. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

212 : ITextRegionList regions = sdRegion.getRegions();

41. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

214 : if (regions.size() > 1) {

42. 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

StructuredTextPartitionerForJSP.java :

215 : ITextRegion r = regions.get(1);

43. 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

StructuredTextPartitionerForJSP.java :

215 : ITextRegion r = regions.get(1);

44. 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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

46. 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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

47. 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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

48. 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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

50. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

216 : if (regions.get(0).getType().equals(DOMRegionContext.XML_TAG_OPEN) && r.getType().equals(DOMRegionContext.XML_TAG_NAME)) {

51. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

217 : result = sdRegion.getText(r);

52. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

224 : protected String getPartitionType(ForeignRegion region, int offset) {

53. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

225 : return getEmbeddedPartitioner().getPartitionType(region, offset);

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

StructuredTextPartitionerForJSP.java :

229 : public String getPartitionType(ITextRegion region, int offset) {

55. 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

StructuredTextPartitionerForJSP.java :

231 : final String region_type = region.getType();

56. 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

StructuredTextPartitionerForJSP.java :

247 : else if (region_type == DOMRegionContext.XML_CDATA_TEXT) {

57. 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

StructuredTextPartitionerForJSP.java :

247 : else if (region_type == DOMRegionContext.XML_CDATA_TEXT) {

58. 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

StructuredTextPartitionerForJSP.java :

250 : IStructuredDocumentRegion sdRegion = this.fStructuredDocument.getRegionAtCharacterOffset(offset);

59. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(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

StructuredTextPartitionerForJSP.java :

250 : IStructuredDocumentRegion sdRegion = this.fStructuredDocument.getRegionAtCharacterOffset(offset);

60. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

250 : IStructuredDocumentRegion sdRegion = this.fStructuredDocument.getRegionAtCharacterOffset(offset);

61. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

254 : result = getEmbeddedPartitioner().getPartitionType(region, offset);

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

StructuredTextPartitionerForJSP.java :

256 : else if (region_type == DOMRegionContext.XML_CONTENT) {

63. 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

StructuredTextPartitionerForJSP.java :

256 : else if (region_type == DOMRegionContext.XML_CONTENT) {

64. 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

StructuredTextPartitionerForJSP.java :

259 : IStructuredDocumentRegion sdRegion = this.fStructuredDocument.getRegionAtCharacterOffset(offset);

65. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(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

StructuredTextPartitionerForJSP.java :

259 : IStructuredDocumentRegion sdRegion = this.fStructuredDocument.getRegionAtCharacterOffset(offset);

66. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

259 : IStructuredDocumentRegion sdRegion = this.fStructuredDocument.getRegionAtCharacterOffset(offset);

67. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

266 : result = getEmbeddedPartitioner().getPartitionType(region, offset);

68. 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

StructuredTextPartitionerForJSP.java :

271 : public String getPartitionTypeBetween(IStructuredDocumentRegion previousNode, IStructuredDocumentRegion nextNode) {

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

StructuredTextPartitionerForJSP.java :

271 : public String getPartitionTypeBetween(IStructuredDocumentRegion previousNode, IStructuredDocumentRegion nextNode) {

70. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

272 : return getEmbeddedPartitioner().getPartitionTypeBetween(previousNode, nextNode);

71. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

296 : fSupportedTypes = new String[0];

72. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

297 : combinedTypes.toArray(fSupportedTypes);

73. 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

StructuredTextPartitionerForJSP.java :

305 : private boolean isAction(IStructuredDocumentRegion sdRegion, int offset) {

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

StructuredTextPartitionerForJSP.java :

306 : if (!sdRegion.getType().equals(DOMRegionContext.XML_TAG_NAME))

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

StructuredTextPartitionerForJSP.java :

306 : if (!sdRegion.getType().equals(DOMRegionContext.XML_TAG_NAME))

76. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

306 : if (!sdRegion.getType().equals(DOMRegionContext.XML_TAG_NAME))

77. 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

StructuredTextPartitionerForJSP.java :

312 : ITextRegion tagNameRegion = sdRegion.getRegions().get(1);

78. 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

StructuredTextPartitionerForJSP.java :

312 : ITextRegion tagNameRegion = sdRegion.getRegions().get(1);

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

StructuredTextPartitionerForJSP.java :

312 : ITextRegion tagNameRegion = sdRegion.getRegions().get(1);

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

StructuredTextPartitionerForJSP.java :

313 : String tagName = sdRegion.getText(tagNameRegion);

81. 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

StructuredTextPartitionerForJSP.java :

315 : RegionParser parser = fStructuredDocument.getParser();

82. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

315 : RegionParser parser = fStructuredDocument.getParser();

83. 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

StructuredTextPartitionerForJSP.java :

315 : RegionParser parser = fStructuredDocument.getParser();

84. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

StructuredTextPartitionerForJSP.java :

321 : if (tagName.startsWith(((TagMarker) fCustomActionPrefixes.get(i)).getTagName())) {

85. 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

StructuredTextPartitionerForJSP.java :

321 : if (tagName.startsWith(((TagMarker) fCustomActionPrefixes.get(i)).getTagName())) {

86. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from 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

StructuredTextPartitionerForJSP.java :

322 : fLastCheckedPrefix = ((TagMarker) fCustomActionPrefixes.get(i)).getTagName();

87. 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

StructuredTextPartitionerForJSP.java :

322 : fLastCheckedPrefix = ((TagMarker) fCustomActionPrefixes.get(i)).getTagName();

88. 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

StructuredTextPartitionerForJSP.java :

329 : protected boolean isDocumentRegionBasedPartition(IStructuredDocumentRegion sdRegion, ITextRegion containedChildRegion, int offset) {

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

StructuredTextPartitionerForJSP.java :

329 : protected boolean isDocumentRegionBasedPartition(IStructuredDocumentRegion sdRegion, ITextRegion containedChildRegion, int offset) {

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

StructuredTextPartitionerForJSP.java :

330 : String documentRegionContext = sdRegion.getType();

91. 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

StructuredTextPartitionerForJSP.java :

333 : setInternalPartition(offset, containedChildRegion.getLength(), IJSPPartitions.JSP_DIRECTIVE);

92. 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

StructuredTextPartitionerForJSP.java :

337 : if (fEnableJSPActionPartitions && isAction(sdRegion, offset) && !(containedChildRegion instanceof ITextRegionContainer)) {

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

StructuredTextPartitionerForJSP.java :

340 : setInternalPartition(offset, containedChildRegion.getLength(), IJSPPartitions.JSP_DIRECTIVE);

94. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

344 : return super.isDocumentRegionBasedPartition(sdRegion, containedChildRegion, offset);

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

StructuredTextPartitionerForJSP.java :

358 : return type == DOMRegionContext.XML_CONTENT || type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

96. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

358 : return type == DOMRegionContext.XML_CONTENT || type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

97. 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

StructuredTextPartitionerForJSP.java :

358 : return type == DOMRegionContext.XML_CONTENT || type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

98. 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

StructuredTextPartitionerForJSP.java :

358 : return type == DOMRegionContext.XML_CONTENT || type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

99. 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

StructuredTextPartitionerForJSP.java :

358 : return type == DOMRegionContext.XML_CONTENT || type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

100. WARNING: DiscouragedReference

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

StructuredTextPartitionerForJSP.java :

358 : return type == DOMRegionContext.XML_CONTENT || type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

Source File: org/eclipse/jst/jsp/core/internal/util/DocumentProvider.java
1. 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

DocumentProvider.java :

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

2. 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

DocumentProvider.java :

240 : return JarUtilities.getInputStream(getJarFileName(), getFileName());

3. WARNING: DiscouragedReference

Discouraged access: The method getInputStream(String, String) 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

DocumentProvider.java :

240 : return JarUtilities.getInputStream(getJarFileName(), getFileName());

Source File: org/eclipse/jst/jsp/core/internal/util/FacetModuleCoreSupport.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

FacetModuleCoreSupport.java :

21 : import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/jst/jsp/core/internal/util/FileContentCache.java
1. 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

FileContentCache.java :

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

2. 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

FileContentCache.java :

140 : if (Debug.debugStructuredDocument) {

3. WARNING: DiscouragedReference

Discouraged access: The field debugStructuredDocument 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

FileContentCache.java :

140 : if (Debug.debugStructuredDocument) {

Source File: org/eclipse/jst/jsp/core/internal/util/ZeroStructuredDocumentRegion.java
1. WARNING: DiscouragedReference

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

ZeroStructuredDocumentRegion.java :

14 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

2. 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

ZeroStructuredDocumentRegion.java :

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

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

ZeroStructuredDocumentRegion.java :

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

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

ZeroStructuredDocumentRegion.java :

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

5. 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

ZeroStructuredDocumentRegion.java :

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

6. 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

ZeroStructuredDocumentRegion.java :

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

7. WARNING: DiscouragedReference

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

ZeroStructuredDocumentRegion.java :

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

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

ZeroStructuredDocumentRegion.java :

23 : public class ZeroStructuredDocumentRegion implements IStructuredDocumentRegion {

9. 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

ZeroStructuredDocumentRegion.java :

27 : private IStructuredDocument fParentDocument;

10. 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

ZeroStructuredDocumentRegion.java :

31 : public ZeroStructuredDocumentRegion(IStructuredDocument document, int start) {

11. 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

ZeroStructuredDocumentRegion.java :

37 : public void addRegion(ITextRegion aRegion) {

12. 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

ZeroStructuredDocumentRegion.java :

65 : public boolean containsOffset(ITextRegion region, int i) {

13. 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

ZeroStructuredDocumentRegion.java :

69 : public void equatePositions(ITextRegion region) {

14. 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

ZeroStructuredDocumentRegion.java :

74 : public ITextRegion getDeepestRegionAtCharacterOffset(int offset) {

15. 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

ZeroStructuredDocumentRegion.java :

86 : public int getEndOffset(ITextRegion containedRegion) {

16. 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

ZeroStructuredDocumentRegion.java :

90 : public ITextRegion getFirstRegion() {

17. 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

ZeroStructuredDocumentRegion.java :

98 : public String getFullText(ITextRegion aRegion) {

18. 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

ZeroStructuredDocumentRegion.java :

108 : public ITextRegion getLastRegion() {

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

ZeroStructuredDocumentRegion.java :

116 : public IStructuredDocumentRegion getNext() {

20. 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

ZeroStructuredDocumentRegion.java :

117 : return getParentDocument().getFirstStructuredDocumentRegion();

21. 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

ZeroStructuredDocumentRegion.java :

130 : public ITextRegionContainer getParent() {

22. 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

ZeroStructuredDocumentRegion.java :

134 : public IStructuredDocument getParentDocument() {

23. 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

ZeroStructuredDocumentRegion.java :

138 : public IStructuredDocumentRegion getPrevious() {

24. 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

ZeroStructuredDocumentRegion.java :

144 : public ITextRegion getRegionAtCharacterOffset(int offset) {

25. 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

ZeroStructuredDocumentRegion.java :

150 : public ITextRegionList getRegions() {

26. WARNING: DiscouragedReference

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

ZeroStructuredDocumentRegion.java :

151 : return new TextRegionListImpl(); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

ZeroStructuredDocumentRegion.java :

151 : return new TextRegionListImpl(); //$NON-NLS-1$

28. 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

ZeroStructuredDocumentRegion.java :

166 : public int getStartOffset(ITextRegion containedRegion) {

29. 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

ZeroStructuredDocumentRegion.java :

172 : public IStructuredDocument getStructuredDocument() {

30. 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

ZeroStructuredDocumentRegion.java :

184 : public String getText(ITextRegion aRegion) {

31. 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

ZeroStructuredDocumentRegion.java :

206 : public int getTextEndOffset(ITextRegion containedRegion) {

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

ZeroStructuredDocumentRegion.java :

232 : public boolean sameAs(IStructuredDocumentRegion region, int shift) {

33. 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

ZeroStructuredDocumentRegion.java :

238 : public boolean sameAs(ITextRegion region, int shift) {

34. 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

ZeroStructuredDocumentRegion.java :

242 : public boolean sameAs(ITextRegion oldRegion, IStructuredDocumentRegion documentRegion, ITextRegion newRegion, int shift) {

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

ZeroStructuredDocumentRegion.java :

242 : public boolean sameAs(ITextRegion oldRegion, IStructuredDocumentRegion documentRegion, ITextRegion newRegion, int shift) {

36. 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

ZeroStructuredDocumentRegion.java :

242 : public boolean sameAs(ITextRegion oldRegion, IStructuredDocumentRegion documentRegion, ITextRegion newRegion, int shift) {

37. 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

ZeroStructuredDocumentRegion.java :

261 : public void setNext(IStructuredDocumentRegion newNext) {

38. 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

ZeroStructuredDocumentRegion.java :

271 : public void setParentDocument(IStructuredDocument document) {

39. 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

ZeroStructuredDocumentRegion.java :

275 : public void setPrevious(IStructuredDocumentRegion newPrevious) {

40. 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

ZeroStructuredDocumentRegion.java :

279 : public void setRegions(ITextRegionList embeddedRegions) {

41. WARNING: DiscouragedReference

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

ZeroStructuredDocumentRegion.java :

287 : public StructuredDocumentEvent updateRegion(Object requester, IStructuredDocumentRegion flatnode, String changes, int start, int end) {

42. 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

ZeroStructuredDocumentRegion.java :

287 : public StructuredDocumentEvent updateRegion(Object requester, IStructuredDocumentRegion flatnode, String changes, int start, int end) {

Source File: org/eclipse/jst/jsp/core/internal/validation/HTMLValidationReporter.java
1. WARNING: DiscouragedReference

Discouraged access: The type MessageFactory 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

HTMLValidationReporter.java :

14 : import org.eclipse.wst.html.core.internal.validate.MessageFactory;

2. 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

HTMLValidationReporter.java :

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

3. 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

HTMLValidationReporter.java :

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

4. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

17 : import org.eclipse.wst.sse.core.internal.validate.ErrorInfo;

5. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

18 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

6. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

19 : import org.eclipse.wst.sse.core.internal.validate.ValidationReporter;

7. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

28 : class HTMLValidationReporter implements ValidationReporter {

8. 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

HTMLValidationReporter.java :

33 : private IStructuredModel model = null;

9. WARNING: DiscouragedReference

Discouraged access: The type MessageFactory 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

HTMLValidationReporter.java :

34 : private MessageFactory fFactory = null;

10. 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

HTMLValidationReporter.java :

38 : public HTMLValidationReporter(IValidator owner, IReporter reporter, IFile file, IStructuredModel model) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor MessageFactory(IProject) 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

HTMLValidationReporter.java :

44 : fFactory = new MessageFactory(file != null ? file.getProject() : null);

12. WARNING: DiscouragedReference

Discouraged access: The type MessageFactory 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

HTMLValidationReporter.java :

44 : fFactory = new MessageFactory(file != null ? file.getProject() : null);

13. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

63 : public void report(ValidationMessage message) {

14. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

64 : if (message == null || this.file == null || message.getSeverity() == ValidationMessage.IGNORE)

15. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

64 : if (message == null || this.file == null || message.getSeverity() == ValidationMessage.IGNORE)

16. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

64 : if (message == null || this.file == null || message.getSeverity() == ValidationMessage.IGNORE)

17. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

76 : private IMessage translateMessage(ValidationMessage message) {

18. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

78 : switch (message.getSeverity()) {

19. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

79 : case ValidationMessage.ERROR :

20. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

79 : case ValidationMessage.ERROR :

21. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

82 : case ValidationMessage.WARNING :

22. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

82 : case ValidationMessage.WARNING :

23. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

85 : case ValidationMessage.INFORMATION :

24. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

85 : case ValidationMessage.INFORMATION :

25. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

91 : IMessage mes = new LocalizedMessage(severity, message.getMessage(), this.file);

26. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

92 : mes.setOffset(message.getOffset());

27. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

93 : mes.setLength(message.getLength());

28. 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

HTMLValidationReporter.java :

95 : IStructuredDocument flatModel = this.model.getStructuredDocument();

29. 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

HTMLValidationReporter.java :

95 : IStructuredDocument flatModel = this.model.getStructuredDocument();

30. 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

HTMLValidationReporter.java :

97 : int line = flatModel.getLineOfOffset(message.getOffset());

31. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

97 : int line = flatModel.getLineOfOffset(message.getOffset());

32. WARNING: DiscouragedReference

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

HTMLValidationReporter.java :

105 : public void report(ErrorInfo info) {

33. WARNING: DiscouragedReference

Discouraged access: The method createMessage(ErrorInfo) from the type MessageFactory 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

HTMLValidationReporter.java :

106 : report(fFactory.createMessage(info));

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPActionValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLCoreMessages 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

JSPActionValidator.java :

41 : import org.eclipse.wst.html.core.internal.HTMLCoreMessages;

2. 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

JSPActionValidator.java :

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

3. 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

JSPActionValidator.java :

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

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

JSPActionValidator.java :

45 : 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

JSPActionValidator.java :

46 : 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

JSPActionValidator.java :

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

7. 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

JSPActionValidator.java :

48 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

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

JSPActionValidator.java :

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

9. WARNING: DiscouragedReference

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

JSPActionValidator.java :

50 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

10. 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

JSPActionValidator.java :

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

11. 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

JSPActionValidator.java :

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

12. 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

JSPActionValidator.java :

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

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

JSPActionValidator.java :

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

14. WARNING: DiscouragedReference

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

JSPActionValidator.java :

58 : import org.eclipse.wst.xml.core.internal.contentmodel.basic.CMNamedNodeMapImpl;

15. WARNING: DiscouragedReference

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

JSPActionValidator.java :

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

16. WARNING: DiscouragedReference

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

JSPActionValidator.java :

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

17. WARNING: DiscouragedReference

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

JSPActionValidator.java :

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

18. 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

JSPActionValidator.java :

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

19. 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

JSPActionValidator.java :

63 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

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

JSPActionValidator.java :

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

21. 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

JSPActionValidator.java :

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

22. 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

JSPActionValidator.java :

99 : private void checkNonEmptyInlineTag(IDOMElement element, CMElementDeclaration cmElementDecl, IReporter reporter, IFile file, IStructuredDocument document) {

23. 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

JSPActionValidator.java :

99 : private void checkNonEmptyInlineTag(IDOMElement element, CMElementDeclaration cmElementDecl, IReporter reporter, IFile file, IStructuredDocument document) {

24. 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

JSPActionValidator.java :

99 : private void checkNonEmptyInlineTag(IDOMElement element, CMElementDeclaration cmElementDecl, IReporter reporter, IFile file, IStructuredDocument document) {

25. 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

JSPActionValidator.java :

100 : if (cmElementDecl.getContentType() == CMElementDeclaration.EMPTY && element.getChildNodes().getLength() > 0) {

26. 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

JSPActionValidator.java :

100 : if (cmElementDecl.getContentType() == CMElementDeclaration.EMPTY && element.getChildNodes().getLength() > 0) {

27. 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

JSPActionValidator.java :

100 : if (cmElementDecl.getContentType() == CMElementDeclaration.EMPTY && element.getChildNodes().getLength() > 0) {

28. 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

JSPActionValidator.java :

103 : int start = element.getStartOffset();

29. WARNING: DiscouragedReference

Discouraged access: The method getStartEndOffset() from 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

JSPActionValidator.java :

104 : int length = element.getStartEndOffset() - start;

30. 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

JSPActionValidator.java :

105 : int lineNo = document.getLineOfOffset(start);

31. WARNING: DiscouragedReference

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

JSPActionValidator.java :

106 : message.setLineNo(lineNo);

32. WARNING: DiscouragedReference

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

JSPActionValidator.java :

107 : message.setOffset(start);

33. WARNING: DiscouragedReference

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

JSPActionValidator.java :

108 : message.setLength(length);

34. WARNING: DiscouragedReference

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

JSPActionValidator.java :

119 : private boolean checkRuntimeValue(IDOMAttr a) {

35. 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

JSPActionValidator.java :

120 : ITextRegion value = a.getValueRegion();

36. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() 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

JSPActionValidator.java :

120 : ITextRegion value = a.getValueRegion();

37. 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

JSPActionValidator.java :

121 : if (value instanceof ITextRegionContainer) {

38. 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

JSPActionValidator.java :

122 : Iterator it = ((ITextRegionContainer) value).getRegions().iterator();

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

JSPActionValidator.java :

122 : Iterator it = ((ITextRegionContainer) value).getRegions().iterator();

40. 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

JSPActionValidator.java :

122 : Iterator it = ((ITextRegionContainer) value).getRegions().iterator();

41. 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

JSPActionValidator.java :

124 : String type = ((ITextRegion) it.next()).getType();

42. 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

JSPActionValidator.java :

124 : String type = ((ITextRegion) it.next()).getType();

43. 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

JSPActionValidator.java :

141 : private boolean isElIgnored(IPath path, IStructuredModel model) {

44. 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

JSPActionValidator.java :

144 : String directiveIsELIgnored = ((PageDirectiveAdapterImpl)(((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class))).getElIgnored();

45. 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

JSPActionValidator.java :

144 : String directiveIsELIgnored = ((PageDirectiveAdapterImpl)(((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class))).getElIgnored();

46. 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

JSPActionValidator.java :

144 : String directiveIsELIgnored = ((PageDirectiveAdapterImpl)(((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class))).getElIgnored();

47. 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

JSPActionValidator.java :

156 : private void checkRequiredAttributes(IDOMElement element, CMNamedNodeMap attrMap, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

48. 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

JSPActionValidator.java :

156 : private void checkRequiredAttributes(IDOMElement element, CMNamedNodeMap attrMap, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

49. 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

JSPActionValidator.java :

156 : private void checkRequiredAttributes(IDOMElement element, CMNamedNodeMap attrMap, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

50. 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

JSPActionValidator.java :

156 : private void checkRequiredAttributes(IDOMElement element, CMNamedNodeMap attrMap, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

51. WARNING: DiscouragedReference

Discouraged access: The method iterator() 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

JSPActionValidator.java :

157 : Iterator it = attrMap.iterator();

52. 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

JSPActionValidator.java :

158 : CMAttributeDeclaration attr = null;

53. 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

JSPActionValidator.java :

160 : attr = (CMAttributeDeclaration) it.next();

54. WARNING: DiscouragedReference

Discouraged access: The method getUsage() 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

JSPActionValidator.java :

161 : if (attr.getUsage() == CMAttributeDeclaration.REQUIRED) {

55. 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

JSPActionValidator.java :

161 : if (attr.getUsage() == CMAttributeDeclaration.REQUIRED) {

56. 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

JSPActionValidator.java :

161 : if (attr.getUsage() == CMAttributeDeclaration.REQUIRED) {

57. 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

JSPActionValidator.java :

162 : Attr a = element.getAttributeNode(attr.getAttrName());

58. 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

JSPActionValidator.java :

166 : String msgText = NLS.bind(JSPCoreMessages.JSPDirectiveValidator_5, attr.getAttrName());

59. 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

JSPActionValidator.java :

168 : int start = element.getStartOffset();

60. WARNING: DiscouragedReference

Discouraged access: The method getStartEndOffset() from 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

JSPActionValidator.java :

169 : int length = element.getStartEndOffset() - start;

61. 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

JSPActionValidator.java :

170 : int lineNo = document.getLineOfOffset(start);

62. WARNING: DiscouragedReference

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

JSPActionValidator.java :

171 : message.setLineNo(lineNo);

63. WARNING: DiscouragedReference

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

JSPActionValidator.java :

172 : message.setOffset(start);

64. WARNING: DiscouragedReference

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

JSPActionValidator.java :

173 : message.setLength(length);

65. 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

JSPActionValidator.java :

191 : private boolean checkJSPAttributeAction(IDOMElement element, CMAttributeDeclaration attr) {

66. 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

JSPActionValidator.java :

191 : private boolean checkJSPAttributeAction(IDOMElement element, CMAttributeDeclaration attr) {

67. 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

JSPActionValidator.java :

194 : String neededAttrName = attr.getNodeName();

68. 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

JSPActionValidator.java :

209 : private boolean checkUnknownAttributes(IDOMElement element, CMNamedNodeMap cmAttrs, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

69. 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

JSPActionValidator.java :

209 : private boolean checkUnknownAttributes(IDOMElement element, CMNamedNodeMap cmAttrs, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

70. 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

JSPActionValidator.java :

209 : private boolean checkUnknownAttributes(IDOMElement element, CMNamedNodeMap cmAttrs, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

71. 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

JSPActionValidator.java :

209 : private boolean checkUnknownAttributes(IDOMElement element, CMNamedNodeMap cmAttrs, IReporter reporter, IFile file, IStructuredDocument document, IStructuredDocumentRegion documentRegion) {

72. 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

JSPActionValidator.java :

215 : CMAttributeDeclaration adec = (CMAttributeDeclaration) cmAttrs.getNamedItem(a.getName());

73. 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

JSPActionValidator.java :

215 : CMAttributeDeclaration adec = (CMAttributeDeclaration) cmAttrs.getNamedItem(a.getName());

74. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) 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

JSPActionValidator.java :

215 : CMAttributeDeclaration adec = (CMAttributeDeclaration) cmAttrs.getNamedItem(a.getName());

75. WARNING: DiscouragedReference

Discouraged access: The method getNameRegion() 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

JSPActionValidator.java :

220 : if (!hasJSPRegion(((IDOMNode) a).getNameRegion()) && fSeverityUnknownAttribute != ValidationMessage.IGNORE) {

76. 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

JSPActionValidator.java :

220 : if (!hasJSPRegion(((IDOMNode) a).getNameRegion()) && fSeverityUnknownAttribute != ValidationMessage.IGNORE) {

77. WARNING: DiscouragedReference

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

JSPActionValidator.java :

220 : if (!hasJSPRegion(((IDOMNode) a).getNameRegion()) && fSeverityUnknownAttribute != ValidationMessage.IGNORE) {

78. WARNING: DiscouragedReference

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

JSPActionValidator.java :

220 : if (!hasJSPRegion(((IDOMNode) a).getNameRegion()) && fSeverityUnknownAttribute != ValidationMessage.IGNORE) {

79. WARNING: DiscouragedReference

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

JSPActionValidator.java :

223 : int start = ((IDOMAttr) a).getNameRegionStartOffset();

80. WARNING: DiscouragedReference

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

JSPActionValidator.java :

223 : int start = ((IDOMAttr) a).getNameRegionStartOffset();

81. WARNING: DiscouragedReference

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

JSPActionValidator.java :

224 : int length = ((IDOMAttr) a).getNameRegionEndOffset() - start;

82. WARNING: DiscouragedReference

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

JSPActionValidator.java :

224 : int length = ((IDOMAttr) a).getNameRegionEndOffset() - start;

83. 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

JSPActionValidator.java :

225 : int lineNo = document.getLineOfOffset(start);

84. WARNING: DiscouragedReference

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

JSPActionValidator.java :

226 : message.setLineNo(lineNo);

85. WARNING: DiscouragedReference

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

JSPActionValidator.java :

227 : message.setOffset(start);

86. WARNING: DiscouragedReference

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

JSPActionValidator.java :

228 : message.setLength(length);

87. WARNING: DiscouragedReference

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

JSPActionValidator.java :

240 : IDOMAttr attr = (IDOMAttr) a;

88. WARNING: DiscouragedReference

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

JSPActionValidator.java :

240 : IDOMAttr attr = (IDOMAttr) a;

89. WARNING: DiscouragedReference

Discouraged access: The type HTMLCoreMessages 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

JSPActionValidator.java :

242 : String msg = NLS.bind(HTMLCoreMessages.Invalid_attribute___0____ERROR_, a.getName());

90. WARNING: DiscouragedReference

Discouraged access: The field Invalid_attribute___0____ERROR_ from the type HTMLCoreMessages 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

JSPActionValidator.java :

242 : String msg = NLS.bind(HTMLCoreMessages.Invalid_attribute___0____ERROR_, a.getName());

91. 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

JSPActionValidator.java :

244 : ITextRegion region = attr.getValueRegion();

92. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() 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

JSPActionValidator.java :

244 : ITextRegion region = attr.getValueRegion();

93. WARNING: DiscouragedReference

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

JSPActionValidator.java :

245 : int start = attr.getValueRegionStartOffset();

94. 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

JSPActionValidator.java :

246 : int length = region != null ? region.getTextLength() : 0;

95. 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

JSPActionValidator.java :

247 : int lineNo = document.getLineOfOffset(start);

96. WARNING: DiscouragedReference

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

JSPActionValidator.java :

248 : message.setLineNo(lineNo);

97. WARNING: DiscouragedReference

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

JSPActionValidator.java :

249 : message.setOffset(start);

98. WARNING: DiscouragedReference

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

JSPActionValidator.java :

250 : message.setLength(length);

99. WARNING: DiscouragedReference

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

JSPActionValidator.java :

268 : case ValidationMessage.ERROR :

100. WARNING: DiscouragedReference

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

JSPActionValidator.java :

268 : case ValidationMessage.ERROR :

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPBatchValidator.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

JSPBatchValidator.java :

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

2. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

59 : import org.eclipse.wst.validation.internal.ConfigurationManager;

3. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

60 : import org.eclipse.wst.validation.internal.ProjectConfiguration;

4. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

61 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;

5. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

62 : import org.eclipse.wst.validation.internal.core.Message;

6. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

63 : import org.eclipse.wst.validation.internal.core.ValidationException;

7. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

64 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

8. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

126 : static private ProjectConfiguration getProjectConfiguration(IFile file) {

9. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

127 : ProjectConfiguration projectConfiguration = null;

10. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

132 : projectConfiguration = ConfigurationManager.getManager().getProjectConfiguration(project);

11. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

132 : projectConfiguration = ConfigurationManager.getManager().getProjectConfiguration(project);

12. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

132 : projectConfiguration = ConfigurationManager.getManager().getProjectConfiguration(project);

13. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

155 : ProjectConfiguration configuration = getProjectConfiguration(file);

14. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

157 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JSPBatchValidator.class.getName());

15. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

157 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JSPBatchValidator.class.getName());

16. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

157 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JSPBatchValidator.class.getName());

17. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

157 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JSPBatchValidator.class.getName());

18. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

159 : if (!configuration.isBuildEnabled(metadata) && !configuration.isManualEnabled(metadata))

19. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

159 : if (!configuration.isBuildEnabled(metadata) && !configuration.isManualEnabled(metadata))

20. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

192 : void doValidate(IValidationContext helper, IReporter reporter) throws ValidationException {

21. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

201 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, currentFile.getFullPath().toString().substring(1));

22. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

212 : if (helper instanceof IWorkbenchContext) {

23. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

213 : IProject project = ((IWorkbenchContext) helper).getProject();

24. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

213 : IProject project = ((IWorkbenchContext) helper).getProject();

25. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

215 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, NLS.bind(JSPCoreMessages.JSPBatchValidator_0, project.getFullPath()));

26. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

284 : if (helper instanceof IWorkbenchContext) {

27. 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

JSPBatchValidator.java :

382 : private void performValidation(IFile f, IReporter reporter, IStructuredModel model) {

28. 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

JSPBatchValidator.java :

386 : fJSPDirectiveValidator.performValidation(f, reporter, model.getStructuredDocument());

29. 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

JSPBatchValidator.java :

388 : fJSPELValidator.performValidation(f, reporter, model.getStructuredDocument());

30. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

418 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

31. 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

JSPBatchValidator.java :

435 : IStructuredModel model = null;

32. 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

JSPBatchValidator.java :

438 : model = StructuredModelManager.getModelManager().getModelForRead(f);

33. 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

JSPBatchValidator.java :

452 : model.releaseFromRead();

34. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

456 : public IStatus validateInJob(final IValidationContext helper, final IReporter reporter) throws ValidationException {

35. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

467 : catch (ValidationException e) {

36. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

476 : if (e.getCause() instanceof ValidationException) {

37. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

477 : throw (ValidationException) e.getCause();

38. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

479 : throw new ValidationException(new LocalizedMessage(IMessage.ERROR_AND_WARNING, e.getMessage()), e);

39. WARNING: DiscouragedReference

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

JSPBatchValidator.java :

479 : throw new ValidationException(new LocalizedMessage(IMessage.ERROR_AND_WARNING, e.getMessage()), e);

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPContentValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLDocumentTypeConstants 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

JSPContentValidator.java :

21 : import org.eclipse.wst.html.core.internal.document.HTMLDocumentTypeConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLValidationAdapterFactory 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

JSPContentValidator.java :

22 : import org.eclipse.wst.html.core.internal.validate.HTMLValidationAdapterFactory;

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

JSPContentValidator.java :

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

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

JSPContentValidator.java :

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

5. WARNING: DiscouragedReference

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

JSPContentValidator.java :

26 : import org.eclipse.wst.sse.core.internal.validate.ValidationAdapter;

6. WARNING: DiscouragedReference

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

JSPContentValidator.java :

28 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

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

JSPContentValidator.java :

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

8. 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

JSPContentValidator.java :

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

9. 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

JSPContentValidator.java :

42 : private boolean hasHTMLFeature(IDOMDocument document) {

10. WARNING: DiscouragedReference

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

JSPContentValidator.java :

43 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

11. WARNING: DiscouragedReference

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

JSPContentValidator.java :

43 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

12. 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

JSPContentValidator.java :

43 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

13. WARNING: DiscouragedReference

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

JSPContentValidator.java :

43 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

14. WARNING: DiscouragedReference

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

JSPContentValidator.java :

46 : return adapter.hasFeature(HTMLDocumentTypeConstants.HTML);

15. WARNING: DiscouragedReference

Discouraged access: The type HTMLDocumentTypeConstants 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

JSPContentValidator.java :

46 : return adapter.hasFeature(HTMLDocumentTypeConstants.HTML);

16. WARNING: DiscouragedReference

Discouraged access: The field HTML from the type HTMLDocumentTypeConstants 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

JSPContentValidator.java :

46 : return adapter.hasFeature(HTMLDocumentTypeConstants.HTML);

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

JSPContentValidator.java :

75 : private HTMLValidationReporter getReporter(IReporter reporter, IFile file, IDOMModel model) {

18. 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

JSPContentValidator.java :

82 : protected void validate(IReporter reporter, IFile file, IDOMModel model) {

19. 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

JSPContentValidator.java :

85 : IDOMDocument document = model.getDocument();

20. 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

JSPContentValidator.java :

85 : IDOMDocument document = model.getDocument();

21. 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

JSPContentValidator.java :

92 : INodeAdapterFactory factory = HTMLValidationAdapterFactory.getInstance();

22. WARNING: DiscouragedReference

Discouraged access: The type HTMLValidationAdapterFactory 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

JSPContentValidator.java :

92 : INodeAdapterFactory factory = HTMLValidationAdapterFactory.getInstance();

23. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type HTMLValidationAdapterFactory 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

JSPContentValidator.java :

92 : INodeAdapterFactory factory = HTMLValidationAdapterFactory.getInstance();

24. WARNING: DiscouragedReference

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

JSPContentValidator.java :

93 : ValidationAdapter adapter = (ValidationAdapter) factory.adapt(document);

25. WARNING: DiscouragedReference

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

JSPContentValidator.java :

93 : ValidationAdapter adapter = (ValidationAdapter) factory.adapt(document);

26. 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

JSPContentValidator.java :

93 : ValidationAdapter adapter = (ValidationAdapter) factory.adapt(document);

27. WARNING: DiscouragedReference

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

JSPContentValidator.java :

99 : adapter.setReporter(rep);

28. WARNING: DiscouragedReference

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

JSPContentValidator.java :

100 : adapter.validate(document);

29. 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

JSPContentValidator.java :

109 : IStructuredModel model = null;

30. 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

JSPContentValidator.java :

111 : model = StructuredModelManager.getModelManager().getModelForRead(f);

31. 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

JSPContentValidator.java :

112 : if (!reporter.isCancelled() && model instanceof IDOMModel) {

32. 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

JSPContentValidator.java :

115 : validate(reporter, f, (IDOMModel) model);

33. 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

JSPContentValidator.java :

127 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPDirectiveValidator.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

JSPDirectiveValidator.java :

53 : import org.eclipse.wst.html.core.internal.contentmodel.JSP20Namespace;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames 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

JSPDirectiveValidator.java :

54 : import org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames;

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

JSPDirectiveValidator.java :

56 : 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

JSPDirectiveValidator.java :

57 : 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

JSPDirectiveValidator.java :

58 : 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

JSPDirectiveValidator.java :

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

7. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

60 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

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

JSPDirectiveValidator.java :

134 : private void collectTaglibPrefix(IStructuredDocumentRegion documentRegion, ITextRegion valueRegion, String taglibPrefix) {

9. 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

JSPDirectiveValidator.java :

134 : private void collectTaglibPrefix(IStructuredDocumentRegion documentRegion, ITextRegion valueRegion, String taglibPrefix) {

10. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

164 : case ValidationMessage.ERROR :

11. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

164 : case ValidationMessage.ERROR :

12. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

166 : case ValidationMessage.WARNING :

13. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

166 : case ValidationMessage.WARNING :

14. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

168 : case ValidationMessage.INFORMATION :

15. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

168 : case ValidationMessage.INFORMATION :

16. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

170 : case ValidationMessage.IGNORE :

17. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

170 : case ValidationMessage.IGNORE :

18. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

171 : return ValidationMessage.IGNORE;

19. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

171 : return ValidationMessage.IGNORE;

20. 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

JSPDirectiveValidator.java :

212 : protected void performValidation(IFile f, IReporter reporter, IStructuredDocument sDoc) {

21. 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

JSPDirectiveValidator.java :

225 : IStructuredDocumentRegion region = sDoc.getFirstStructuredDocumentRegion();

22. 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

JSPDirectiveValidator.java :

225 : IStructuredDocumentRegion region = sDoc.getFirstStructuredDocumentRegion();

23. 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

JSPDirectiveValidator.java :

228 : if (region.getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

24. 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

JSPDirectiveValidator.java :

231 : region = region.getNext();

25. 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

JSPDirectiveValidator.java :

244 : private void processDirective(IReporter reporter, IFile file, IStructuredDocument sDoc, IStructuredDocumentRegion documentRegion) {

26. 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

JSPDirectiveValidator.java :

244 : private void processDirective(IReporter reporter, IFile file, IStructuredDocument sDoc, IStructuredDocumentRegion documentRegion) {

27. 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

JSPDirectiveValidator.java :

258 : private void processIncludeDirective(IReporter reporter, IFile file, IStructuredDocument sDoc, IStructuredDocumentRegion documentRegion) {

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

JSPDirectiveValidator.java :

258 : private void processIncludeDirective(IReporter reporter, IFile file, IStructuredDocument sDoc, IStructuredDocumentRegion documentRegion) {

29. 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

JSPDirectiveValidator.java :

259 : ITextRegion fileValueRegion = getAttributeValueRegion(documentRegion, JSP11Namespace.ATTR_NAME_FILE);

30. 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

JSPDirectiveValidator.java :

262 : String fileValue = documentRegion.getText(fileValueRegion);

31. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

265 : if (fileValue.length() == 0 && fSeverityIncludeFileNotSpecified != ValidationMessage.IGNORE) {

32. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

265 : if (fileValue.length() == 0 && fSeverityIncludeFileNotSpecified != ValidationMessage.IGNORE) {

33. 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

JSPDirectiveValidator.java :

269 : int start = documentRegion.getStartOffset(fileValueRegion);

34. 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

JSPDirectiveValidator.java :

270 : int length = fileValueRegion.getTextLength();

35. 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

JSPDirectiveValidator.java :

271 : int lineNo = sDoc.getLineOfOffset(start);

36. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

272 : message.setLineNo(lineNo + 1);

37. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

273 : message.setOffset(start);

38. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

274 : message.setLength(length);

39. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

284 : if (fSeverityIncludeFileMissing != ValidationMessage.IGNORE) {

40. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

284 : if (fSeverityIncludeFileMissing != ValidationMessage.IGNORE) {

41. 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

JSPDirectiveValidator.java :

288 : int start = documentRegion.getStartOffset(fileValueRegion);

42. 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

JSPDirectiveValidator.java :

289 : int length = fileValueRegion.getTextLength();

43. 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

JSPDirectiveValidator.java :

290 : int lineNo = sDoc.getLineOfOffset(start);

44. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

291 : message.setLineNo(lineNo + 1);

45. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

292 : message.setOffset(start);

46. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

293 : message.setLength(length);

47. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

301 : else if (fSeverityIncludeFileNotSpecified != ValidationMessage.IGNORE) {

48. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

301 : else if (fSeverityIncludeFileNotSpecified != ValidationMessage.IGNORE) {

49. 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

JSPDirectiveValidator.java :

305 : int start = documentRegion.getStartOffset();

50. 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

JSPDirectiveValidator.java :

306 : int length = documentRegion.getTextLength();

51. 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

JSPDirectiveValidator.java :

307 : int lineNo = sDoc.getLineOfOffset(start);

52. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

308 : message.setLineNo(lineNo + 1);

53. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

309 : message.setOffset(start);

54. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

310 : message.setLength(length);

55. 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

JSPDirectiveValidator.java :

322 : private void processPageDirective(IReporter reporter, IFile file, IStructuredDocument doc, IStructuredDocumentRegion documentRegion) {

56. 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

JSPDirectiveValidator.java :

322 : private void processPageDirective(IReporter reporter, IFile file, IStructuredDocument doc, IStructuredDocumentRegion documentRegion) {

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

JSPDirectiveValidator.java :

323 : ITextRegion superclassValueRegion = getAttributeValueRegion(documentRegion, JSP11Namespace.ATTR_NAME_EXTENDS);

58. 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

JSPDirectiveValidator.java :

326 : String superclassName = documentRegion.getText(superclassValueRegion);

59. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

339 : if (superClass == null && fSeveritySuperClassNotFound != ValidationMessage.IGNORE) {

60. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

339 : if (superClass == null && fSeveritySuperClassNotFound != ValidationMessage.IGNORE) {

61. 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

JSPDirectiveValidator.java :

343 : int start = documentRegion.getStartOffset(superclassValueRegion);

62. 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

JSPDirectiveValidator.java :

344 : int length = superclassValueRegion.getTextLength();

63. 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

JSPDirectiveValidator.java :

345 : int lineNo = doc.getLineOfOffset(start);

64. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

346 : message.setLineNo(lineNo + 1);

65. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

347 : message.setOffset(start);

66. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

348 : message.setLength(length);

67. 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

JSPDirectiveValidator.java :

355 : private void processTaglibDirective(IReporter reporter, IFile file, IStructuredDocument sDoc, IStructuredDocumentRegion documentRegion) {

68. 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

JSPDirectiveValidator.java :

355 : private void processTaglibDirective(IReporter reporter, IFile file, IStructuredDocument sDoc, IStructuredDocumentRegion documentRegion) {

69. 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

JSPDirectiveValidator.java :

356 : ITextRegion prefixValueRegion = null;

70. 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

JSPDirectiveValidator.java :

357 : ITextRegion uriValueRegion = getAttributeValueRegion(documentRegion, JSP11Namespace.ATTR_NAME_URI);

71. 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

JSPDirectiveValidator.java :

358 : ITextRegion tagdirValueRegion = getAttributeValueRegion(documentRegion, JSP20Namespace.ATTR_NAME_TAGDIR);

72. 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

JSPDirectiveValidator.java :

358 : ITextRegion tagdirValueRegion = getAttributeValueRegion(documentRegion, JSP20Namespace.ATTR_NAME_TAGDIR);

73. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_TAGDIR from 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

JSPDirectiveValidator.java :

358 : ITextRegion tagdirValueRegion = getAttributeValueRegion(documentRegion, JSP20Namespace.ATTR_NAME_TAGDIR);

74. 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

JSPDirectiveValidator.java :

361 : String uri = documentRegion.getText(uriValueRegion);

75. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

426 : if (reference == null && fSeverityTaglibUnresolvableURI != ValidationMessage.IGNORE) {

76. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

426 : if (reference == null && fSeverityTaglibUnresolvableURI != ValidationMessage.IGNORE) {

77. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

430 : int start = documentRegion.getStartOffset(uriValueRegion);

78. 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

JSPDirectiveValidator.java :

431 : int length = uriValueRegion.getTextLength();

79. 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

JSPDirectiveValidator.java :

432 : int lineNo = sDoc.getLineOfOffset(start);

80. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

433 : message.setLineNo(lineNo);

81. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

434 : message.setOffset(start);

82. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

435 : message.setLength(length);

83. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

437 : message.setAttribute("PROBLEM_ID", new Integer(611));

84. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

442 : else if (fSeverityTaglibMissingURI != ValidationMessage.IGNORE) {

85. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

442 : else if (fSeverityTaglibMissingURI != ValidationMessage.IGNORE) {

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

JSPDirectiveValidator.java :

446 : int start = documentRegion.getStartOffset(uriValueRegion);

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

JSPDirectiveValidator.java :

447 : int length = uriValueRegion.getTextLength();

88. 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

JSPDirectiveValidator.java :

448 : int lineNo = sDoc.getLineOfOffset(start);

89. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

449 : message.setLineNo(lineNo + 1);

90. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

450 : message.setOffset(start);

91. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

451 : message.setLength(length);

92. 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

JSPDirectiveValidator.java :

459 : String tagdir = documentRegion.getText(tagdirValueRegion);

93. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

463 : if (tagdir.length() <= 0 && fSeverityTaglibMissingURI != ValidationMessage.IGNORE) {

94. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

463 : if (tagdir.length() <= 0 && fSeverityTaglibMissingURI != ValidationMessage.IGNORE) {

95. 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

JSPDirectiveValidator.java :

465 : String msgText = NLS.bind(JSPCoreMessages.JSPDirectiveValidator_3, JSP20Namespace.ATTR_NAME_TAGDIR);

96. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_TAGDIR from 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

JSPDirectiveValidator.java :

465 : String msgText = NLS.bind(JSPCoreMessages.JSPDirectiveValidator_3, JSP20Namespace.ATTR_NAME_TAGDIR);

97. 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

JSPDirectiveValidator.java :

467 : int start = documentRegion.getStartOffset(tagdirValueRegion);

98. 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

JSPDirectiveValidator.java :

468 : int length = tagdirValueRegion.getTextLength();

99. 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

JSPDirectiveValidator.java :

469 : int lineNo = sDoc.getLineOfOffset(start);

100. WARNING: DiscouragedReference

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

JSPDirectiveValidator.java :

470 : message.setLineNo(lineNo + 1);

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPELValidator.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

JSPELValidator.java :

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

2. 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

JSPELValidator.java :

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

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

JSPELValidator.java :

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

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

JSPELValidator.java :

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

5. 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

JSPELValidator.java :

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

6. WARNING: DiscouragedReference

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

JSPELValidator.java :

38 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

7. WARNING: DiscouragedReference

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

JSPELValidator.java :

39 : import org.eclipse.wst.validation.internal.core.Message;

8. 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

JSPELValidator.java :

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

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

JSPELValidator.java :

66 : IStructuredModel model = null;

10. 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

JSPELValidator.java :

68 : model = StructuredModelManager.getModelManager().getModelForRead(file);

11. 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

JSPELValidator.java :

70 : performValidation(file, reporter, model.getStructuredDocument());

12. 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

JSPELValidator.java :

78 : model.releaseFromRead();

13. WARNING: DiscouragedReference

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

JSPELValidator.java :

100 : case ValidationMessage.ERROR :

14. WARNING: DiscouragedReference

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

JSPELValidator.java :

100 : case ValidationMessage.ERROR :

15. WARNING: DiscouragedReference

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

JSPELValidator.java :

102 : case ValidationMessage.WARNING :

16. WARNING: DiscouragedReference

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

JSPELValidator.java :

102 : case ValidationMessage.WARNING :

17. WARNING: DiscouragedReference

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

JSPELValidator.java :

104 : case ValidationMessage.INFORMATION :

18. WARNING: DiscouragedReference

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

JSPELValidator.java :

104 : case ValidationMessage.INFORMATION :

19. WARNING: DiscouragedReference

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

JSPELValidator.java :

106 : case ValidationMessage.IGNORE :

20. WARNING: DiscouragedReference

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

JSPELValidator.java :

106 : case ValidationMessage.IGNORE :

21. WARNING: DiscouragedReference

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

JSPELValidator.java :

107 : return ValidationMessage.IGNORE;

22. WARNING: DiscouragedReference

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

JSPELValidator.java :

107 : return ValidationMessage.IGNORE;

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

JSPELValidator.java :

117 : protected void performValidation(IFile file, IReporter reporter, IStructuredDocument structuredDoc) {

24. 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

JSPELValidator.java :

119 : IStructuredDocumentRegion curNode = structuredDoc.getFirstStructuredDocumentRegion();

25. 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

JSPELValidator.java :

119 : IStructuredDocumentRegion curNode = structuredDoc.getFirstStructuredDocumentRegion();

26. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

27. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

28. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

29. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

30. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

31. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

32. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

33. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

34. 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

JSPELValidator.java :

121 : if (curNode.getType() != DOMRegionContext.XML_COMMENT_TEXT && curNode.getType() != DOMRegionContext.XML_CDATA_TEXT && curNode.getType() != DOMRegionContext.UNDEFINED) {

35. 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

JSPELValidator.java :

124 : curNode = curNode.getNext();

36. 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

JSPELValidator.java :

129 : protected void validateRegionContainer(ITextRegionCollection container, IReporter reporter, IFile file) {

37. 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

JSPELValidator.java :

130 : ITextRegionCollection containerRegion = container;

38. 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

JSPELValidator.java :

131 : Iterator regions = containerRegion.getRegions().iterator();

39. 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

JSPELValidator.java :

131 : Iterator regions = containerRegion.getRegions().iterator();

40. 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

JSPELValidator.java :

132 : ITextRegion region = null;

41. 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

JSPELValidator.java :

134 : region = (ITextRegion) regions.next();

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

JSPELValidator.java :

135 : String type = region.getType();

43. 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

JSPELValidator.java :

136 : if (type != null && region instanceof ITextRegionCollection) {

44. 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

JSPELValidator.java :

137 : ITextRegionCollection parentRegion = ((ITextRegionCollection) region);

45. 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

JSPELValidator.java :

137 : ITextRegionCollection parentRegion = ((ITextRegionCollection) region);

46. 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

JSPELValidator.java :

138 : Iterator childRegions = parentRegion.getRegions().iterator();

47. 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

JSPELValidator.java :

138 : Iterator childRegions = parentRegion.getRegions().iterator();

48. 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

JSPELValidator.java :

140 : ITextRegion childRegion = (ITextRegion) childRegions.next();

49. 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

JSPELValidator.java :

140 : ITextRegion childRegion = (ITextRegion) childRegions.next();

50. 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

JSPELValidator.java :

142 : if (childRegion.getType() == DOMJSPRegionContexts.JSP_EL_OPEN)

51. 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

JSPELValidator.java :

149 : protected void validateELContent(ITextRegionCollection container, ITextRegion elOpenRegion, Iterator elRegions, IReporter reporter, IFile file) {

52. 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

JSPELValidator.java :

149 : protected void validateELContent(ITextRegionCollection container, ITextRegion elOpenRegion, Iterator elRegions, IReporter reporter, IFile file) {

53. WARNING: DiscouragedReference

Discouraged access: The method getEnd() 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

JSPELValidator.java :

150 : int contentStart = elOpenRegion.getEnd();

54. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(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

JSPELValidator.java :

151 : int contentDocStart = container.getEndOffset(elOpenRegion);

55. 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

JSPELValidator.java :

152 : int contentLength = container.getLength();

56. 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

JSPELValidator.java :

154 : ITextRegion elRegion = null;

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

JSPELValidator.java :

157 : elRegion = (ITextRegion) elRegions.next();

58. 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

JSPELValidator.java :

158 : if (elRegion.getType() == DOMJSPRegionContexts.JSP_EL_CLOSE)

59. 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

JSPELValidator.java :

162 : String elText = container.getFullText().substring(contentStart, (elRegion != null) ? elRegion.getStart() : (contentLength - 1));

60. 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

JSPELValidator.java :

162 : String elText = container.getFullText().substring(contentStart, (elRegion != null) ? elRegion.getStart() : (contentLength - 1));

61. WARNING: DiscouragedReference

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

JSPELValidator.java :

169 : if (sev != ValidationMessage.IGNORE) {

62. WARNING: DiscouragedReference

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

JSPELValidator.java :

169 : if (sev != ValidationMessage.IGNORE) {

63. WARNING: DiscouragedReference

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

JSPELValidator.java :

172 : Message message = new LocalizedMessage(sev, JSPCoreMessages.JSPEL_Syntax);

64. WARNING: DiscouragedReference

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

JSPELValidator.java :

173 : message.setOffset(problemStartOffset);

65. WARNING: DiscouragedReference

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

JSPELValidator.java :

174 : message.setLength(curTok.endColumn - curTok.beginColumn + 1);

66. WARNING: DiscouragedReference

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

JSPELValidator.java :

175 : message.setTargetObject(file);

67. WARNING: DiscouragedReference

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

JSPELValidator.java :

181 : if (sev != ValidationMessage.IGNORE) {

68. WARNING: DiscouragedReference

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

JSPELValidator.java :

181 : if (sev != ValidationMessage.IGNORE) {

69. WARNING: DiscouragedReference

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

JSPELValidator.java :

182 : Message message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, JSPCoreMessages.JSPEL_Token);

70. WARNING: DiscouragedReference

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

JSPELValidator.java :

183 : message.setOffset(contentDocStart);

71. WARNING: DiscouragedReference

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

JSPELValidator.java :

184 : message.setLength(contentLength);

72. WARNING: DiscouragedReference

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

JSPELValidator.java :

185 : message.setTargetObject(file);

73. 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

JSPELValidator.java :

191 : protected void validateXMLNode(ITextRegionCollection container, ITextRegion region, IReporter reporter, IFile file) {

74. 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

JSPELValidator.java :

191 : protected void validateXMLNode(ITextRegionCollection container, ITextRegion region, IReporter reporter, IFile file) {

75. 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

JSPELValidator.java :

192 : String elText = container.getText(region);

76. 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

JSPELValidator.java :

194 : int contentStart = container.getStartOffset(region);

77. 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

JSPELValidator.java :

195 : int contentLength = container.getLength();

78. WARNING: DiscouragedReference

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

JSPELValidator.java :

201 : if (sev != ValidationMessage.IGNORE) {

79. WARNING: DiscouragedReference

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

JSPELValidator.java :

201 : if (sev != ValidationMessage.IGNORE) {

80. WARNING: DiscouragedReference

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

JSPELValidator.java :

204 : Message message = new LocalizedMessage(sev, JSPCoreMessages.JSPEL_Syntax);

81. WARNING: DiscouragedReference

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

JSPELValidator.java :

205 : message.setOffset(problemStartOffset);

82. WARNING: DiscouragedReference

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

JSPELValidator.java :

206 : message.setLength(curTok.endColumn - curTok.beginColumn + 1);

83. WARNING: DiscouragedReference

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

JSPELValidator.java :

207 : message.setTargetObject(file);

84. WARNING: DiscouragedReference

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

JSPELValidator.java :

213 : if (sev != ValidationMessage.IGNORE) {

85. WARNING: DiscouragedReference

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

JSPELValidator.java :

213 : if (sev != ValidationMessage.IGNORE) {

86. WARNING: DiscouragedReference

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

JSPELValidator.java :

214 : Message message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, JSPCoreMessages.JSPEL_Token);

87. WARNING: DiscouragedReference

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

JSPELValidator.java :

215 : message.setOffset(contentStart);

88. WARNING: DiscouragedReference

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

JSPELValidator.java :

216 : message.setLength(contentLength);

89. WARNING: DiscouragedReference

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

JSPELValidator.java :

217 : message.setTargetObject(file);

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPJavaValidator.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

JSPJavaValidator.java :

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

2. 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

JSPJavaValidator.java :

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

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

JSPJavaValidator.java :

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

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

JSPJavaValidator.java :

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

5. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

43 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

6. 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

JSPJavaValidator.java :

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

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

JSPJavaValidator.java :

48 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

8. 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

JSPJavaValidator.java :

81 : if (!(jspDoc instanceof IStructuredDocument))

9. 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

JSPJavaValidator.java :

84 : IStructuredDocument sDoc = (IStructuredDocument) jspDoc;

10. 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

JSPJavaValidator.java :

84 : IStructuredDocument sDoc = (IStructuredDocument) jspDoc;

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

JSPJavaValidator.java :

85 : IStructuredDocumentRegion[] regions = sDoc.getStructuredDocumentRegions(0, m.getOffset() + m.getLength());

12. 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

JSPJavaValidator.java :

85 : IStructuredDocumentRegion[] regions = sDoc.getStructuredDocumentRegions(0, m.getOffset() + m.getLength());

13. 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

JSPJavaValidator.java :

88 : IStructuredDocumentRegion region = regions[i];

14. 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

JSPJavaValidator.java :

89 : if (region.getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

15. 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

JSPJavaValidator.java :

91 : ITextRegion fileValueRegion = getAttributeValueRegion(region, "file"); //$NON-NLS-1$

16. 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

JSPJavaValidator.java :

93 : m.setOffset(region.getStartOffset(fileValueRegion));

17. 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

JSPJavaValidator.java :

94 : m.setLength(fileValueRegion.getTextLength());

18. 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

JSPJavaValidator.java :

97 : m.setOffset(region.getStartOffset());

19. 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

JSPJavaValidator.java :

98 : m.setLength(region.getTextLength());

20. 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

JSPJavaValidator.java :

104 : m.setLineNo(sDoc.getLineOfOffset(m.getOffset()) + 1);

21. 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

JSPJavaValidator.java :

121 : private IMessage createMessageFromProblem(IProblem problem, IFile f, IJSPTranslation translation, IStructuredDocument structuredDoc) {

22. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

155 : sev = problem.isError() ? IMessage.HIGH_SEVERITY : (problem.isWarning() ? IMessage.NORMAL_SEVERITY : ValidationMessage.IGNORE);

23. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

155 : sev = problem.isError() ? IMessage.HIGH_SEVERITY : (problem.isWarning() ? IMessage.NORMAL_SEVERITY : ValidationMessage.IGNORE);

24. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

192 : if (sev == ValidationMessage.IGNORE) {

25. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

192 : if (sev == ValidationMessage.IGNORE) {

26. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

225 : if (sev == ValidationMessage.IGNORE) {

27. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

225 : if (sev == ValidationMessage.IGNORE) {

28. 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

JSPJavaValidator.java :

231 : int lineNo = structuredDoc.getLineOfOffset(sourceStart) + 1;

29. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

252 : case ValidationMessage.ERROR :

30. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

252 : case ValidationMessage.ERROR :

31. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

254 : case ValidationMessage.WARNING :

32. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

254 : case ValidationMessage.WARNING :

33. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

256 : case ValidationMessage.INFORMATION :

34. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

256 : case ValidationMessage.INFORMATION :

35. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

258 : case ValidationMessage.IGNORE :

36. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

258 : case ValidationMessage.IGNORE :

37. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

259 : return ValidationMessage.IGNORE;

38. WARNING: DiscouragedReference

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

JSPJavaValidator.java :

259 : return ValidationMessage.IGNORE;

39. 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

JSPJavaValidator.java :

276 : void performValidation(IFile f, IReporter reporter, IStructuredModel model) {

40. 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

JSPJavaValidator.java :

280 : if (model instanceof IDOMModel) {

41. 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

JSPJavaValidator.java :

281 : IDOMModel domModel = (IDOMModel) model;

42. 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

JSPJavaValidator.java :

281 : IDOMModel domModel = (IDOMModel) model;

43. 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

JSPJavaValidator.java :

284 : IDOMDocument xmlDoc = domModel.getDocument();

44. 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

JSPJavaValidator.java :

284 : IDOMDocument xmlDoc = domModel.getDocument();

45. 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

JSPJavaValidator.java :

285 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);

46. 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

JSPJavaValidator.java :

298 : IMessage m = createMessageFromProblem(problem, f, translation, domModel.getStructuredDocument());

47. 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

JSPJavaValidator.java :

324 : IStructuredModel model = null;

48. 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

JSPJavaValidator.java :

327 : model = StructuredModelManager.getModelManager().getModelForRead(f);

49. 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

JSPJavaValidator.java :

333 : if (model instanceof IDOMModel) {

50. 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

JSPJavaValidator.java :

347 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/core/internal/validation/JSPValidator.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

JSPValidator.java :

40 : 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

JSPValidator.java :

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

3. 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

JSPValidator.java :

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

4. WARNING: DiscouragedReference

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

JSPValidator.java :

46 : import org.eclipse.wst.validation.internal.core.Message;

5. WARNING: DiscouragedReference

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

JSPValidator.java :

47 : import org.eclipse.wst.validation.internal.core.ValidationException;

6. WARNING: DiscouragedReference

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

JSPValidator.java :

48 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

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

JSPValidator.java :

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

8. WARNING: DiscouragedReference

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

JSPValidator.java :

63 : protected class LocalizedMessage extends Message {

9. WARNING: DiscouragedReference

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

JSPValidator.java :

76 : super(null, severity, null);

10. WARNING: DiscouragedReference

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

JSPValidator.java :

78 : setTargetObject(targetObject);

11. WARNING: DiscouragedReference

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

JSPValidator.java :

181 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

12. WARNING: DiscouragedReference

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

JSPValidator.java :

193 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, uris[i]);

13. WARNING: DiscouragedReference

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

JSPValidator.java :

206 : if (helper instanceof IWorkbenchContext) {

14. WARNING: DiscouragedReference

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

JSPValidator.java :

208 : IProject project = ((IWorkbenchContext) helper).getProject();

15. WARNING: DiscouragedReference

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

JSPValidator.java :

208 : IProject project = ((IWorkbenchContext) helper).getProject();

16. WARNING: DiscouragedReference

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

JSPValidator.java :

222 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, percent + "% " + files[i].getFullPath().toString());

17. 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

JSPValidator.java :

258 : protected String getDirectiveName(IStructuredDocumentRegion sdr) {

18. 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

JSPValidator.java :

260 : ITextRegionList subRegions = sdr.getRegions();

19. WARNING: DiscouragedReference

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

JSPValidator.java :

260 : ITextRegionList subRegions = sdr.getRegions();

20. WARNING: DiscouragedReference

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

JSPValidator.java :

261 : for (int j = 0; j < subRegions.size(); j++) {

21. 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

JSPValidator.java :

262 : ITextRegion subRegion = subRegions.get(j);

22. WARNING: DiscouragedReference

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

JSPValidator.java :

262 : ITextRegion subRegion = subRegions.get(j);

23. 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

JSPValidator.java :

263 : if (subRegion.getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

24. 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

JSPValidator.java :

264 : name = sdr.getText(subRegion);

25. 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

JSPValidator.java :

278 : protected ITextRegion getAttributeValueRegion(IStructuredDocumentRegion sdr, String attrName) {

26. 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

JSPValidator.java :

278 : protected ITextRegion getAttributeValueRegion(IStructuredDocumentRegion sdr, String attrName) {

27. 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

JSPValidator.java :

279 : ITextRegion valueRegion = null;

28. 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

JSPValidator.java :

280 : ITextRegionList subRegions = sdr.getRegions();

29. 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

JSPValidator.java :

280 : ITextRegionList subRegions = sdr.getRegions();

30. 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

JSPValidator.java :

281 : for (int i = 0; i < subRegions.size(); i++) {

31. 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

JSPValidator.java :

282 : ITextRegion subRegion = subRegions.get(i);

32. 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

JSPValidator.java :

282 : ITextRegion subRegion = subRegions.get(i);

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

JSPValidator.java :

283 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME && sdr.getText(subRegion).equals(attrName)) {

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

JSPValidator.java :

283 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME && sdr.getText(subRegion).equals(attrName)) {

35. 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

JSPValidator.java :

283 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME && sdr.getText(subRegion).equals(attrName)) {

36. 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

JSPValidator.java :

283 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME && sdr.getText(subRegion).equals(attrName)) {

37. 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

JSPValidator.java :

284 : for (int j = i; j < subRegions.size(); j++) {

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

JSPValidator.java :

285 : subRegion = subRegions.get(j);

39. 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

JSPValidator.java :

286 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

40. 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

JSPValidator.java :

286 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

41. 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

JSPValidator.java :

286 : if (subRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

42. 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

JSPValidator.java :

297 : protected String getAttributeValue(IStructuredDocumentRegion sdr, String attrName) {

43. 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

JSPValidator.java :

298 : ITextRegion r = getAttributeValueRegion(sdr, attrName);

44. 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

JSPValidator.java :

300 : return sdr.getText(r).trim();

45. WARNING: DiscouragedReference

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

JSPValidator.java :

409 : public IStatus validateInJob(IValidationContext helper, IReporter reporter) throws ValidationException {

46. WARNING: DiscouragedReference

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

JSPValidator.java :

414 : catch (ValidationException e) {

Source File: org/eclipse/jst/jsp/core/internal/validation/LocalizedMessage.java
1. WARNING: DiscouragedReference

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

LocalizedMessage.java :

16 : import org.eclipse.wst.validation.internal.core.Message;

2. WARNING: DiscouragedReference

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

LocalizedMessage.java :

21 : class LocalizedMessage extends Message {

3. WARNING: DiscouragedReference

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

LocalizedMessage.java :

33 : super(null, severity, null);

4. WARNING: DiscouragedReference

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

LocalizedMessage.java :

35 : setTargetObject(targetObject);

Source File: org/eclipse/jst/jsp/core/jspel/IJSPELTranslator.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

IJSPELTranslator.java :

18 : 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

IJSPELTranslator.java :

19 : 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

IJSPELTranslator.java :

42 : IStructuredDocumentRegion currentNode,

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

IJSPELTranslator.java :

47 : IStructuredDocument document);

Source File: org/eclipse/jst/jsp/core/taglib/ProjectDescription.java
1. 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

ProjectDescription.java :

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

2. WARNING: DiscouragedReference

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

ProjectDescription.java :

81 : import org.eclipse.wst.sse.core.internal.util.Sorter;

3. WARNING: DiscouragedReference

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

ProjectDescription.java :

83 : import org.eclipse.wst.xml.core.internal.XMLCorePlugin;

4. WARNING: DiscouragedReference

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

ProjectDescription.java :

84 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalog;

5. WARNING: DiscouragedReference

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

ProjectDescription.java :

85 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalogEntry;

6. WARNING: DiscouragedReference

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

ProjectDescription.java :

86 : import org.eclipse.wst.xml.core.internal.catalog.provisional.INextCatalog;

7. WARNING: DiscouragedReference

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

ProjectDescription.java :

490 : private class TaglibSorter extends Sorter {

8. WARNING: DiscouragedReference

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

ProjectDescription.java :

711 : private ITaglibRecord createCatalogRecord(ICatalogEntry catalogEntry) {

9. WARNING: DiscouragedReference

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

ProjectDescription.java :

712 : return createCatalogRecord(catalogEntry.getKey(), catalogEntry.getURI());

10. WARNING: DiscouragedReference

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

ProjectDescription.java :

712 : return createCatalogRecord(catalogEntry.getKey(), catalogEntry.getURI());

11. 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

ProjectDescription.java :

737 : String[] entries = JarUtilities.getEntryNames(fileLocation);

12. WARNING: DiscouragedReference

Discouraged access: The method getEntryNames(String) 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

ProjectDescription.java :

737 : String[] entries = JarUtilities.getEntryNames(fileLocation);

13. 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

ProjectDescription.java :

740 : if (entries[jEntry].equals(JarUtilities.JSP11_TAGLIB)) {

14. 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

ProjectDescription.java :

740 : if (entries[jEntry].equals(JarUtilities.JSP11_TAGLIB)) {

15. 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

ProjectDescription.java :

742 : InputStream contents = JarUtilities.getInputStream(fileLocation, entries[jEntry]);

16. WARNING: DiscouragedReference

Discouraged access: The method getInputStream(String, String) 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

ProjectDescription.java :

742 : InputStream contents = JarUtilities.getInputStream(fileLocation, entries[jEntry]);

17. WARNING: DiscouragedReference

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

ProjectDescription.java :

1113 : ICatalog defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

18. WARNING: DiscouragedReference

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

ProjectDescription.java :

1113 : ICatalog defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

19. WARNING: DiscouragedReference

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

ProjectDescription.java :

1113 : ICatalog defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

20. WARNING: DiscouragedReference

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

ProjectDescription.java :

1113 : ICatalog defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

21. WARNING: DiscouragedReference

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

ProjectDescription.java :

1116 : ICatalogEntry[] entries = defaultCatalog.getCatalogEntries();

22. WARNING: DiscouragedReference

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

ProjectDescription.java :

1116 : ICatalogEntry[] entries = defaultCatalog.getCatalogEntries();

23. WARNING: DiscouragedReference

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

ProjectDescription.java :

1123 : INextCatalog[] nextCatalogs = defaultCatalog.getNextCatalogs();

24. WARNING: DiscouragedReference

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

ProjectDescription.java :

1123 : INextCatalog[] nextCatalogs = defaultCatalog.getNextCatalogs();

25. WARNING: DiscouragedReference

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

ProjectDescription.java :

1125 : ICatalog catalog = nextCatalogs[nextCatalog].getReferencedCatalog();

26. WARNING: DiscouragedReference

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

ProjectDescription.java :

1125 : ICatalog catalog = nextCatalogs[nextCatalog].getReferencedCatalog();

27. WARNING: DiscouragedReference

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

ProjectDescription.java :

1126 : ICatalogEntry[] entries2 = catalog.getCatalogEntries();

28. WARNING: DiscouragedReference

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

ProjectDescription.java :

1126 : ICatalogEntry[] entries2 = catalog.getCatalogEntries();

29. WARNING: DiscouragedReference

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

ProjectDescription.java :

1128 : String uri = entries2[entry].getURI();

30. WARNING: DiscouragedReference

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

ProjectDescription.java :

1632 : records = fTaglibSorter.sort(records);

31. WARNING: DiscouragedReference

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

ProjectDescription.java :

1655 : ICatalog catalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

32. WARNING: DiscouragedReference

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

ProjectDescription.java :

1655 : ICatalog catalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

33. WARNING: DiscouragedReference

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

ProjectDescription.java :

1655 : ICatalog catalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

34. WARNING: DiscouragedReference

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

ProjectDescription.java :

1655 : ICatalog catalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

35. WARNING: DiscouragedReference

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

ProjectDescription.java :

1660 : resolvedString = catalog.resolveSystem(reference);

36. WARNING: DiscouragedReference

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

ProjectDescription.java :

1663 : resolvedString = catalog.resolveURI(reference);

37. WARNING: DiscouragedReference

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

ProjectDescription.java :

1667 : resolvedString = catalog.resolvePublic(reference, basePath);

38. WARNING: DiscouragedReference

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

ProjectDescription.java :

1691 : records = fTaglibSorter.sort(records);

39. 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

ProjectDescription.java :

1768 : InputStream contents = JarUtilities.getInputStream(libraryLocation, JarUtilities.JSP11_TAGLIB);

40. WARNING: DiscouragedReference

Discouraged access: The method getInputStream(String, String) 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

ProjectDescription.java :

1768 : InputStream contents = JarUtilities.getInputStream(libraryLocation, JarUtilities.JSP11_TAGLIB);

41. 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

ProjectDescription.java :

1768 : InputStream contents = JarUtilities.getInputStream(libraryLocation, JarUtilities.JSP11_TAGLIB);

42. 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

ProjectDescription.java :

1768 : InputStream contents = JarUtilities.getInputStream(libraryLocation, JarUtilities.JSP11_TAGLIB);

43. 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

ProjectDescription.java :

1778 : urlRecord.url = new URL("jar:file:" + libraryLocation + "!/" + JarUtilities.JSP11_TAGLIB); //$NON-NLS-1$ //$NON-NLS-2$

44. 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

ProjectDescription.java :

1778 : urlRecord.url = new URL("jar:file:" + libraryLocation + "!/" + JarUtilities.JSP11_TAGLIB); //$NON-NLS-1$ //$NON-NLS-2$

45. 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

ProjectDescription.java :

1818 : InputStream tldStream = JarUtilities.getInputStream(urlRecord.url);

46. WARNING: DiscouragedReference

Discouraged access: The method getInputStream(URL) 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

ProjectDescription.java :

1818 : InputStream tldStream = JarUtilities.getInputStream(urlRecord.url);

47. 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

ProjectDescription.java :

1995 : if (z.getName().equals(JarUtilities.JSP11_TAGLIB)) {

48. 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

ProjectDescription.java :

1995 : if (z.getName().equals(JarUtilities.JSP11_TAGLIB)) {

49. 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

ProjectDescription.java :

2054 : String[] entries = JarUtilities.getEntryNames(jar);

50. WARNING: DiscouragedReference

Discouraged access: The method getEntryNames(IResource) 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

ProjectDescription.java :

2054 : String[] entries = JarUtilities.getEntryNames(jar);

51. 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

ProjectDescription.java :

2059 : if (entries[i].equals(JarUtilities.JSP11_TAGLIB)) {

52. 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

ProjectDescription.java :

2059 : if (entries[i].equals(JarUtilities.JSP11_TAGLIB)) {

53. 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

ProjectDescription.java :

2062 : InputStream contents = JarUtilities.getInputStream(jar, entries[i]);

54. WARNING: DiscouragedReference

Discouraged access: The method getInputStream(IResource, String) 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

ProjectDescription.java :

2062 : InputStream contents = JarUtilities.getInputStream(jar, entries[i]);

55. 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

ProjectDescription.java :

2216 : String[] entries = JarUtilities.getEntryNames(resource);

56. WARNING: DiscouragedReference

Discouraged access: The method getEntryNames(IResource) 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

ProjectDescription.java :

2216 : String[] entries = JarUtilities.getEntryNames(resource);

57. 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

ProjectDescription.java :

2219 : if (entries[jEntry].equals(JarUtilities.JSP11_TAGLIB)) {

58. 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

ProjectDescription.java :

2219 : if (entries[jEntry].equals(JarUtilities.JSP11_TAGLIB)) {

59. 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

ProjectDescription.java :

2221 : InputStream contents = JarUtilities.getInputStream(resource, entries[jEntry]);

60. WARNING: DiscouragedReference

Discouraged access: The method getInputStream(IResource, String) 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

ProjectDescription.java :

2221 : InputStream contents = JarUtilities.getInputStream(resource, entries[jEntry]);

Source File: org/eclipse/jst/jsp/css/core/internal/contenttype/ContentDescriberForJSPedCSS.java
1. 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

ContentDescriberForJSPedCSS.java :

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

2. 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

ContentDescriberForJSPedCSS.java :

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

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

ContentDescriberForJSPedCSS.java :

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

4. 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

ContentDescriberForJSPedCSS.java :

29 : 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};

5. 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

ContentDescriberForJSPedCSS.java :

29 : 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};

6. 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

ContentDescriberForJSPedCSS.java :

29 : 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};

7. 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

ContentDescriberForJSPedCSS.java :

29 : 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};

8. 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

ContentDescriberForJSPedCSS.java :

29 : 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};

9. 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

ContentDescriberForJSPedCSS.java :

29 : 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};

10. 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

ContentDescriberForJSPedCSS.java :

83 : IResourceCharsetDetector detector = getDetector();

11. 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

ContentDescriberForJSPedCSS.java :

84 : detector.set(contents);

12. 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

ContentDescriberForJSPedCSS.java :

99 : IResourceCharsetDetector detector = getDetector();

13. 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

ContentDescriberForJSPedCSS.java :

100 : detector.set(contents);

14. 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

ContentDescriberForJSPedCSS.java :

107 : private IResourceCharsetDetector getDetector() {

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

ContentDescriberForJSPedCSS.java :

111 : private void handleCalculations(IContentDescription description, IResourceCharsetDetector detector) throws IOException {

16. 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

ContentDescriberForJSPedCSS.java :

136 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

17. 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

ContentDescriberForJSPedCSS.java :

136 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

18. 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

ContentDescriberForJSPedCSS.java :

145 : private void handleStandardCalculations(IContentDescription description, IResourceCharsetDetector detector) throws IOException {

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

ContentDescriberForJSPedCSS.java :

151 : EncodingMemento encodingMemento = ((JSPResourceEncodingDetector) detector).getEncodingMemento();

20. 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

ContentDescriberForJSPedCSS.java :

154 : Object detectedByteOrderMark = encodingMemento.getUnicodeBOM();

21. 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

ContentDescriberForJSPedCSS.java :

164 : if (!encodingMemento.isValid()) {

22. 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

ContentDescriberForJSPedCSS.java :

171 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

23. 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

ContentDescriberForJSPedCSS.java :

171 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

24. 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

ContentDescriberForJSPedCSS.java :

171 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

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

ContentDescriberForJSPedCSS.java :

172 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

26. 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

ContentDescriberForJSPedCSS.java :

172 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

27. 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

ContentDescriberForJSPedCSS.java :

172 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

28. 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

ContentDescriberForJSPedCSS.java :

175 : Object detectedCharset = encodingMemento.getDetectedCharsetName();

29. 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

ContentDescriberForJSPedCSS.java :

176 : Object javaCharset = encodingMemento.getJavaCharsetName();

30. 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

ContentDescriberForJSPedCSS.java :

189 : Object defaultCharset = detector.getSpecDefaultEncoding();

31. 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

ContentDescriberForJSPedCSS.java :

217 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

32. 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

ContentDescriberForJSPedCSS.java :

217 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

33. 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

ContentDescriberForJSPedCSS.java :

219 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

34. 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

ContentDescriberForJSPedCSS.java :

219 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

35. 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

ContentDescriberForJSPedCSS.java :

221 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

36. 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

ContentDescriberForJSPedCSS.java :

221 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

Source File: org/eclipse/jst/jsp/css/core/internal/document/IJSPCSSImportRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

IJSPCSSImportRule.java :

14 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSImportRule;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

IJSPCSSImportRule.java :

16 : public interface IJSPCSSImportRule extends ICSSImportRule, IJSPCSSNode {

Source File: org/eclipse/jst/jsp/css/core/internal/document/IJSPCSSNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

IJSPCSSNode.java :

13 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

IJSPCSSNode.java :

16 : public interface IJSPCSSNode extends ICSSNode {

Source File: org/eclipse/jst/jsp/css/core/internal/document/JSPCSSImportRuleImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSImportRuleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

14 : import org.eclipse.wst.css.core.internal.document.CSSImportRuleImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

15 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

16 : import org.eclipse.wst.css.core.internal.util.CSSUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSImportRuleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

18 : public class JSPCSSImportRuleImpl extends CSSImportRuleImpl implements IJSPCSSImportRule {

5. WARNING: DiscouragedReference

Discouraged access: The constructor CSSImportRuleImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

21 : super();

6. WARNING: DiscouragedReference

Discouraged access: The constructor CSSImportRuleImpl(CSSImportRuleImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

25 : super(that);

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

29 : public ICSSNode cloneNode(boolean deep) {

8. WARNING: DiscouragedReference

Discouraged access: The method cloneChildNodes(ICSSNode, boolean) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

33 : cloneChildNodes(cloned, deep);

9. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

38 : return getAttribute(HREF);

10. WARNING: DiscouragedReference

Discouraged access: The field HREF from the type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

38 : return getAttribute(HREF);

11. WARNING: DiscouragedReference

Discouraged access: The field HREF from the type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

42 : if (HREF.equals(name)){

12. WARNING: DiscouragedReference

Discouraged access: The type CSSUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

43 : value = CSSUtil.extractUriContents(value);

13. WARNING: DiscouragedReference

Discouraged access: The method extractUriContents(String) from the type CSSUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

43 : value = CSSUtil.extractUriContents(value);

14. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, String) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSImportRuleImpl.java :

45 : super.setAttribute(name, value);

Source File: org/eclipse/jst/jsp/css/core/internal/document/JSPCSSNodeImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

15 : import org.eclipse.wst.css.core.internal.document.CSSStructuredDocumentRegionContainer;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

16 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

19 : class JSPCSSNodeImpl extends CSSStructuredDocumentRegionContainer implements IJSPCSSNode {

4. WARNING: DiscouragedReference

Discouraged access: The constructor CSSStructuredDocumentRegionContainer(CSSStructuredDocumentRegionContainer) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

25 : super(that);

5. WARNING: DiscouragedReference

Discouraged access: The constructor CSSStructuredDocumentRegionContainer() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

30 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

34 : public ICSSNode cloneNode(boolean deep) {

7. WARNING: DiscouragedReference

Discouraged access: The method cloneChildNodes(ICSSNode, boolean) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPCSSNodeImpl.java :

38 : cloneChildNodes(cloned, deep);

Source File: org/eclipse/jst/jsp/css/core/internal/document/JSPedCSSModelImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelImpl.java :

14 : import org.eclipse.wst.css.core.internal.document.CSSModelImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelImpl.java :

15 : import org.eclipse.wst.css.core.internal.document.CSSModelParser;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelImpl.java :

17 : public class JSPedCSSModelImpl extends CSSModelImpl {

4. WARNING: DiscouragedReference

Discouraged access: The type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelImpl.java :

20 : protected CSSModelParser getParser() {

5. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelImpl.java :

22 : if (getDocument() != null) {

6. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelImpl.java :

23 : fParser = new JSPedCSSModelParser(getDocument());

Source File: org/eclipse/jst/jsp/css/core/internal/document/JSPedCSSModelParser.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

17 : import org.eclipse.wst.css.core.internal.document.CSSModelCreationContext;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

18 : import org.eclipse.wst.css.core.internal.document.CSSModelParser;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

19 : import org.eclipse.wst.css.core.internal.document.CSSNodeImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

20 : import org.eclipse.wst.css.core.internal.document.CSSStructuredDocumentRegionContainer;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSRuleContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

22 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSRuleContainer;

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

JSPedCSSModelParser.java :

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

8. WARNING: DiscouragedReference

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

JSPedCSSModelParser.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

30 : class JSPedCSSModelParser extends CSSModelParser {

10. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

32 : public JSPedCSSModelParser(ICSSDocument doc) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor CSSModelParser(ICSSDocument) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

33 : super(doc);

12. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

38 : protected CSSNodeImpl insertStructuredDocumentRegion(IStructuredDocumentRegion region) {

13. 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

JSPedCSSModelParser.java :

38 : protected CSSNodeImpl insertStructuredDocumentRegion(IStructuredDocumentRegion region) {

14. WARNING: DiscouragedReference

Discouraged access: The type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

39 : CSSModelCreationContext creationContext = getCreationContext();

15. WARNING: DiscouragedReference

Discouraged access: The method getCreationContext() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

39 : CSSModelCreationContext creationContext = getCreationContext();

16. WARNING: DiscouragedReference

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

JSPedCSSModelParser.java :

44 : String type = ((BasicStructuredDocumentRegion) region).getType();

17. WARNING: DiscouragedReference

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

JSPedCSSModelParser.java :

44 : String type = ((BasicStructuredDocumentRegion) region).getType();

18. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

45 : CSSNodeImpl modified = null;

19. WARNING: DiscouragedReference

Discouraged access: The method getText() 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

JSPedCSSModelParser.java :

51 : boolean isInclude = region.getText().indexOf("include") != -1;

20. WARNING: DiscouragedReference

Discouraged access: The type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

61 : if (modified instanceof CSSStructuredDocumentRegionContainer) {

21. WARNING: DiscouragedReference

Discouraged access: The method propagateRangeStructuredDocumentRegion() from the type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

62 : ((CSSStructuredDocumentRegionContainer) modified).propagateRangeStructuredDocumentRegion();

22. WARNING: DiscouragedReference

Discouraged access: The type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

62 : ((CSSStructuredDocumentRegionContainer) modified).propagateRangeStructuredDocumentRegion();

23. WARNING: DiscouragedReference

Discouraged access: The method insertStructuredDocumentRegion(IStructuredDocumentRegion) from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

66 : return modified != null ? modified : super.insertStructuredDocumentRegion(region);

24. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

69 : private CSSNodeImpl insertUnknownImport(IStructuredDocumentRegion region) {

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

JSPedCSSModelParser.java :

69 : private CSSNodeImpl insertUnknownImport(IStructuredDocumentRegion region) {

26. WARNING: DiscouragedReference

Discouraged access: The type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

70 : CSSModelCreationContext creationContext = getCreationContext();

27. WARNING: DiscouragedReference

Discouraged access: The method getCreationContext() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

70 : CSSModelCreationContext creationContext = getCreationContext();

28. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

71 : CSSNodeImpl parent = creationContext.getTargetNode();

29. WARNING: DiscouragedReference

Discouraged access: The method getTargetNode() from the type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

71 : CSSNodeImpl parent = creationContext.getTargetNode();

30. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

72 : ICSSDocument sheet = parent.getOwnerDocument();

31. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

72 : ICSSDocument sheet = parent.getOwnerDocument();

32. WARNING: DiscouragedReference

Discouraged access: The method getText() 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

JSPedCSSModelParser.java :

74 : String text = region.getText();

33. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(ICSSDocument) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

105 : rule.setOwnerDocument(sheet);

34. WARNING: DiscouragedReference

Discouraged access: The method appendChild(CSSNodeImpl) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

106 : rule.appendChild((CSSNodeImpl)sheet.createMediaList());

35. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

106 : rule.appendChild((CSSNodeImpl)sheet.createMediaList());

36. WARNING: DiscouragedReference

Discouraged access: The method createMediaList() from the type ICSSDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

106 : rule.appendChild((CSSNodeImpl)sheet.createMediaList());

37. WARNING: DiscouragedReference

Discouraged access: The method setRangeStructuredDocumentRegion(IStructuredDocumentRegion, IStructuredDocumentRegion) from the type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

107 : rule.setRangeStructuredDocumentRegion(region, region);

38. WARNING: DiscouragedReference

Discouraged access: The method isUpdateContextActive() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

110 : if (!isUpdateContextActive()) {

39. WARNING: DiscouragedReference

Discouraged access: The method setHref(String) from the type CSSImportRuleImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

111 : rule.setHref(hrefValue);//Attribute(ICSSImportRule.HREF, hrefValue);

40. WARNING: DiscouragedReference

Discouraged access: The method isUpdateContextActive() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

116 : if (!isUpdateContextActive() && parent != null) {

41. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

118 : CSSNodeImpl next = creationContext.getNextNode();

42. WARNING: DiscouragedReference

Discouraged access: The method getNextNode() from the type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

118 : CSSNodeImpl next = creationContext.getNextNode();

43. WARNING: DiscouragedReference

Discouraged access: The method insertBefore(CSSNodeImpl, CSSNodeImpl) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

120 : ((CSSNodeImpl)sheet).insertBefore(rule, next);

44. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

120 : ((CSSNodeImpl)sheet).insertBefore(rule, next);

45. WARNING: DiscouragedReference

Discouraged access: The method appendChild(CSSNodeImpl) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

123 : ((CSSNodeImpl)sheet).appendChild(rule);

46. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

123 : ((CSSNodeImpl)sheet).appendChild(rule);

47. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

130 : private CSSNodeImpl insertUnknownRule(IStructuredDocumentRegion flatNode) {

48. 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

JSPedCSSModelParser.java :

130 : private CSSNodeImpl insertUnknownRule(IStructuredDocumentRegion flatNode) {

49. WARNING: DiscouragedReference

Discouraged access: The type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

131 : CSSModelCreationContext creationContext = getCreationContext();

50. WARNING: DiscouragedReference

Discouraged access: The method getCreationContext() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

131 : CSSModelCreationContext creationContext = getCreationContext();

51. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

132 : CSSNodeImpl parent = creationContext.getTargetNode();

52. WARNING: DiscouragedReference

Discouraged access: The method getTargetNode() from the type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

132 : CSSNodeImpl parent = creationContext.getTargetNode();

53. WARNING: DiscouragedReference

Discouraged access: The method isParseFloating() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

133 : if (!isParseFloating() && !(parent instanceof ICSSRuleContainer)) {

54. WARNING: DiscouragedReference

Discouraged access: The type ICSSRuleContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

133 : if (!isParseFloating() && !(parent instanceof ICSSRuleContainer)) {

55. WARNING: DiscouragedReference

Discouraged access: The method getText() 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

JSPedCSSModelParser.java :

137 : JSPCSSNodeImpl rule = new JSPCSSNodeImpl(flatNode.getText());

56. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(ICSSDocument) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

138 : rule.setOwnerDocument(parent.getOwnerDocument());

57. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

138 : rule.setOwnerDocument(parent.getOwnerDocument());

58. WARNING: DiscouragedReference

Discouraged access: The method setRangeStructuredDocumentRegion(IStructuredDocumentRegion, IStructuredDocumentRegion) from the type CSSStructuredDocumentRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

141 : rule.setRangeStructuredDocumentRegion(flatNode, flatNode);

59. WARNING: DiscouragedReference

Discouraged access: The method isUpdateContextActive() from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

145 : if (!isUpdateContextActive() && parent != null) {

60. WARNING: DiscouragedReference

Discouraged access: The method propagateRangePreInsert(CSSNodeImpl, CSSNodeImpl) from the type CSSModelParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

146 : propagateRangePreInsert(parent, rule);

61. WARNING: DiscouragedReference

Discouraged access: The type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

147 : CSSNodeImpl next = creationContext.getNextNode();

62. WARNING: DiscouragedReference

Discouraged access: The method getNextNode() from the type CSSModelCreationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

147 : CSSNodeImpl next = creationContext.getNextNode();

63. WARNING: DiscouragedReference

Discouraged access: The method insertBefore(CSSNodeImpl, CSSNodeImpl) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

149 : parent.insertBefore(rule, next);

64. WARNING: DiscouragedReference

Discouraged access: The method appendChild(CSSNodeImpl) from the type CSSNodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelParser.java :

152 : parent.appendChild(rule);

Source File: org/eclipse/jst/jsp/css/core/internal/encoding/JSPedCSSDocumentLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSDocumentLoader.java :

15 : import org.eclipse.wst.css.core.internal.encoding.CSSDocumentLoader;

2. 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

JSPedCSSDocumentLoader.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. 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

JSPedCSSDocumentLoader.java :

17 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSDocumentLoader.java :

19 : public class JSPedCSSDocumentLoader extends CSSDocumentLoader {

5. 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

JSPedCSSDocumentLoader.java :

20 : public RegionParser getParser() {

6. 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

JSPedCSSDocumentLoader.java :

23 : public IDocumentLoader newInstance() {

Source File: org/eclipse/jst/jsp/css/core/internal/modelhandler/JSPedCSSModelLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelLoader.java :

16 : import org.eclipse.wst.css.core.internal.modelhandler.CSSModelLoader;

2. 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

JSPedCSSModelLoader.java :

17 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

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

JSPedCSSModelLoader.java :

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

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

JSPedCSSModelLoader.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type CSSModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSModelLoader.java :

22 : public class JSPedCSSModelLoader extends CSSModelLoader {

6. 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

JSPedCSSModelLoader.java :

23 : public IStructuredModel newModel() {

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

JSPedCSSModelLoader.java :

24 : IStructuredModel model = new JSPedCSSModelImpl();

8. WARNING: DiscouragedReference

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

JSPedCSSModelLoader.java :

27 : public IModelLoader newInstance() {

9. 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

JSPedCSSModelLoader.java :

30 : public IDocumentLoader getDocumentLoader() {

10. WARNING: DiscouragedReference

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

JSPedCSSModelLoader.java :

31 : if (documentLoaderInstance == null) {

11. WARNING: DiscouragedReference

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

JSPedCSSModelLoader.java :

32 : documentLoaderInstance = new JSPedCSSDocumentLoader();

12. WARNING: DiscouragedReference

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

JSPedCSSModelLoader.java :

34 : return documentLoaderInstance;

Source File: org/eclipse/jst/jsp/css/core/internal/modelhandler/ModelHandlerForJSPedCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ModelHandlerForJSPedCSS.java :

15 : import org.eclipse.wst.css.core.internal.encoding.CSSDocumentCharsetDetector;

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

ModelHandlerForJSPedCSS.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

3. 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

ModelHandlerForJSPedCSS.java :

17 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

4. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

18 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.AbstractModelHandler;

5. 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

ModelHandlerForJSPedCSS.java :

19 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

6. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

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

7. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

23 : public class ModelHandlerForJSPedCSS extends AbstractModelHandler implements IModelHandler {

8. 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

ModelHandlerForJSPedCSS.java :

23 : public class ModelHandlerForJSPedCSS extends AbstractModelHandler implements IModelHandler {

9. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

28 : super();

10. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

29 : setId(ModelHandlerID);

11. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

30 : setAssociatedContentTypeId(AssociatedContentTypeID);

12. WARNING: DiscouragedReference

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

ModelHandlerForJSPedCSS.java :

33 : public IModelLoader getModelLoader() {

13. 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

ModelHandlerForJSPedCSS.java :

37 : public IDocumentCharsetDetector getEncodingDetector() {

14. WARNING: DiscouragedReference

Discouraged access: The constructor CSSDocumentCharsetDetector() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ModelHandlerForJSPedCSS.java :

38 : return new CSSDocumentCharsetDetector();

15. WARNING: DiscouragedReference

Discouraged access: The type CSSDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ModelHandlerForJSPedCSS.java :

38 : return new CSSDocumentCharsetDetector();

16. 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

ModelHandlerForJSPedCSS.java :

41 : public IDocumentLoader getDocumentLoader() {

Source File: org/eclipse/jst/jsp/css/core/internal/parser/JSPedCSSSourceParser.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

14 : import org.eclipse.wst.css.core.internal.parser.CSSRegionUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

15 : import org.eclipse.wst.css.core.internal.parser.CSSSourceParser;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

16 : import org.eclipse.wst.css.core.internal.parser.ICSSTokenizer;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

17 : import org.eclipse.wst.css.core.internal.parserz.CSSRegionContexts;

5. 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

JSPedCSSSourceParser.java :

18 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

6. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

21 : public class JSPedCSSSourceParser extends CSSSourceParser {

7. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

8. WARNING: DiscouragedReference

Discouraged access: The field CSS_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

9. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

10. WARNING: DiscouragedReference

Discouraged access: The field CSS_LBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

11. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

12. WARNING: DiscouragedReference

Discouraged access: The field CSS_RBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

13. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

14. WARNING: DiscouragedReference

Discouraged access: The field CSS_IMPORT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

15. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

16. WARNING: DiscouragedReference

Discouraged access: The field CSS_PAGE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

17. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

18. WARNING: DiscouragedReference

Discouraged access: The field CSS_MEDIA from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

19. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

20. WARNING: DiscouragedReference

Discouraged access: The field CSS_FONT_FACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

21. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

22. WARNING: DiscouragedReference

Discouraged access: The field CSS_CHARSET from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

23. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

24. WARNING: DiscouragedReference

Discouraged access: The field CSS_ATKEYWORD from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

25. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

26. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_PROPERTY from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

27. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

28. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

29. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

30. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_PROPERTY from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

31. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

32. WARNING: DiscouragedReference

Discouraged access: The field CSS_S from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

33. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

34. WARNING: DiscouragedReference

Discouraged access: The method isSelectorBegginingType(String) from the type CSSRegionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

35. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

36. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ELEMENT_NAME from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

37. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

38. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_UNIVERSAL from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

39. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

40. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_PSEUDO from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

41. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

42. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_CLASS from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

43. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

44. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ID from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

45. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

46. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ATTRIBUTE_START from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

25 : return ((type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_IMPORT || type == CSSRegionContexts.CSS_PAGE || type == CSSRegionContexts.CSS_MEDIA || type == CSSRegionContexts.CSS_FONT_FACE || type == CSSRegionContexts.CSS_CHARSET || type == CSSRegionContexts.CSS_ATKEYWORD || type == CSSRegionContexts.CSS_DECLARATION_PROPERTY || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER) || (docRegionType == CSSRegionContexts.CSS_DECLARATION_PROPERTY && type == CSSRegionContexts.CSS_S) || (!CSSRegionUtil.isSelectorBegginingType(docRegionType) && (type == CSSRegionContexts.CSS_SELECTOR_ELEMENT_NAME || type == CSSRegionContexts.CSS_SELECTOR_UNIVERSAL || type == CSSRegionContexts.CSS_SELECTOR_PSEUDO || type == CSSRegionContexts.CSS_SELECTOR_CLASS || type == CSSRegionContexts.CSS_SELECTOR_ID || type == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)));

47. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

48. WARNING: DiscouragedReference

Discouraged access: The field CSS_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

49. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

50. WARNING: DiscouragedReference

Discouraged access: The field CSS_LBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

51. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

52. WARNING: DiscouragedReference

Discouraged access: The field CSS_RBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

53. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

54. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

29 : return (type == JSPedCSSRegionContexts.CSS_JSP_COMMENT || type == JSPedCSSRegionContexts.CSS_JSP_DIRECTIVE || type == JSPedCSSRegionContexts.CSS_JSP_END || type == CSSRegionContexts.CSS_DELIMITER || type == CSSRegionContexts.CSS_LBRACE || type == CSSRegionContexts.CSS_RBRACE || type == CSSRegionContexts.CSS_DECLARATION_DELIMITER);

55. WARNING: DiscouragedReference

Discouraged access: The type ICSSTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSSourceParser.java :

32 : public ICSSTokenizer getTokenizer() {

56. 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

JSPedCSSSourceParser.java :

39 : public RegionParser newInstance() {

Source File: org/eclipse/jst/jsp/css/core/internal/parser/JSPedCSSTokenizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

21 : import org.eclipse.wst.css.core.internal.parser.CSSRegionUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

22 : import org.eclipse.wst.css.core.internal.parser.ICSSTokenizer;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSTextRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

23 : import org.eclipse.wst.css.core.internal.parser.regions.CSSTextRegionFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

24 : import org.eclipse.wst.css.core.internal.parserz.CSSTextToken;

5. 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

JSPedCSSTokenizer.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

34 : public class JSPedCSSTokenizer implements JSPedCSSRegionContexts, ICSSTokenizer {

7. WARNING: DiscouragedReference

Discouraged access: The type CSSTextRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1241 : private CSSTextRegionFactory fRegionFactory = CSSTextRegionFactory.getInstance();

8. WARNING: DiscouragedReference

Discouraged access: The type CSSTextRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1241 : private CSSTextRegionFactory fRegionFactory = CSSTextRegionFactory.getInstance();

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSTextRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1241 : private CSSTextRegionFactory fRegionFactory = CSSTextRegionFactory.getInstance();

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

JSPedCSSTokenizer.java :

1256 : public final ITextRegion getNextToken() throws IOException {

11. WARNING: DiscouragedReference

Discouraged access: The field CSS_COMMENT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1311 : context = CSS_COMMENT;

12. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1334 : if (CSSRegionUtil.isDeclarationValueType(context)) { // declaration value can contain VALUE_S

13. WARNING: DiscouragedReference

Discouraged access: The method isDeclarationValueType(String) from the type CSSRegionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1334 : if (CSSRegionUtil.isDeclarationValueType(context)) { // declaration value can contain VALUE_S

14. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_S from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1336 : spaceFollows = (nextTokenType == CSS_DECLARATION_VALUE_S);

15. WARNING: DiscouragedReference

Discouraged access: The field CSS_S from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1339 : spaceFollows = (nextTokenType == CSS_S);

16. WARNING: DiscouragedReference

Discouraged access: The field CSS_UNKNOWN from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1359 : context = CSS_UNKNOWN;

17. WARNING: DiscouragedReference

Discouraged access: The method createRegion(String, int, int, int) from the type CSSTextRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1361 : return fRegionFactory.createRegion(context, start, textLength, length);

18. WARNING: DiscouragedReference

Discouraged access: The type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1372 : CSSTextToken token;

19. WARNING: DiscouragedReference

Discouraged access: The constructor CSSTextToken() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1374 : token = new CSSTextToken();

20. WARNING: DiscouragedReference

Discouraged access: The type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1374 : token = new CSSTextToken();

21. WARNING: DiscouragedReference

Discouraged access: The field kind from the type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1375 : token.kind = kind;

22. WARNING: DiscouragedReference

Discouraged access: The field start from the type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1376 : token.start = yychar;

23. WARNING: DiscouragedReference

Discouraged access: The field length from the type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1377 : token.length = yylength();

24. WARNING: DiscouragedReference

Discouraged access: The field image from the type CSSTextToken is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1378 : token.image = yytext();

25. WARNING: DiscouragedReference

Discouraged access: The field CSS_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1387 : if (type == CSS_DELIMITER || type == CSS_RBRACE || type == CSS_DECLARATION_DELIMITER) {

26. WARNING: DiscouragedReference

Discouraged access: The field CSS_RBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1387 : if (type == CSS_DELIMITER || type == CSS_RBRACE || type == CSS_DECLARATION_DELIMITER) {

27. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1387 : if (type == CSS_DELIMITER || type == CSS_RBRACE || type == CSS_DECLARATION_DELIMITER) {

28. WARNING: DiscouragedReference

Discouraged access: The field CSS_STRING from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1830 : { yybegin(ST_IMPORT_MEDIUM); return CSS_STRING;

29. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_DIMENSION from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1834 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_DIMENSION;

30. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_S from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1838 : { return CSS_DECLARATION_VALUE_S;

31. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_FUNCTION from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1842 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_FUNCTION;

32. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ATTRIBUTE_END from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1846 : { yybegin(ST_SELECTOR_MODIFIER); return CSS_SELECTOR_ATTRIBUTE_END;

33. WARNING: DiscouragedReference

Discouraged access: The field CSS_MEDIUM from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1854 : { yybegin(ST_IMPORT_DELIMITER); return CSS_MEDIUM;

34. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_STRING from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1858 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_STRING;

35. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_CLASS from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1862 : { yybegin(ST_SELECTOR_MODIFIER); return CSS_SELECTOR_CLASS;

36. WARNING: DiscouragedReference

Discouraged access: The field CSS_LBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1866 : { yybegin(YYINITIAL); return CSS_LBRACE;

37. WARNING: DiscouragedReference

Discouraged access: The field CSS_RBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1870 : { yybegin(YYINITIAL); return CSS_RBRACE;

38. WARNING: DiscouragedReference

Discouraged access: The field CSS_MEDIUM from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1874 : { yybegin(ST_MEDIA_DELIMITER); return CSS_MEDIUM;

39. WARNING: DiscouragedReference

Discouraged access: The field CSS_MEDIA_SEPARATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1878 : { yybegin(ST_IMPORT_MEDIUM); return CSS_MEDIA_SEPARATOR;

40. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_SEPARATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1882 : { yybegin(ST_DECLARATION_PRE_VALUE); return CSS_DECLARATION_SEPARATOR;

41. WARNING: DiscouragedReference

Discouraged access: The field CSS_FONT_FACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1886 : { yybegin(ST_FONT_FACE_DELIMITER); return CSS_FONT_FACE;

42. WARNING: DiscouragedReference

Discouraged access: The field CSS_CHARSET from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1890 : { yybegin(ST_CHARSET_NAME); return CSS_CHARSET;

43. WARNING: DiscouragedReference

Discouraged access: The field CSS_URI from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1902 : { yybegin(ST_IMPORT_MEDIUM); return CSS_URI;

44. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ATTRIBUTE_OPERATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1906 : { yybegin(ST_SELECTOR_ATTRIBUTE_VALUE); return CSS_SELECTOR_ATTRIBUTE_OPERATOR;

45. WARNING: DiscouragedReference

Discouraged access: The field CSS_CDC from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1910 : { return CSS_CDC;

46. WARNING: DiscouragedReference

Discouraged access: The field CSS_LBRACE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1914 : { yybegin(ST_DECLARATION); return CSS_LBRACE;

47. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_UNIVERSAL from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1918 : { yybegin(ST_SELECTOR_MODIFIER); return CSS_SELECTOR_UNIVERSAL;

48. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ATTRIBUTE_START from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1922 : { yybegin(ST_SELECTOR_ATTRIBUTE_NAME); return CSS_SELECTOR_ATTRIBUTE_START;

49. WARNING: DiscouragedReference

Discouraged access: The field CSS_CDO from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1926 : { return CSS_CDO;

50. WARNING: DiscouragedReference

Discouraged access: The field CSS_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1930 : { yybegin(YYINITIAL); return CSS_DELIMITER;

51. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ATTRIBUTE_NAME from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1934 : { yybegin(ST_SELECTOR_ATTRIBUTE_OPERATOR); return CSS_SELECTOR_ATTRIBUTE_NAME;

52. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_HASH from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1938 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_HASH;

53. WARNING: DiscouragedReference

Discouraged access: The field CSS_PAGE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1942 : { yybegin(ST_PAGE_PSEUDO_PAGE); return CSS_PAGE;

54. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ELEMENT_NAME from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1946 : { yybegin(ST_SELECTOR_MODIFIER); return CSS_SELECTOR_ELEMENT_NAME;

55. WARNING: DiscouragedReference

Discouraged access: The field CSS_STRING from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1950 : { yybegin(ST_CHARSET_DELIMITER); return CSS_STRING;

56. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_NUMBER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1958 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_NUMBER;

57. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_COMBINATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1962 : { yybegin(ST_SELECTOR); return CSS_SELECTOR_COMBINATOR;

58. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_UNICODE_RANGE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1966 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_UNICODE_RANGE;

59. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_PERCENTAGE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1970 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_PERCENTAGE;

60. WARNING: DiscouragedReference

Discouraged access: The field CSS_MEDIA_SEPARATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1974 : { yybegin(ST_MEDIA_MEDIUM); return CSS_MEDIA_SEPARATOR;

61. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_IDENT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1978 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_IDENT;

62. WARNING: DiscouragedReference

Discouraged access: The field CSS_PAGE_SELECTOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1982 : { yybegin(ST_PAGE_DELIMITER); return CSS_PAGE_SELECTOR;

63. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_OPERATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1986 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_OPERATOR;

64. WARNING: DiscouragedReference

Discouraged access: The field CSS_COMMENT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1990 : { return CSS_COMMENT;

65. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_IMPORTANT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1994 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_IMPORTANT;

66. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ATTRIBUTE_VALUE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

1998 : { yybegin(ST_SELECTOR_ATTRIBUTE_END); return CSS_SELECTOR_ATTRIBUTE_VALUE;

67. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_SEPARATOR from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2002 : { yybegin(ST_SELECTOR); return CSS_SELECTOR_SEPARATOR;

68. WARNING: DiscouragedReference

Discouraged access: The field CSS_S from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2006 : { return CSS_S;

69. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_ID from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2014 : { yybegin(ST_SELECTOR_MODIFIER); return CSS_SELECTOR_ID;

70. WARNING: DiscouragedReference

Discouraged access: The field CSS_IMPORT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2022 : { yybegin(ST_IMPORT_URI); return CSS_IMPORT;

71. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_PARENTHESIS_CLOSE from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2026 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_PARENTHESIS_CLOSE;

72. WARNING: DiscouragedReference

Discouraged access: The field CSS_MEDIA from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2030 : { yybegin(ST_MEDIA_MEDIUM); return CSS_MEDIA;

73. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_DELIMITER from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2038 : { yybegin(ST_DECLARATION); return CSS_DECLARATION_DELIMITER;

74. WARNING: DiscouragedReference

Discouraged access: The field CSS_SELECTOR_PSEUDO from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2042 : { yybegin(ST_SELECTOR_MODIFIER); return CSS_SELECTOR_PSEUDO;

75. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_PROPERTY from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2046 : { yybegin(ST_DECLARATION_SEPARATOR); return CSS_DECLARATION_PROPERTY;

76. WARNING: DiscouragedReference

Discouraged access: The field CSS_DECLARATION_VALUE_URI from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSTokenizer.java :

2058 : { yybegin(ST_DECLARATION_VALUE); return CSS_DECLARATION_VALUE_URI;

Source File: org/eclipse/jst/jsp/css/core/internal/parserz/JSPedCSSRegionContexts.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSRegionContexts.java :

14 : import org.eclipse.wst.css.core.internal.parserz.CSSRegionContexts;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSRegionContexts.java :

16 : public interface JSPedCSSRegionContexts extends CSSRegionContexts {

3. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSRegionContexts.java :

18 : public static final String CSS_JSP_EL = CSSRegionContexts.CSS_FOREIGN_ELEMENT; //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The field CSS_FOREIGN_ELEMENT from the type CSSRegionContexts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

JSPedCSSRegionContexts.java :

18 : public static final String CSS_JSP_EL = CSSRegionContexts.CSS_FOREIGN_ELEMENT; //$NON-NLS-1$