Compiler Report

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

Number of source files: 302 Number of classfiles: 348

Problems: 231 (Errors: 0 Warnings: 231 )

Source File: org/eclipse/jst/jsf/common/metadata/MetadataPackage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

MetadataPackage.java :

673 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/common/metadata/internal/AbstractTagLibDomainContentModelMetaDataTranslator.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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

52 : protected void doTranslate(CMDocument doc){

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

152 : protected void createTags(final CMDocument doc) {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

153 : for (Iterator it=doc.getElements().iterator();it.hasNext();){

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

153 : for (Iterator it=doc.getElements().iterator();it.hasNext();){

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

154 : CMElementDeclaration tag = (CMElementDeclaration)it.next();

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

154 : CMElementDeclaration tag = (CMElementDeclaration)it.next();

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

155 : Entity entity = findTagEntity(tag.getNodeName());

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

171 : protected String getTagNodeName(CMElementDeclaration tag) {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

172 : return tag.getNodeName();

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

180 : protected void setTagEntityTraits(CMElementDeclaration tag, Entity entity) {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

196 : CMElementDeclaration tag) {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

198 : for (Iterator it=tag.getAttributes().iterator();it.hasNext();){

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

198 : for (Iterator it=tag.getAttributes().iterator();it.hasNext();){

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

199 : CMAttributeDeclaration cmAttr = (CMAttributeDeclaration)it.next();

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

199 : CMAttributeDeclaration cmAttr = (CMAttributeDeclaration)it.next();

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

200 : Entity attr = findAttributeEntityForTagEntity(tagEntity, cmAttr.getAttrName());

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

203 : attr.setId(cmAttr.getAttrName());

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

217 : CMAttributeDeclaration cmAttr) {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

228 : protected String getTagAttributeDescription(CMAttributeDeclaration cmAttr) {return null;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

234 : protected boolean getTagAttributeIsRequired(CMAttributeDeclaration cmAttr) {return cmAttr.getUsage() == CMAttributeDeclaration.REQUIRED;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

234 : protected boolean getTagAttributeIsRequired(CMAttributeDeclaration cmAttr) {return cmAttr.getUsage() == CMAttributeDeclaration.REQUIRED;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

234 : protected boolean getTagAttributeIsRequired(CMAttributeDeclaration cmAttr) {return cmAttr.getUsage() == CMAttributeDeclaration.REQUIRED;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

234 : protected boolean getTagAttributeIsRequired(CMAttributeDeclaration cmAttr) {return cmAttr.getUsage() == CMAttributeDeclaration.REQUIRED;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

240 : protected String getTagAttributeDefaultValue(CMAttributeDeclaration cmAttr) {return null;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

246 : protected boolean getTagIsHidden(CMElementDeclaration tag) {return false;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

252 : protected boolean getTagIsExpert(CMElementDeclaration tag) {return false;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

258 : protected String getTagLargeIcon(CMElementDeclaration tag) {return null;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

264 : protected String getTagSmallIcon(CMElementDeclaration tag) {return null;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

270 : protected String getTagDescription(CMElementDeclaration tag) {return null;}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

276 : protected String getTagDisplayName(CMElementDeclaration tag) {return tag.getElementName();}

34. WARNING: DiscouragedReference

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

276 : protected String getTagDisplayName(CMElementDeclaration tag) {return tag.getElementName();}

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

282 : protected void createTagfileTraits(CMDocument doc) {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

357 : protected CMDocument getSourceModel() {

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

AbstractTagLibDomainContentModelMetaDataTranslator.java :

358 : return (CMDocument)_assistant.getSourceModelProvider().getSourceModel();

Source File: org/eclipse/jst/jsf/common/metadata/internal/StandardModelFactory.java
1. WARNING: UnusedImport

The import org.eclipse.jst.jsf.common.metadata.Model is never used

StandardModelFactory.java :

39 : import org.eclipse.jst.jsf.common.metadata.Model;

Source File: org/eclipse/jst/jsf/common/metadata/internal/impl/EntityGroupImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

EntityGroupImpl.java :

22 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/common/metadata/internal/impl/ModelImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

ModelImpl.java :

38 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/common/metadata/traittypes/traittypes/TraitTypesPackage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

TraitTypesPackage.java :

31 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/resolver/structureddocument/internal/impl/DOMContextResolver.java
1. 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

DOMContextResolver.java :

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

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

DOMContextResolver.java :

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

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

DOMContextResolver.java :

44 : return StructuredDocumentResolverUtil.getDOMDocument((IStructuredDocument)_context.getStructuredDocument());

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

DOMContextResolver.java :

49 : IndexedRegion region = StructuredDocumentResolverUtil.getIndexedRegion((IStructuredDocument) _context.getStructuredDocument(), _context.getDocumentPosition());

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

DOMContextResolver.java :

49 : IndexedRegion region = StructuredDocumentResolverUtil.getIndexedRegion((IStructuredDocument) _context.getStructuredDocument(), _context.getDocumentPosition());

Source File: org/eclipse/jst/jsf/context/resolver/structureddocument/internal/impl/StructuredDocumentContextResolverFactory.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

StructuredDocumentContextResolverFactory.java :

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

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

StructuredDocumentContextResolverFactory.java :

83 : if (context.getStructuredDocument() instanceof IStructuredDocument)

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

StructuredDocumentContextResolverFactory.java :

137 : if (context.getStructuredDocument() instanceof IStructuredDocument)

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

StructuredDocumentContextResolverFactory.java :

184 : if (context.getStructuredDocument() 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

StructuredDocumentContextResolverFactory.java :

245 : if (context.getStructuredDocument() instanceof IStructuredDocument)

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

StructuredDocumentContextResolverFactory.java :

296 : if (context.getStructuredDocument() instanceof IStructuredDocument)

Source File: org/eclipse/jst/jsf/context/resolver/structureddocument/internal/impl/StructuredDocumentResolverUtil.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

StructuredDocumentResolverUtil.java :

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

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

StructuredDocumentResolverUtil.java :

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

StructuredDocumentResolverUtil.java :

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

StructuredDocumentResolverUtil.java :

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

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

StructuredDocumentResolverUtil.java :

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

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

StructuredDocumentResolverUtil.java :

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

7. WARNING: DiscouragedReference

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

StructuredDocumentResolverUtil.java :

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

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

StructuredDocumentResolverUtil.java :

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

StructuredDocumentResolverUtil.java :

34 : static IDOMDocument getDOMDocument(IStructuredDocument document)

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

StructuredDocumentResolverUtil.java :

34 : static IDOMDocument getDOMDocument(IStructuredDocument document)

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

StructuredDocumentResolverUtil.java :

36 : IStructuredModel model = getStructuredModel(document);

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

StructuredDocumentResolverUtil.java :

40 : if (model instanceof IDOMModel)

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

StructuredDocumentResolverUtil.java :

42 : return ((IDOMModel)model).getDocument();

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

StructuredDocumentResolverUtil.java :

42 : return ((IDOMModel)model).getDocument();

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

StructuredDocumentResolverUtil.java :

49 : model.releaseFromRead();

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

StructuredDocumentResolverUtil.java :

56 : static IndexedRegion getIndexedRegion(final IStructuredDocument document, final int documentOffset)

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

StructuredDocumentResolverUtil.java :

56 : static IndexedRegion getIndexedRegion(final IStructuredDocument document, final int documentOffset)

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

StructuredDocumentResolverUtil.java :

61 : IStructuredModel model = getStructuredModel(document);

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

StructuredDocumentResolverUtil.java :

62 : IndexedRegion region = null;

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

StructuredDocumentResolverUtil.java :

68 : region = model.getIndexedRegion(documentOffset);

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

StructuredDocumentResolverUtil.java :

71 : region = model.getIndexedRegion(lastOffset);

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

StructuredDocumentResolverUtil.java :

76 : if (region instanceof IDOMElement)

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

StructuredDocumentResolverUtil.java :

78 : IDOMElement domElement = (IDOMElement) region;

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

StructuredDocumentResolverUtil.java :

78 : IDOMElement domElement = (IDOMElement) region;

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

StructuredDocumentResolverUtil.java :

86 : if (attrNode instanceof IDOMAttr)

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

StructuredDocumentResolverUtil.java :

88 : IDOMAttr attr = (IDOMAttr) attrNode;

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

StructuredDocumentResolverUtil.java :

88 : IDOMAttr attr = (IDOMAttr) attrNode;

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

StructuredDocumentResolverUtil.java :

90 : if (documentOffset >= attr.getStartOffset()

29. WARNING: DiscouragedReference

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

StructuredDocumentResolverUtil.java :

91 : && documentOffset < attr.getEndOffset())

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

StructuredDocumentResolverUtil.java :

102 : model.releaseFromRead();

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

StructuredDocumentResolverUtil.java :

115 : private static IStructuredModel getStructuredModel(IStructuredDocument document)

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

StructuredDocumentResolverUtil.java :

115 : private static IStructuredModel getStructuredModel(IStructuredDocument document)

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

StructuredDocumentResolverUtil.java :

117 : IModelManager modelManager = StructuredModelManager.getModelManager();

34. WARNING: DiscouragedReference

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

StructuredDocumentResolverUtil.java :

121 : return StructuredModelManager.getModelManager().getModelForRead(document);

Source File: org/eclipse/jst/jsf/context/resolver/structureddocument/internal/impl/TaglibContextResolver.java
1. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

21 : import org.eclipse.jst.jsp.core.internal.contentmodel.TaglibController;

2. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

22 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDCMDocumentManager;

3. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

23 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.TaglibTracker;

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

TaglibContextResolver.java :

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

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

TaglibContextResolver.java :

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

6. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

68 : private TaglibTracker getTracker(Node node)

7. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

72 : final TLDCMDocumentManager docMgr =

8. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

73 : TaglibController.getTLDCMDocumentManager(_context.getStructuredDocument());

9. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

73 : TaglibController.getTLDCMDocumentManager(_context.getStructuredDocument());

10. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

84 : for (final Iterator it = docMgr.getTaglibTrackers().iterator(); it.hasNext();)

11. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

86 : final TaglibTracker tracker = (TaglibTracker) it.next();

12. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

86 : final TaglibTracker tracker = (TaglibTracker) it.next();

13. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

88 : if (prefix.equals(tracker.getPrefix()))

14. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

109 : final TaglibTracker tracker = getTracker(checkNode);

15. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

113 : return tracker.getURI();

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

TaglibContextResolver.java :

144 : IStructuredModel smodel = null;

17. WARNING: DiscouragedReference

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

TaglibContextResolver.java :

148 : smodel = StructuredModelManager.getModelManager().getModelForRead((IStructuredDocument)context.getStructuredDocument());

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

TaglibContextResolver.java :

148 : smodel = StructuredModelManager.getModelManager().getModelForRead((IStructuredDocument)context.getStructuredDocument());

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

TaglibContextResolver.java :

149 : return JSPUtil.isJSPContentType(smodel.getContentTypeIdentifier()); //$NON-NLS-1$

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

TaglibContextResolver.java :

155 : smodel.releaseFromRead();

Source File: org/eclipse/jst/jsf/context/resolver/structureddocument/internal/impl/TextRegionContextResolver.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

TextRegionContextResolver.java :

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

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

TextRegionContextResolver.java :

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

3. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

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

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

TextRegionContextResolver.java :

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

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

TextRegionContextResolver.java :

43 : final ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

48 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

7. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

48 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

49 : text = parent.getText(me);

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

TextRegionContextResolver.java :

60 : final ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

64 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

11. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

64 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

65 : endOffset = parent.getEndOffset(me);

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

TextRegionContextResolver.java :

76 : final ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

80 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

15. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

80 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

81 : length = me.getLength();

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

TextRegionContextResolver.java :

94 : final ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

98 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

19. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

98 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

99 : startOffset = parent.getStartOffset(me);

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

TextRegionContextResolver.java :

110 : final ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

115 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

23. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

115 : ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

119 : regionType = me.getType();

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

TextRegionContextResolver.java :

130 : final ITextRegion[] path = createPathToContext();

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

TextRegionContextResolver.java :

135 : typePath[i] = path[i].getType();

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

TextRegionContextResolver.java :

146 : ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

151 : final ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

29. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

151 : final ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

152 : ITextRegionList regions = parent.getRegions();

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

TextRegionContextResolver.java :

152 : ITextRegionList regions = parent.getRegions();

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

TextRegionContextResolver.java :

153 : ITextRegion nextRegion = null;

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

TextRegionContextResolver.java :

154 : for (final Iterator it = regions.iterator(); it.hasNext();)

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

TextRegionContextResolver.java :

159 : nextRegion = (ITextRegion) it.next();

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

TextRegionContextResolver.java :

166 : final int documentPosition = parent.getStartOffset(nextRegion);

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

TextRegionContextResolver.java :

181 : ITextRegionCollection parent = getParentRegion();

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

TextRegionContextResolver.java :

186 : final ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

38. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

186 : final ITextRegion me = parent.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

187 : ITextRegionList regions = parent.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

TextRegionContextResolver.java :

187 : ITextRegionList regions = parent.getRegions();

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

TextRegionContextResolver.java :

188 : final Iterator it = regions.iterator();

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

TextRegionContextResolver.java :

189 : ITextRegion prevRegion = null;

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

TextRegionContextResolver.java :

190 : ITextRegion nextRegion = null;

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

TextRegionContextResolver.java :

194 : nextRegion = (ITextRegion) it.next();

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

TextRegionContextResolver.java :

207 : final int documentPosition = parent.getStartOffset(prevRegion);

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

TextRegionContextResolver.java :

216 : private ITextRegionCollection getParentRegion()

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

TextRegionContextResolver.java :

218 : final ITextRegion[] path = createPathToContext();

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

TextRegionContextResolver.java :

219 : ITextRegionCollection parent = null;

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

TextRegionContextResolver.java :

223 : parent = (ITextRegionCollection) path[path.length-1];

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

TextRegionContextResolver.java :

233 : final ITextRegion[] myPath = createPathToContext();

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

TextRegionContextResolver.java :

242 : final ITextRegion[] myPath = createPathToContext();

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

TextRegionContextResolver.java :

248 : private boolean matchPath(ITextRegion[] myPath, String[] path)

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

TextRegionContextResolver.java :

259 : if (!path[path.length-i].equals(myPath[myPath.length-i].getType()))

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

TextRegionContextResolver.java :

278 : private ITextRegion[] createPathToContext()

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

TextRegionContextResolver.java :

282 : final IStructuredDocument doc = (IStructuredDocument) _context.getStructuredDocument();

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

TextRegionContextResolver.java :

282 : final IStructuredDocument doc = (IStructuredDocument) _context.getStructuredDocument();

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

TextRegionContextResolver.java :

284 : ITextRegion container = doc.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

284 : ITextRegion container = doc.getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

287 : && container instanceof ITextRegionCollection)

60. WARNING: DiscouragedReference

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

TextRegionContextResolver.java :

290 : container = ((ITextRegionCollection)container).getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

290 : container = ((ITextRegionCollection)container).getRegionAtCharacterOffset(_context.getDocumentPosition());

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

TextRegionContextResolver.java :

293 : return (ITextRegion[]) regionPath.toArray(new ITextRegion[0]);

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

TextRegionContextResolver.java :

293 : return (ITextRegion[]) regionPath.toArray(new ITextRegion[0]);

Source File: org/eclipse/jst/jsf/context/resolver/structureddocument/internal/impl/WorkspaceContextResolver.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

WorkspaceContextResolver.java :

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

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

WorkspaceContextResolver.java :

100 : IStructuredModel model = null;

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

WorkspaceContextResolver.java :

104 : model = StructuredModelManager.getModelManager().getExistingModelForRead(_context.getStructuredDocument());

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

WorkspaceContextResolver.java :

108 : String path = model.getBaseLocation();

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

WorkspaceContextResolver.java :

111 : Object id = model.getId();

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

WorkspaceContextResolver.java :

123 : model.releaseFromRead();

Source File: org/eclipse/jst/jsf/context/structureddocument/internal/impl/DefaultStructuredDocumentContext.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

DefaultStructuredDocumentContext.java :

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

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

DefaultStructuredDocumentContext.java :

21 : private final IStructuredDocument _structuredDocument;

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

DefaultStructuredDocumentContext.java :

24 : /*package*/ DefaultStructuredDocumentContext(IStructuredDocument structuredDocument, int documentPosition)

Source File: org/eclipse/jst/jsf/context/structureddocument/internal/impl/StructuredDocumentContextFactory.java
1. 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

StructuredDocumentContextFactory.java :

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

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

StructuredDocumentContextFactory.java :

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

3. WARNING: DiscouragedReference

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

StructuredDocumentContextFactory.java :

26 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

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

StructuredDocumentContextFactory.java :

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

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

StructuredDocumentContextFactory.java :

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

6. WARNING: DiscouragedReference

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

StructuredDocumentContextFactory.java :

91 : if (textViewer instanceof StructuredTextViewer)

7. WARNING: DiscouragedReference

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

StructuredDocumentContextFactory.java :

93 : IDocument document = ((StructuredTextViewer)textViewer).getDocument();

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

StructuredDocumentContextFactory.java :

102 : if (document 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

StructuredDocumentContextFactory.java :

104 : return new DefaultStructuredDocumentContext((IStructuredDocument)document, documentPosition);

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

StructuredDocumentContextFactory.java :

183 : if (document instanceof IStructuredDocument)

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

StructuredDocumentContextFactory.java :

185 : final IStructuredDocument sDoc = (IStructuredDocument) document;

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

StructuredDocumentContextFactory.java :

185 : final IStructuredDocument sDoc = (IStructuredDocument) document;

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

StructuredDocumentContextFactory.java :

186 : if (node instanceof IndexedRegion)

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

StructuredDocumentContextFactory.java :

188 : final int position = ((IndexedRegion)node).getStartOffset();

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

StructuredDocumentContextFactory.java :

188 : final int position = ((IndexedRegion)node).getStartOffset();

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

StructuredDocumentContextFactory.java :

191 : else if (node instanceof IDOMAttr)

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

StructuredDocumentContextFactory.java :

193 : IDOMAttr attr = (IDOMAttr) node;

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

StructuredDocumentContextFactory.java :

193 : IDOMAttr attr = (IDOMAttr) node;

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

StructuredDocumentContextFactory.java :

194 : final int position = attr.getValueRegionStartOffset();

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

StructuredDocumentContextFactory.java :

237 : if (element instanceof IDOMNode){

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

StructuredDocumentContextFactory.java :

238 : final IDOMNode node = (IDOMNode)element;

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

StructuredDocumentContextFactory.java :

238 : final IDOMNode node = (IDOMNode)element;

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

StructuredDocumentContextFactory.java :

239 : final IStructuredDocument sDoc = node.getStructuredDocument();

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

StructuredDocumentContextFactory.java :

239 : final IStructuredDocument sDoc = node.getStructuredDocument();

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

StructuredDocumentContextFactory.java :

240 : final int position = node.getStartOffset();

Source File: org/eclipse/jst/jsf/context/symbol/SymbolPackage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

SymbolPackage.java :

2208 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IBeanInstanceSymbolImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBeanInstanceSymbolImpl.java :

49 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IBeanPropertySymbolImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBeanPropertySymbolImpl.java :

53 : @SuppressWarnings("hiding") //$NON-NLS-1$

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IBoundedJavaTypeDescriptorImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBoundedJavaTypeDescriptorImpl.java :

34 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IBoundedListTypeDescriptorImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBoundedListTypeDescriptorImpl.java :

47 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IBoundedMapTypeDescriptorImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBoundedMapTypeDescriptorImpl.java :

38 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IComponentSymbolImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IComponentSymbolImpl.java :

35 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IJavaTypeDescriptor2Impl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IJavaTypeDescriptor2Impl.java :

70 : @SuppressWarnings("hiding")

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IJavaTypeDescriptor2Impl.java :

125 : @SuppressWarnings("hiding")

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IJavaTypeDescriptor2Impl.java :

136 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IListTypeDescriptorImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IListTypeDescriptorImpl.java :

42 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/impl/IMapTypeDescriptorImpl.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IMapTypeDescriptorImpl.java :

59 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IBeanInstanceSymbolItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBeanInstanceSymbolItemProvider.java :

52 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IBeanPropertySymbolItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBeanPropertySymbolItemProvider.java :

56 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IBoundedJavaTypeDescriptorItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBoundedJavaTypeDescriptorItemProvider.java :

43 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IBoundedListTypeDescriptorItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBoundedListTypeDescriptorItemProvider.java :

52 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IBoundedMapTypeDescriptorItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IBoundedMapTypeDescriptorItemProvider.java :

43 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IComponentSymbolItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IComponentSymbolItemProvider.java :

55 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IJavaTypeDescriptor2ItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IJavaTypeDescriptor2ItemProvider.java :

54 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IListTypeDescriptorItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IListTypeDescriptorItemProvider.java :

56 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IMapTypeDescriptorItemProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

IMapTypeDescriptorItemProvider.java :

54 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/IPropertySymbolItemProvider.java
1. WARNING: DiscouragedReference

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

IPropertySymbolItemProvider.java :

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

2. WARNING: DiscouragedReference

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

IPropertySymbolItemProvider.java :

344 : return (ICompletionProposal[]) completions.toArray(new CustomCompletionProposal[0]);

Source File: org/eclipse/jst/jsf/context/symbol/internal/provider/SymbolItemProviderAdapterFactory.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

SymbolItemProviderAdapterFactory.java :

49 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/jsf/context/symbol/provider/ProposalCreationFactoryAdapter.java
1. WARNING: DiscouragedReference

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

ProposalCreationFactoryAdapter.java :

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

2. WARNING: DiscouragedReference

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

ProposalCreationFactoryAdapter.java :

95 : return new CustomCompletionProposal(replacementText, replacementOffset, replacementLength, cursorPosition, displayImage, displayText, contextInfo, additionalText, relevance);

3. WARNING: DiscouragedReference

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

ProposalCreationFactoryAdapter.java :

95 : return new CustomCompletionProposal(replacementText,