Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 12 Number of classfiles: 15

Problems: 286 (Errors: 0 Warnings: 286 )

Source File: org/eclipse/jst/jsf/facelet/ui/internal/FaceletUiPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

FaceletUiPlugin.java :

5 : import org.eclipse.jst.jsf.designtime.internal.view.model.TagRegistryFactory.TagRegistryFactoryException;

2. WARNING: DiscouragedReference

Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

FaceletUiPlugin.java :

64 : public static void log(final TagRegistryFactoryException e)

Source File: org/eclipse/jst/jsf/facelet/ui/internal/contentassist/CompositeAttributeAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

11 : import org.eclipse.jst.jsf.designtime.internal.view.XMLViewDefnAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IDTViewHandler.ViewHandlerException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

12 : import org.eclipse.jst.jsf.designtime.internal.view.IDTViewHandler.ViewHandlerException;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLViewDefnAdapter.DTELExpression is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

13 : import org.eclipse.jst.jsf.designtime.internal.view.XMLViewDefnAdapter.DTELExpression;

4. WARNING: DiscouragedReference

Discouraged access: The type JSFContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

14 : import org.eclipse.jst.jsf.ui.internal.contentassist.JSFContentAssistProcessor;

5. WARNING: DiscouragedReference

Discouraged access: The type JSFELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

15 : import org.eclipse.jst.jsf.ui.internal.contentassist.el.JSFELContentAssistProcessor;

6. WARNING: DiscouragedReference

Discouraged access: The type JSFContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

28 : private JSFContentAssistProcessor _nonELProcessor;

7. WARNING: DiscouragedReference

Discouraged access: The type JSFELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

29 : private JSFELContentAssistProcessor _elProcessor;

8. WARNING: DiscouragedReference

Discouraged access: The constructor JSFContentAssistProcessor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

37 : _nonELProcessor = new JSFContentAssistProcessor();

9. WARNING: DiscouragedReference

Discouraged access: The type JSFContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

37 : _nonELProcessor = new JSFContentAssistProcessor();

10. WARNING: DiscouragedReference

Discouraged access: The constructor JSFELContentAssistProcessor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

38 : _elProcessor = new JSFELContentAssistProcessor();

11. WARNING: DiscouragedReference

Discouraged access: The type JSFELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

38 : _elProcessor = new JSFELContentAssistProcessor();

12. WARNING: DiscouragedReference

Discouraged access: The method getCompletionProposalAutoActivationCharacters() from the type JSFContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

41 : _nonELProcessor.getCompletionProposalAutoActivationCharacters();

13. WARNING: DiscouragedReference

Discouraged access: The method getCompletionProposalAutoActivationCharacters() from the type JSFELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

43 : _elProcessor.getCompletionProposalAutoActivationCharacters();

14. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type JSFELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

55 : return _elProcessor.computeCompletionProposals(viewer, offset);

15. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type JSFContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

57 : return _nonELProcessor.computeCompletionProposals(viewer, offset);

16. WARNING: DiscouragedReference

Discouraged access: The method computeContextInformation(ITextViewer, int) from the type JSFELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

65 : return _elProcessor.computeContextInformation(viewer, offset);

17. WARNING: DiscouragedReference

Discouraged access: The method computeContextInformation(ITextViewer, int) from the type JSFContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

CompositeAttributeAssistProcessor.java :

67 : return _nonELProcessor.computeContextInformation(viewer, offset);

18. WARNING: DiscouragedReference

Discouraged access: The type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

100 : XMLViewDefnAdapter adapter =

19. WARNING: DiscouragedReference

Discouraged access: The type XMLViewDefnAdapter.DTELExpression is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

106 : DTELExpression elExpression = adapter.getELExpression(context);

20. WARNING: DiscouragedReference

Discouraged access: The method getELExpression(IModelContext) from the type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

106 : DTELExpression elExpression = adapter.getELExpression(context);

21. WARNING: DiscouragedReference

Discouraged access: The type IDTViewHandler.ViewHandlerException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

CompositeAttributeAssistProcessor.java :

114 : catch (ViewHandlerException e)

Source File: org/eclipse/jst/jsf/facelet/ui/internal/contentassist/MyModelQueryExtension.java
1. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

13 : import org.eclipse.jst.jsf.facelet.core.internal.cm.FaceletDocumentFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

14 : import org.eclipse.jst.jsf.facelet.core.internal.util.ViewUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

15 : import org.eclipse.jst.jsf.facelet.core.internal.util.ViewUtil.PrefixEntry;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

MyModelQueryExtension.java :

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

5. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

MyModelQueryExtension.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.extension.ModelQueryExtension;

7. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

MyModelQueryExtension.java :

27 : public class MyModelQueryExtension extends ModelQueryExtension

8. WARNING: DiscouragedReference

Discouraged access: The method getAttributeValues(Element, String, String) from the type ModelQueryExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

MyModelQueryExtension.java :

35 : return super.getAttributeValues(ownerElement, namespace, name);

9. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

39 : public CMNode[] getAvailableElementContent(Element parentElement,

10. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

52 : final FaceletDocumentFactory factory =

11. WARNING: DiscouragedReference

Discouraged access: The constructor FaceletDocumentFactory(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

53 : new FaceletDocumentFactory(project);

12. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

53 : new FaceletDocumentFactory(project);

13. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

54 : final Map<String, PrefixEntry> map =

14. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

55 : ViewUtil.getDocumentNamespaces(parentElement.getOwnerDocument());

15. WARNING: DiscouragedReference

Discouraged access: The method getDocumentNamespaces(Document) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

55 : ViewUtil.getDocumentNamespaces(parentElement.getOwnerDocument());

16. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

57 : for (final Map.Entry<String, PrefixEntry> entry : map.entrySet())

17. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

59 : if (entry.getValue().getUri().equals(namespace))

18. WARNING: DiscouragedReference

Discouraged access: The method getPrefix() from the type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

61 : prefix = entry.getValue().getPrefix();

19. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

MyModelQueryExtension.java :

68 : CMDocument document =

20. WARNING: DiscouragedReference

Discouraged access: The method createCMDocumentForContext(String, String) from the type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

MyModelQueryExtension.java :

69 : factory.createCMDocumentForContext(namespace, prefix);

21. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

72 : List<CMNode> nodes = new ArrayList<CMNode>();

22. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

72 : List<CMNode> nodes = new ArrayList<CMNode>();

23. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

73 : for (final Iterator<?> it = document.getElements().iterator(); it.hasNext();)

24. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

MyModelQueryExtension.java :

73 : for (final Iterator<?> it = document.getElements().iterator(); it.hasNext();)

25. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

75 : nodes.add((CMNode)it.next());

26. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

77 : return nodes.toArray(new CMNode[0]);

27. WARNING: DiscouragedReference

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

MyModelQueryExtension.java :

82 : return new CMNode[0];

Source File: org/eclipse/jst/jsf/facelet/ui/internal/contentassist/XHTMLContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor.java :

15 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace;

2. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor.java :

21 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

22 : import org.eclipse.jst.jsf.facelet.core.internal.cm.FaceletDocumentFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

23 : import org.eclipse.jst.jsf.facelet.core.internal.util.ViewUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

24 : import org.eclipse.jst.jsf.facelet.core.internal.util.ViewUtil.PrefixEntry;

6. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

25 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

XHTMLContentAssistProcessor.java :

26 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

XHTMLContentAssistProcessor.java :

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

9. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLContentAssistProcessor.java :

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

11. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

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

12. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

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

13. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

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

14. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

34 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;

16. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

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

17. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

47 : public class XHTMLContentAssistProcessor extends AbstractContentAssistProcessor

18. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

50 : private FaceletDocumentFactory _factory;

19. WARNING: DiscouragedReference

Discouraged access: The constructor FaceletDocumentFactory(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

63 : _factory = new FaceletDocumentFactory(_file.getProject());

20. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

63 : _factory = new FaceletDocumentFactory(_file.getProject());

21. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

64 : proposals = super.computeCompletionProposals(textViewer, documentPosition);

22. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

75 : final Map<String, PrefixEntry> namespaces = getDocumentNamespaces(

23. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

79 : for (final Map.Entry<String, PrefixEntry> entry : namespaces.entrySet())

24. WARNING: DiscouragedReference

Discouraged access: The method getPrefix() from the type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

81 : final String prefix = entry.getValue().getPrefix();

25. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLContentAssistProcessor.java :

82 : final CMDocument cmDocument = _factory.createCMDocumentForContext(

26. WARNING: DiscouragedReference

Discouraged access: The method createCMDocumentForContext(String, String) from the type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

82 : final CMDocument cmDocument = _factory.createCMDocumentForContext( entry.getValue().getUri(), prefix);

27. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

83 : entry.getValue().getUri(), prefix);

28. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

87 : final Iterator it = cmDocument.getElements().iterator();

29. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLContentAssistProcessor.java :

87 : final Iterator it = cmDocument.getElements().iterator();

30. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

100 : final ContentAssistRequest contentAssistRequest)

31. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

102 : final ITextRegion textRegion = findNameRegionIfIsHTMLRoot(contentAssistRequest);

32. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

106 : final IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

33. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

106 : final IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

34. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

106 : final IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

35. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

108 : final String attrName = node.getFirstStructuredDocumentRegion()

36. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

108 : final String attrName = node.getFirstStructuredDocumentRegion() .getText(textRegion);

37. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor.java :

121 : final ITagRegistry tagRegistry = ViewUtil.getHtmlTagRegistry(_file.getProject());

38. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

121 : final ITagRegistry tagRegistry = ViewUtil.getHtmlTagRegistry(_file.getProject());

39. WARNING: DiscouragedReference

Discouraged access: The method getHtmlTagRegistry(IProject) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

121 : final ITagRegistry tagRegistry = ViewUtil.getHtmlTagRegistry(_file.getProject());

40. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

124 : final Set<Attr> alreadyUsed = ViewUtil.getDeclaredNamespaces(attributes);

41. WARNING: DiscouragedReference

Discouraged access: The method getDeclaredNamespaces(NamedNodeMap) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

124 : final Set<Attr> alreadyUsed = ViewUtil.getDeclaredNamespaces(attributes);

42. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor.java :

125 : final Collection<? extends Namespace> namespaces = tagRegistry

43. WARNING: DiscouragedReference

Discouraged access: The method getAllTagLibraries() from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor.java :

125 : final Collection<? extends Namespace> namespaces = tagRegistry .getAllTagLibraries();

44. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor.java :

127 : NAMESPACE_LOOP: for (final Namespace ns : namespaces)

45. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor.java :

129 : final String possibleValue = ns.getNSUri();

46. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

131 : if (ViewUtil.hasAttributeValue(alreadyUsed, possibleValue))

47. WARNING: DiscouragedReference

Discouraged access: The method hasAttributeValue(Set<Attr>, String) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

131 : if (ViewUtil.hasAttributeValue(alreadyUsed, possibleValue))

48. WARNING: DiscouragedReference

Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

141 : final int rOffset = contentAssistRequest .getReplacementBeginPosition();

49. WARNING: DiscouragedReference

Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

143 : final int rLength = contentAssistRequest .getReplacementLength();

50. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

148 : final CustomCompletionProposal proposal = new CustomCompletionProposal(

51. 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XHTMLContentAssistProcessor.java :

148 : final CustomCompletionProposal proposal = new CustomCompletionProposal( rString, rOffset, rLength, cursorAfter, null, displayString, null, null, XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

52. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

148 : final CustomCompletionProposal proposal = new CustomCompletionProposal(

53. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

157 : XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

54. WARNING: DiscouragedReference

Discouraged access: The field R_XML_ATTRIBUTE_VALUE from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

157 : XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

55. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

158 : contentAssistRequest.addProposal(proposal);

56. WARNING: DiscouragedReference

Discouraged access: The method addAttributeValueProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

168 : super.addAttributeValueProposals(contentAssistRequest);

57. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

171 : private ITextRegion findNameRegionIfIsHTMLRoot(

58. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

172 : final ContentAssistRequest contentAssistRequest)

59. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

174 : final IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

60. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

174 : final IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

61. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

174 : final IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

62. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

181 : final IStructuredDocumentRegion open = node

63. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

181 : final IStructuredDocumentRegion open = node .getFirstStructuredDocumentRegion();

64. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

XHTMLContentAssistProcessor.java :

183 : final ITextRegionList openRegions = open.getRegions();

65. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

183 : final ITextRegionList openRegions = open.getRegions();

66. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

XHTMLContentAssistProcessor.java :

184 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

67. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

184 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

68. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

189 : ITextRegion nameRegion = null;

69. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

192 : nameRegion = openRegions.get(i--);

70. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

193 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

71. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

193 : if (nameRegion.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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLContentAssistProcessor.java :

193 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

73. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil.PrefixEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

204 : private Map<String, PrefixEntry> getDocumentNamespaces(

74. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

205 : final FaceletDocumentFactory factory, final int offset)

75. WARNING: DiscouragedReference

Discouraged access: The field fTextViewer from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XHTMLContentAssistProcessor.java :

208 : .getContext(fTextViewer, offset);

76. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

223 : return ViewUtil.getDocumentNamespaces(doc);

77. WARNING: DiscouragedReference

Discouraged access: The method getDocumentNamespaces(Document) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

223 : return ViewUtil.getDocumentNamespaces(doc);

78. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

227 : protected CMElementDeclaration getCMElementDeclaration(final Node node)

79. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor.java :

235 : final CMElementDeclaration elementDecl = _factory

80. WARNING: DiscouragedReference

Discouraged access: The method createCMElementDeclaration(Element) from the type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

235 : final CMElementDeclaration elementDecl = _factory .createCMElementDeclaration(element);

81. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

251 : return ViewUtil.isFaceletVDLFile(file);

82. WARNING: DiscouragedReference

Discouraged access: The method isFaceletVDLFile(IFile) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor.java :

251 : return ViewUtil.isFaceletVDLFile(file);

Source File: org/eclipse/jst/jsf/facelet/ui/internal/contentassist/XHTMLContentAssistProcessor2.java
1. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

17 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;

2. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

18 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

XHTMLContentAssistProcessor2.java :

22 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ITextRegionContextResolver;

4. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor2.java :

25 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry;

5. WARNING: DiscouragedReference

Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor2.java :

26 : import org.eclipse.jst.jsf.designtime.internal.view.model.TagRegistryFactory.TagRegistryFactoryException;

6. WARNING: DiscouragedReference

Discouraged access: The type FaceletRegistryManager.MyRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor2.java :

27 : import org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletRegistryManager.MyRegistryFactory;

7. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor2.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

XHTMLContentAssistProcessor2.java :

67 : final ITextRegionContextResolver resolver = IStructuredDocumentContextResolverFactory.INSTANCE

9. WARNING: DiscouragedReference

Discouraged access: The method getRegionType() from the type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

XHTMLContentAssistProcessor2.java :

72 : final String regionType = resolver.getRegionType();

10. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor2.java :

74 : if (DOMRegionContext.XML_CONTENT.equals(regionType))

11. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor2.java :

74 : if (DOMRegionContext.XML_CONTENT.equals(regionType))

12. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor2.java :

82 : else if (DOMRegionContext.XML_TAG_NAME.equals(regionType))

13. WARNING: DiscouragedReference

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

XHTMLContentAssistProcessor2.java :

82 : else if (DOMRegionContext.XML_TAG_NAME.equals(regionType))

14. WARNING: DiscouragedReference

Discouraged access: The method getRegionText() from the type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

XHTMLContentAssistProcessor2.java :

84 : final TagPrefix tagPrefix = new TagPrefix(resolver .getRegionText());

15. WARNING: DiscouragedReference

Discouraged access: The type FaceletRegistryManager.MyRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor2.java :

109 : MyRegistryFactory factory = new MyRegistryFactory();

16. WARNING: DiscouragedReference

Discouraged access: The constructor FaceletRegistryManager.MyRegistryFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor2.java :

109 : MyRegistryFactory factory = new MyRegistryFactory();

17. WARNING: DiscouragedReference

Discouraged access: The type FaceletRegistryManager.MyRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor2.java :

109 : MyRegistryFactory factory = new MyRegistryFactory();

18. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor2.java :

110 : ITagRegistry registry;

19. WARNING: DiscouragedReference

Discouraged access: The method createTagRegistry(IProject) from the type FaceletRegistryManager.MyRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

XHTMLContentAssistProcessor2.java :

113 : registry = factory.createTagRegistry(project);

20. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

119 : final Collection<? extends Namespace> tagLibs = registry

21. WARNING: DiscouragedReference

Discouraged access: The method getAllTagLibraries() from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor2.java :

119 : final Collection<? extends Namespace> tagLibs = registry .getAllTagLibraries();

22. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

122 : for (final Namespace tagLib : tagLibs)

23. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

124 : final PrefixEntry ns = namespaces.get(tagLib.getNSUri());

24. WARNING: DiscouragedReference

Discouraged access: The method isInitialized() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

128 : if (ns != null && tagLib.isInitialized())

25. WARNING: DiscouragedReference

Discouraged access: The method getViewElements() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

134 : final Collection<?> tags = tagLib.getViewElements();

26. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

139 : final ITagElement tagElement = (ITagElement) it

27. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

139 : final ITagElement tagElement = (ITagElement) it

28. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

144 : if (tagElement.getName().startsWith(

29. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

XHTMLContentAssistProcessor2.java :

151 : + tagElement.getName();

30. WARNING: DiscouragedReference

Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

XHTMLContentAssistProcessor2.java :

173 : catch (TagRegistryFactoryException e)

Source File: org/eclipse/jst/jsf/facelet/ui/internal/facet/FaceletChangePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ChangeActionType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

17 : import org.eclipse.jst.jsf.facelet.core.internal.facet.ChangeActionType;

2. WARNING: DiscouragedReference

Discouraged access: The type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

18 : import org.eclipse.jst.jsf.facelet.core.internal.facet.FacetChangeModel;

3. WARNING: DiscouragedReference

Discouraged access: The type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

41 : private FacetChangeModel _dataModel;

4. WARNING: DiscouragedReference

Discouraged access: The type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

53 : _dataModel = (FacetChangeModel) config;

5. WARNING: DiscouragedReference

Discouraged access: The type ChangeActionType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

61 : final ChangeActionType actionType = _dataModel.getChangeActionType();

6. WARNING: DiscouragedReference

Discouraged access: The method getChangeActionType() from the type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

61 : final ChangeActionType actionType = _dataModel.getChangeActionType();

7. WARNING: DiscouragedReference

Discouraged access: The field ADD from the type ChangeActionType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

65 : case ADD:

8. WARNING: DiscouragedReference

Discouraged access: The field REMOVE from the type ChangeActionType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

68 : case REMOVE:

9. WARNING: DiscouragedReference

Discouraged access: The method isChgDefaultSuffix() from the type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

79 : _chgDefaultSuffix.setSelection(_dataModel.isChgDefaultSuffix());

10. WARNING: DiscouragedReference

Discouraged access: The method isChgViewHandler() from the type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

93 : _chgViewHandler.setSelection(_dataModel.isChgViewHandler());

11. WARNING: DiscouragedReference

Discouraged access: The method isChgConfigureListener() from the type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

108 : _chgConfigureListener.setSelection(_dataModel.isChgConfigureListener());

12. WARNING: DiscouragedReference

Discouraged access: The method isChgConfigureListener() from the type FacetChangeModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletChangePage.java :

123 : _chgWebappLifecycleListener.setSelection(_dataModel .isChgConfigureListener());

Source File: org/eclipse/jst/jsf/facelet/ui/internal/hover/FaceletHover.java
1. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

FaceletHover.java :

9 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ITextRegionContextResolver;

2. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletHover.java :

12 : import org.eclipse.jst.jsf.facelet.core.internal.cm.FaceletDocumentFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletHover.java :

13 : import org.eclipse.jst.jsf.ui.internal.jspeditor.JSFELHover;

4. WARNING: DiscouragedReference

Discouraged access: The type HTMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

FaceletHover.java :

14 : import org.eclipse.wst.html.ui.internal.taginfo.HTMLTagInfoHoverProcessor;

5. WARNING: DiscouragedReference

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

FaceletHover.java :

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

6. WARNING: DiscouragedReference

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

FaceletHover.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletHover.java :

29 : private JSFELHover _elHover;

8. WARNING: DiscouragedReference

Discouraged access: The type HTMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

FaceletHover.java :

30 : private HTMLTagInfoHoverProcessor _htmlHoverProcessor;

9. WARNING: DiscouragedReference

Discouraged access: The constructor JSFELHover() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletHover.java :

37 : _elHover = new JSFELHover();

10. WARNING: DiscouragedReference

Discouraged access: The type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletHover.java :

37 : _elHover = new JSFELHover();

11. WARNING: DiscouragedReference

Discouraged access: The method getHoverInfo(ITextViewer, IRegion) from the type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletHover.java :

48 : info = _elHover.getHoverInfo(textViewer, hoverRegion);

12. WARNING: DiscouragedReference

Discouraged access: The method getHoverInfo(ITextViewer, IRegion) from the type XMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

FaceletHover.java :

58 : info = _htmlHoverProcessor.getHoverInfo(textViewer, hoverRegion);

13. WARNING: DiscouragedReference

Discouraged access: The method getHoverRegion(ITextViewer, int) from the type JSFELHover is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletHover.java :

76 : region = _elHover.getHoverRegion(textViewer, offset);

14. WARNING: DiscouragedReference

Discouraged access: The method getHoverRegion(ITextViewer, int) from the type XMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

FaceletHover.java :

86 : region = _htmlHoverProcessor.getHoverRegion(textViewer, offset);

15. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

FaceletHover.java :

94 : final ITextRegionContextResolver resolver = IStructuredDocumentContextResolverFactory.INSTANCE

16. WARNING: DiscouragedReference

Discouraged access: The method getRegionType() from the type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

FaceletHover.java :

96 : final String regionType = resolver.getRegionType();

17. WARNING: DiscouragedReference

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

FaceletHover.java :

98 : && (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || resolver

18. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

FaceletHover.java :

98 : && (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || resolver

19. WARNING: DiscouragedReference

Discouraged access: The method matchesRelative(String[]) from the type ITextRegionContextResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

FaceletHover.java :

98 : && (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || resolver .matchesRelative(new String[] { DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE })))

20. WARNING: DiscouragedReference

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

FaceletHover.java :

100 : { DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE })))

21. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

FaceletHover.java :

100 : { DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE })))

22. WARNING: DiscouragedReference

Discouraged access: The type HTMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.ui/@dot

FaceletHover.java :

120 : private class MyHTMLTagInfoHoverProcessor extends HTMLTagInfoHoverProcessor

23. WARNING: DiscouragedReference

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

FaceletHover.java :

123 : protected CMElementDeclaration getCMElementDeclaration(Node node)

24. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletHover.java :

129 : final FaceletDocumentFactory factory = new FaceletDocumentFactory(_project);

25. WARNING: DiscouragedReference

Discouraged access: The constructor FaceletDocumentFactory(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletHover.java :

129 : final FaceletDocumentFactory factory = new FaceletDocumentFactory(_project);

26. WARNING: DiscouragedReference

Discouraged access: The type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletHover.java :

129 : final FaceletDocumentFactory factory = new FaceletDocumentFactory(_project);

27. WARNING: DiscouragedReference

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

FaceletHover.java :

131 : final CMElementDeclaration elementDecl = factory

28. WARNING: DiscouragedReference

Discouraged access: The method createCMElementDeclaration(Element) from the type FaceletDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

FaceletHover.java :

131 : final CMElementDeclaration elementDecl = factory .createCMElementDeclaration(element);

29. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Node) from the type XMLTagInfoHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

FaceletHover.java :

140 : return super.getCMElementDeclaration(node);

Source File: org/eclipse/jst/jsf/facelet/ui/internal/htmleditor/FaceletELHyperlinkDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletELHyperlinkDetector.java :

18 : import org.eclipse.jst.jsf.ui.internal.jspeditor.AbstractELHyperlinkDetector;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletELHyperlinkDetector.java :

24 : public class FaceletELHyperlinkDetector extends AbstractELHyperlinkDetector {

3. WARNING: DiscouragedReference

Discouraged access: The method hasContentType(String, String) from the type AbstractELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletELHyperlinkDetector.java :

42 : hasContentType(filename, "jsf.facelet") || //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method hasContentType(String, String) from the type AbstractELHyperlinkDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

FaceletELHyperlinkDetector.java :

43 : hasContentType(filename, "jsf.facelet.composite"); //$NON-NLS-1$

Source File: org/eclipse/jst/jsf/facelet/ui/internal/validation/HTMLValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

HTMLValidator.java :

23 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace;

2. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

28 : import org.eclipse.jst.jsf.core.internal.JSFCorePlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

29 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

30 : import org.eclipse.jst.jsf.facelet.core.internal.util.ViewUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFViewValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

32 : import org.eclipse.jst.jsf.validation.internal.IJSFViewValidator;

6. WARNING: DiscouragedReference

Discouraged access: The type JSFValidatorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

33 : import org.eclipse.jst.jsf.validation.internal.JSFValidatorFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

34 : import org.eclipse.jst.jsf.validation.internal.ValidationPreferences;

8. WARNING: DiscouragedReference

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

HTMLValidator.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidator.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

42 : import org.eclipse.wst.validation.internal.core.ValidationException;

11. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

43 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;

12. WARNING: DiscouragedReference

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

HTMLValidator.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

79 : final IReporter reporter) throws ValidationException

14. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

86 : catch (final ValidationException e)

15. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

114 : final IReporter reporter) throws ValidationException

16. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

130 : final IMessage message = new LocalizedMessage( IMessage.LOW_SEVERITY, percent + "% " + uris[i]);

17. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

HTMLValidator.java :

130 : final IMessage message = new LocalizedMessage(

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFViewValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

144 : final IJSFViewValidator validator = JSFValidatorFactory

19. WARNING: DiscouragedReference

Discouraged access: The type JSFValidatorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

144 : final IJSFViewValidator validator = JSFValidatorFactory

20. WARNING: DiscouragedReference

Discouraged access: The method createDefaultXMLValidator() from the type JSFValidatorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

144 : final IJSFViewValidator validator = JSFValidatorFactory .createDefaultXMLValidator();

21. WARNING: DiscouragedReference

Discouraged access: The type ValidationPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

146 : final ValidationPreferences prefs = new ValidationPreferences(

22. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationPreferences(IPreferenceStore) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

146 : final ValidationPreferences prefs = new ValidationPreferences( JSFCorePlugin.getDefault().getPreferenceStore());

23. WARNING: DiscouragedReference

Discouraged access: The type ValidationPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

146 : final ValidationPreferences prefs = new ValidationPreferences(

24. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

147 : JSFCorePlugin.getDefault().getPreferenceStore());

25. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

147 : JSFCorePlugin.getDefault().getPreferenceStore());

26. WARNING: DiscouragedReference

Discouraged access: The method getPreferenceStore() from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

147 : JSFCorePlugin.getDefault().getPreferenceStore());

27. WARNING: DiscouragedReference

Discouraged access: The method load() from the type ValidationPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

148 : prefs.load();

28. WARNING: DiscouragedReference

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

HTMLValidator.java :

150 : IStructuredModel model = null;

29. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidator.java :

153 : model = StructuredModelManager.getModelManager().getModelForRead( file);

30. WARNING: DiscouragedReference

Discouraged access: The method validateView(IFile, IJSFViewValidator.IValidationReporter) from the type IJSFViewValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

158 : validator.validateView(file, jsfReporter);

31. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

164 : JSFCorePlugin.log("Error validating JSF", e);

32. WARNING: DiscouragedReference

Discouraged access: The method log(String, Throwable) from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

164 : JSFCorePlugin.log("Error validating JSF", e);

33. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

168 : JSFCorePlugin.log("Error validating JSF", e);

34. WARNING: DiscouragedReference

Discouraged access: The method log(String, Throwable) from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

168 : JSFCorePlugin.log("Error validating JSF", e);

35. WARNING: DiscouragedReference

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

HTMLValidator.java :

174 : model.releaseFromRead();

36. WARNING: DiscouragedReference

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

HTMLValidator.java :

182 : IStructuredModel model = null;

37. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidator.java :

185 : model = StructuredModelManager.getModelManager().getModelForRead( file);

38. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidator.java :

188 : final IStructuredDocument structuredDoc = model

39. WARNING: DiscouragedReference

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

HTMLValidator.java :

188 : final IStructuredDocument structuredDoc = model .getStructuredDocument();

40. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

195 : JSFCorePlugin.log("Error validating JSF", e);

41. WARNING: DiscouragedReference

Discouraged access: The method log(String, Throwable) from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

195 : JSFCorePlugin.log("Error validating JSF", e);

42. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

199 : JSFCorePlugin.log("Error validating JSF", e);

43. WARNING: DiscouragedReference

Discouraged access: The method log(String, Throwable) from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

199 : JSFCorePlugin.log("Error validating JSF", e);

44. WARNING: DiscouragedReference

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

HTMLValidator.java :

205 : model.releaseFromRead();

45. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidator.java :

210 : private void validateDocument(IStructuredDocument structuredDoc,

46. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidator.java :

216 : private void validateRoot(IStructuredDocument structuredDoc,

47. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

228 : final Set<Attr> declaredNamespaces = ViewUtil

48. WARNING: DiscouragedReference

Discouraged access: The method getDeclaredNamespaces(NamedNodeMap) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

228 : final Set<Attr> declaredNamespaces = ViewUtil .getDeclaredNamespaces(rootElement.getAttributes());

49. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

230 : final ITagRegistry tagRegistry = ViewUtil

50. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

230 : final ITagRegistry tagRegistry = ViewUtil

51. WARNING: DiscouragedReference

Discouraged access: The method getHtmlTagRegistry(IProject) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

230 : final ITagRegistry tagRegistry = ViewUtil .getHtmlTagRegistry(project);

52. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

HTMLValidator.java :

232 : final Collection<? extends Namespace> namespaces;

53. WARNING: DiscouragedReference

Discouraged access: The method getAllTagLibraries() from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

235 : namespaces = tagRegistry.getAllTagLibraries();

54. WARNING: DiscouragedReference

Discouraged access: The type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

241 : JSFCorePlugin.log(IStatus.ERROR, "Program Error: HTML tag registry not found"); //$NON-NLS-1$

55. WARNING: DiscouragedReference

Discouraged access: The method log(int, String) from the type JSFCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

HTMLValidator.java :

241 : JSFCorePlugin.log(IStatus.ERROR, "Program Error: HTML tag registry not found"); //$NON-NLS-1$

56. WARNING: DiscouragedReference

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

HTMLValidator.java :

247 : if (attr.getPrefix() != null && attr instanceof IDOMAttr)

57. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

HTMLValidator.java :

251 : SEARCH_NAMESPACES: for (final Namespace ns : namespaces)

58. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

HTMLValidator.java :

253 : if (ns.getNSUri().equals(declaredUri))

59. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

HTMLValidator.java :

255 : findUri = ns.getNSUri();

60. WARNING: DiscouragedReference

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

HTMLValidator.java :

263 : final IDOMAttr domAttr = (IDOMAttr) attr;

61. WARNING: DiscouragedReference

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

HTMLValidator.java :

263 : final IDOMAttr domAttr = (IDOMAttr) attr;

62. WARNING: DiscouragedReference

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

HTMLValidator.java :

264 : reporter.report(diag, domAttr.getValueRegionStartOffset(), domAttr

63. WARNING: DiscouragedReference

Discouraged access: The type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

278 : && ViewUtil.isFaceletVDLFile(model);

64. WARNING: DiscouragedReference

Discouraged access: The method isFaceletVDLFile(IFile) from the type ViewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.facelet.core/@dot

HTMLValidator.java :

278 : && ViewUtil.isFaceletVDLFile(model);

Source File: org/eclipse/jst/jsf/facelet/ui/internal/validation/ValidationReporter.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessageFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

ValidationReporter.java :

5 : import org.eclipse.jst.jsf.ui.internal.validation.ValidationMessageFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSFViewValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

6 : import org.eclipse.jst.jsf.validation.internal.IJSFViewValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

7 : import org.eclipse.jst.jsf.validation.internal.ValidationPreferences;

4. WARNING: DiscouragedReference

Discouraged access: The type DiagnosticFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

8 : import org.eclipse.jst.jsf.validation.internal.strategy.DiagnosticFactory;

5. WARNING: DiscouragedReference

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

ValidationReporter.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type IJSFViewValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

15 : IJSFViewValidator.IValidationReporter

7. WARNING: DiscouragedReference

Discouraged access: The type IJSFViewValidator.IValidationReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

15 : IJSFViewValidator.IValidationReporter

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessageFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

ValidationReporter.java :

20 : private final ValidationMessageFactory _factory;

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

24 : final ValidationPreferences prefs, final IStructuredModel model)

10. WARNING: DiscouragedReference

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

ValidationReporter.java :

24 : final ValidationPreferences prefs, final IStructuredModel model)

11. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationMessageFactory(ValidationPreferences, IStructuredModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

ValidationReporter.java :

29 : _factory = new ValidationMessageFactory(prefs, model);

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessageFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

ValidationReporter.java :

29 : _factory = new ValidationMessageFactory(prefs, model);

13. WARNING: DiscouragedReference

Discouraged access: The method createFromDiagnostic(Diagnostic, int, int, IFile) from the type ValidationMessageFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.ui/@dot

ValidationReporter.java :

37 : final IMessage message = _factory.createFromDiagnostic(problem, start, length, _file);

14. WARNING: DiscouragedReference

Discouraged access: The type DiagnosticFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

54 : case DiagnosticFactory.CONTAINMENT_ERROR_MISSING_VIEW:

15. WARNING: DiscouragedReference

Discouraged access: The field CONTAINMENT_ERROR_MISSING_VIEW from the type DiagnosticFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

ValidationReporter.java :

54 : case DiagnosticFactory.CONTAINMENT_ERROR_MISSING_VIEW: