Compiler Report

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

Number of source files: 112 Number of classfiles: 187

Problems: 2320 (Errors: 0 Warnings: 2320 )

Source File: org/eclipse/jst/pagedesigner/jsf/core/dom/JSFDOMUtil.java
1. WARNING: DiscouragedReference

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

JSFDOMUtil.java :

21 : import org.eclipse.jst.jsf.core.internal.tld.CMUtil;

2. WARNING: DiscouragedReference

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

JSFDOMUtil.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

JSFDOMUtil.java :

63 : if ("column".equalsIgnoreCase(ele.getLocalName()) && ITLDConstants.URI_JSF_HTML.equals(CMUtil.getElementNamespaceURI(ele))) //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFDOMUtil.java :

63 : if ("column".equalsIgnoreCase(ele.getLocalName()) && ITLDConstants.URI_JSF_HTML.equals(CMUtil.getElementNamespaceURI(ele))) //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

JSFDOMUtil.java :

63 : if ("column".equalsIgnoreCase(ele.getLocalName()) && ITLDConstants.URI_JSF_HTML.equals(CMUtil.getElementNamespaceURI(ele))) //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getElementNamespaceURI(Element) from the type CMUtil 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

JSFDOMUtil.java :

63 : if ("column".equalsIgnoreCase(ele.getLocalName()) && ITLDConstants.URI_JSF_HTML.equals(CMUtil.getElementNamespaceURI(ele))) //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/JSFUIPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type Alerts 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.ui/@dot

JSFUIPlugin.java :

26 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.Alerts;

2. WARNING: DiscouragedReference

Discouraged access: The type Alerts 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.ui/@dot

JSFUIPlugin.java :

44 : private static Alerts _alerts;

3. WARNING: DiscouragedReference

Discouraged access: The constructor Alerts(AbstractUIPlugin, ResourceBundle) 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.ui/@dot

JSFUIPlugin.java :

69 : _alerts = new Alerts(this, _resourceBundle);

4. WARNING: DiscouragedReference

Discouraged access: The type Alerts 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.ui/@dot

JSFUIPlugin.java :

69 : _alerts = new Alerts(this, _resourceBundle);

5. WARNING: DiscouragedReference

Discouraged access: The type Alerts 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.ui/@dot

JSFUIPlugin.java :

79 : public static Alerts getAlerts()

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddActionListenerAction.java
1. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

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

2. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

30 : public AddActionListenerAction(IDOMElement parentEle)

6. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_ACTIONLISTENER, new String[]{"type"}); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_ACTIONLISTENER, new String[]{"type"}); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_ACTIONLISTENER, new String[]{"type"}); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddActionListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_ACTIONLISTENER, new String[]{"type"}); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

AddActionListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_ACTIONLISTENER, new String[]{"type"}); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_ACTIONLISTENER from the type IJSFConstants 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

AddActionListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_ACTIONLISTENER, new String[]{"type"}); //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddAttributeAction.java
1. WARNING: DiscouragedReference

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

AddAttributeAction.java :

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

2. WARNING: DiscouragedReference

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

AddAttributeAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

AddAttributeAction.java :

17 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

4. WARNING: DiscouragedReference

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

AddAttributeAction.java :

29 : public AddAttributeAction(IDOMElement parentNode)

5. WARNING: DiscouragedReference

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

AddAttributeAction.java :

39 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, "attribute", new String[]{"name", "value"}); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

6. WARNING: DiscouragedReference

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

AddAttributeAction.java :

39 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, "attribute", new String[]{"name", "value"}); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

7. WARNING: DiscouragedReference

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

AddAttributeAction.java :

39 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, "attribute", new String[]{"name", "value"}); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

8. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddAttributeAction.java :

39 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, "attribute", new String[]{"name", "value"}); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddConvertDateTimeAction.java
1. WARNING: DiscouragedReference

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

AddConvertDateTimeAction.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

AddConvertDateTimeAction.java :

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

3. WARNING: DiscouragedReference

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

AddConvertDateTimeAction.java :

29 : public AddConvertDateTimeAction(IDOMElement parentNode)

4. WARNING: DiscouragedReference

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

AddConvertDateTimeAction.java :

40 : IJSFConstants.TAG_CONVERTDATETIME, null);

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_CONVERTDATETIME from the type IJSFConstants 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

AddConvertDateTimeAction.java :

40 : IJSFConstants.TAG_CONVERTDATETIME, null);

6. WARNING: DiscouragedReference

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

AddConvertDateTimeAction.java :

41 : command.execute();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddConvertNumberAction.java
1. WARNING: DiscouragedReference

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

AddConvertNumberAction.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

AddConvertNumberAction.java :

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

3. WARNING: DiscouragedReference

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

AddConvertNumberAction.java :

29 : public AddConvertNumberAction(IDOMElement parentNode)

4. WARNING: DiscouragedReference

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

AddConvertNumberAction.java :

40 : IJSFConstants.TAG_CONVERTNUMBER, null);

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_CONVERTNUMBER from the type IJSFConstants 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

AddConvertNumberAction.java :

40 : IJSFConstants.TAG_CONVERTNUMBER, null);

6. WARNING: DiscouragedReference

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

AddConvertNumberAction.java :

41 : command.execute();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddConverterAction.java
1. WARNING: DiscouragedReference

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

AddConverterAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

AddConverterAction.java :

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

3. WARNING: DiscouragedReference

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

AddConverterAction.java :

34 : public AddConverterAction(String converterId, IDOMElement parentNode)

4. WARNING: DiscouragedReference

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

AddConverterAction.java :

48 : IJSFConstants.TAG_CONVERTER, attributes);

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_CONVERTER from the type IJSFConstants 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

AddConverterAction.java :

48 : IJSFConstants.TAG_CONVERTER, attributes);

6. WARNING: DiscouragedReference

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

AddConverterAction.java :

49 : command.execute();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddParamAction.java
1. WARNING: DiscouragedReference

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

AddParamAction.java :

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

2. WARNING: DiscouragedReference

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

AddParamAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddParamAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddParamAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddParamAction.java :

30 : public AddParamAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddParamAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddParamAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

8. WARNING: DiscouragedReference

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

AddParamAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddParamAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddParamAction.java :

41 : IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_PARAM from the type IJSFConstants 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

AddParamAction.java :

41 : IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

12. WARNING: DiscouragedReference

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

AddParamAction.java :

41 : IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

AddParamAction.java :

41 : IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

14. WARNING: DiscouragedReference

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

AddParamAction.java :

41 : IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

AddParamAction.java :

41 : IJSFConstants.TAG_PARAM, new String[] { IJSFConstants.ATTR_NAME, IJSFConstants.ATTR_VALUE});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddSelectItemAction.java
1. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

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

2. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

30 : public AddSelectItemAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

8. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddSelectItemAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

41 : IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTITEM from the type IJSFConstants 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

AddSelectItemAction.java :

41 : IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

12. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

41 : IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ITEMLABEL from the type IJSFConstants 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

AddSelectItemAction.java :

41 : IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

14. WARNING: DiscouragedReference

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

AddSelectItemAction.java :

41 : IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ITEMVALUE from the type IJSFConstants 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

AddSelectItemAction.java :

41 : IJSFConstants.TAG_SELECTITEM, new String[] { IJSFConstants.ATTR_ITEMLABEL, IJSFConstants.ATTR_ITEMVALUE});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddSelectItemsAction.java
1. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

16 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

4. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

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

5. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

30 : public AddSelectItemsAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

43 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

43 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

8. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

43 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddSelectItemsAction.java :

43 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTITEMS from the type IJSFConstants 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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

12. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

14. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_BINDING from the type IJSFConstants 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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

16. WARNING: DiscouragedReference

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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

AddSelectItemsAction.java :

44 : IJSFConstants.TAG_SELECTITEMS, new String[] { IJSFConstants.ATTR_ID, IJSFConstants.ATTR_BINDING, IJSFConstants.ATTR_VALUE});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddValidateDoubleRangeAction.java
1. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

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

2. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

30 : public AddValidateDoubleRangeAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_VALIDATEDOUBLERANGE, new String[] { IJSFConstants.ATTR_MINIMUM, IJSFConstants.ATTR_MAXIMUM});

8. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddValidateDoubleRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

41 : IJSFConstants.TAG_VALIDATEDOUBLERANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_VALIDATEDOUBLERANGE from the type IJSFConstants 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

AddValidateDoubleRangeAction.java :

41 : IJSFConstants.TAG_VALIDATEDOUBLERANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

12. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

41 : IJSFConstants.TAG_VALIDATEDOUBLERANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

AddValidateDoubleRangeAction.java :

41 : IJSFConstants.TAG_VALIDATEDOUBLERANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

14. WARNING: DiscouragedReference

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

AddValidateDoubleRangeAction.java :

42 : IJSFConstants.ATTR_MAXIMUM});

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

AddValidateDoubleRangeAction.java :

42 : IJSFConstants.ATTR_MAXIMUM});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddValidateLengthAction.java
1. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

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

2. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

30 : public AddValidateLengthAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_VALIDATELENGTH, new String[] { IJSFConstants.ATTR_MINIMUM, IJSFConstants.ATTR_MAXIMUM});

8. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddValidateLengthAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

41 : IJSFConstants.TAG_VALIDATELENGTH, new String[] { IJSFConstants.ATTR_MINIMUM,

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_VALIDATELENGTH from the type IJSFConstants 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

AddValidateLengthAction.java :

41 : IJSFConstants.TAG_VALIDATELENGTH, new String[] { IJSFConstants.ATTR_MINIMUM,

12. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

41 : IJSFConstants.TAG_VALIDATELENGTH, new String[] { IJSFConstants.ATTR_MINIMUM,

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

AddValidateLengthAction.java :

41 : IJSFConstants.TAG_VALIDATELENGTH, new String[] { IJSFConstants.ATTR_MINIMUM,

14. WARNING: DiscouragedReference

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

AddValidateLengthAction.java :

42 : IJSFConstants.ATTR_MAXIMUM});

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

AddValidateLengthAction.java :

42 : IJSFConstants.ATTR_MAXIMUM});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddValidateLongRangeAction.java
1. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

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

2. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

30 : public AddValidateLongRangeAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_VALIDATELONGRANGE, new String[] { IJSFConstants.ATTR_MINIMUM, IJSFConstants.ATTR_MAXIMUM});

8. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddValidateLongRangeAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

41 : IJSFConstants.TAG_VALIDATELONGRANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_VALIDATELONGRANGE from the type IJSFConstants 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

AddValidateLongRangeAction.java :

41 : IJSFConstants.TAG_VALIDATELONGRANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

12. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

41 : IJSFConstants.TAG_VALIDATELONGRANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

AddValidateLongRangeAction.java :

41 : IJSFConstants.TAG_VALIDATELONGRANGE, new String[] { IJSFConstants.ATTR_MINIMUM,

14. WARNING: DiscouragedReference

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

AddValidateLongRangeAction.java :

42 : IJSFConstants.ATTR_MAXIMUM});

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

AddValidateLongRangeAction.java :

42 : IJSFConstants.ATTR_MAXIMUM});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddValidatorAction.java
1. WARNING: DiscouragedReference

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

AddValidatorAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

AddValidatorAction.java :

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

3. WARNING: DiscouragedReference

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

AddValidatorAction.java :

34 : public AddValidatorAction(String validatorId, IDOMElement parentNode)

4. WARNING: DiscouragedReference

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

AddValidatorAction.java :

48 : IJSFConstants.TAG_VALIDATOR, attributes);

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_VALIDATOR from the type IJSFConstants 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

AddValidatorAction.java :

48 : IJSFConstants.TAG_VALIDATOR, attributes);

6. WARNING: DiscouragedReference

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

AddValidatorAction.java :

49 : command.execute();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/AddValueChangeListenerAction.java
1. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

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

2. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

3. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

4. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

18 : import org.eclipse.jst.pagedesigner.properties.attrgroup.DialogUtil;

5. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

30 : public AddValueChangeListenerAction(IDOMElement parentNode)

6. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

7. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_VALUECHANGELISTENER, new String[] { IJSFConstants.ATTR_TYPE});

8. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

9. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddValueChangeListenerAction.java :

40 : DialogUtil.createSubElement(getShell(), getParentElement(), ITLDConstants.URI_JSF_CORE,

10. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

41 : IJSFConstants.TAG_VALUECHANGELISTENER, new String[] { IJSFConstants.ATTR_TYPE});

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_VALUECHANGELISTENER from the type IJSFConstants 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

AddValueChangeListenerAction.java :

41 : IJSFConstants.TAG_VALUECHANGELISTENER, new String[] { IJSFConstants.ATTR_TYPE});

12. WARNING: DiscouragedReference

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

AddValueChangeListenerAction.java :

41 : IJSFConstants.TAG_VALUECHANGELISTENER, new String[] { IJSFConstants.ATTR_TYPE});

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

AddValueChangeListenerAction.java :

41 : IJSFConstants.TAG_VALUECHANGELISTENER, new String[] { IJSFConstants.ATTR_TYPE});

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/ExpressionAction.java
1. WARNING: DiscouragedReference

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

ExpressionAction.java :

18 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.IPageVariablesProvider;

2. WARNING: DiscouragedReference

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

ExpressionAction.java :

76 : IPageVariablesProvider pageVarProvider = (IPageVariablesProvider) getPage().getActiveEditor().getAdapter(

3. WARNING: DiscouragedReference

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

ExpressionAction.java :

76 : IPageVariablesProvider pageVarProvider = (IPageVariablesProvider) getPage().getActiveEditor().getAdapter(

4. WARNING: DiscouragedReference

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

ExpressionAction.java :

77 : IPageVariablesProvider.class);

5. WARNING: DiscouragedReference

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

ExpressionAction.java :

78 : pageVarProvider.refresh();

6. WARNING: DiscouragedReference

Discouraged access: The method warning(String, String) from the type Alerts 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.ui/@dot

ExpressionAction.java :

80 : JSFUIPlugin.getAlerts().warning("Message.Warning.Title", "Message.Warning.InvalidateExpression");//$NON-NLS-1$ //$NON-NLS-2$ $NON-NLS-2$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/JSFAddActionGroup.java
1. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

25 : import org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager;

2. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

26 : import org.eclipse.jst.jsf.core.jsfappconfig.internal.JSFAppConfigManagerFactory;

3. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

31 : import org.eclipse.jst.pagedesigner.editors.PageDesignerActionConstants;

4. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

32 : import org.eclipse.jst.pagedesigner.utils.StructuredModelUtil;

5. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

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

6. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

51 : public void fillContextMenu(IMenuManager menu, final IDOMElement element,

7. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

53 : IContributionItem item = menu.find(PageDesignerActionConstants.INSERT_SUBMENU_ID);

8. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

53 : IContributionItem item = menu.find(PageDesignerActionConstants.INSERT_SUBMENU_ID);

9. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

73 : private void addJSFAddItems(IMenuManager submenu, IDOMElement element,

10. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

85 : IFile file = StructuredModelUtil.getFileFor(element.getModel());

11. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

85 : IFile file = StructuredModelUtil.getFileFor(element.getModel());

12. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

85 : IFile file = StructuredModelUtil.getFileFor(element.getModel());

13. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

166 : IJSFAppConfigManager appConfigMgr =

14. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

167 : JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(project);

15. WARNING: DiscouragedReference

Discouraged access: The method getJSFAppConfigManagerInstance(IProject) from the type JSFAppConfigManagerFactory 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

JSFAddActionGroup.java :

167 : JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(project);

16. WARNING: DiscouragedReference

Discouraged access: The method getValidators() from the type IJSFAppConfigManager 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

JSFAddActionGroup.java :

172 : final List<ValidatorType> list = appConfigMgr.getValidators();

17. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

195 : IJSFAppConfigManager appConfigMgr =

18. WARNING: DiscouragedReference

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

JSFAddActionGroup.java :

196 : JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(project);

19. WARNING: DiscouragedReference

Discouraged access: The method getJSFAppConfigManagerInstance(IProject) from the type JSFAppConfigManagerFactory 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

JSFAddActionGroup.java :

196 : JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(project);

20. WARNING: DiscouragedReference

Discouraged access: The method getConverters() from the type IJSFAppConfigManager 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

JSFAddActionGroup.java :

201 : final List<ConverterType> list = appConfigMgr.getConverters();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/JSFAddChildAction.java
1. WARNING: DiscouragedReference

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

JSFAddChildAction.java :

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

2. WARNING: DiscouragedReference

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

JSFAddChildAction.java :

29 : private IDOMElement _parentEle;

3. WARNING: DiscouragedReference

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

JSFAddChildAction.java :

35 : public JSFAddChildAction(String text, IDOMElement parentNode)

4. WARNING: DiscouragedReference

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

JSFAddChildAction.java :

44 : public IDOMElement getParentElement()

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/JSFCommandLinkCreator.java
1. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

17 : import org.eclipse.jst.pagedesigner.actions.link.AbstractLinkCreator;

4. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

18 : import org.eclipse.jst.pagedesigner.actions.link.LinkUtil;

5. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

19 : import org.eclipse.jst.pagedesigner.parts.TextEditPart;

6. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

20 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

7. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

21 : import org.eclipse.jst.pagedesigner.viewer.DesignPosition;

8. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

22 : import org.eclipse.jst.pagedesigner.viewer.DesignRange;

9. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

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

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

JSFCommandLinkCreator.java :

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

11. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

34 : public class JSFCommandLinkCreator extends AbstractLinkCreator

12. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

39 : public Element makeLinkElement(EditPart part, DesignRange range)

13. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

41 : if (part instanceof TextEditPart)

14. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

43 : Text middleNode = LinkUtil.splitDomText(part, range);

15. WARNING: DiscouragedReference

Discouraged access: The method splitDomText(EditPart, DesignRange) from the type LinkUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCommandLinkCreator.java :

43 : Text middleNode = LinkUtil.splitDomText(part, range);

16. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

48 : IDOMModel model = ((IDOMNode) parentNode).getModel();

17. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

48 : IDOMModel model = ((IDOMNode) parentNode).getModel();

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

JSFCommandLinkCreator.java :

48 : IDOMModel model = ((IDOMNode) parentNode).getModel();

19. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFCommandLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

50 : JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

50 : JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

50 : JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFCommandLinkCreator.java :

50 : JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

52 : Element commandLink = doc.createElement(IJSFConstants.TAG_COMMANDLINK);

28. WARNING: DiscouragedReference

Discouraged access: The field TAG_COMMANDLINK from the type IJSFConstants 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

JSFCommandLinkCreator.java :

52 : Element commandLink = doc.createElement(IJSFConstants.TAG_COMMANDLINK);

29. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

54 : Element outputText = doc.createElement(IJSFConstants.TAG_OUTPUTTEXT);

30. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

JSFCommandLinkCreator.java :

54 : Element outputText = doc.createElement(IJSFConstants.TAG_OUTPUTTEXT);

31. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

56 : outputText.setAttribute(IJSFConstants.ATTR_VALUE, middleNode.getNodeValue());

32. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

JSFCommandLinkCreator.java :

56 : outputText.setAttribute(IJSFConstants.ATTR_VALUE, middleNode.getNodeValue());

33. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

72 : public boolean canExecute(DesignRange range)

34. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

74 : DesignPosition startPosition = range.getStartPosition();

35. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

74 : DesignPosition startPosition = range.getStartPosition();

36. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

75 : EditPart part = startPosition.getContainerPart();

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

JSFCommandLinkCreator.java :

76 : IDOMNode node = (IDOMNode) part.getModel();

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

JSFCommandLinkCreator.java :

76 : IDOMNode node = (IDOMNode) part.getModel();

39. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

77 : IDOMModel model = node.getModel();

40. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

77 : IDOMModel model = node.getModel();

41. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel 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

JSFCommandLinkCreator.java :

78 : return model.getDocument().getElementsByTagNameNS(ITLDConstants.URI_JSF_HTML, "view") != null; //$NON-NLS-1$

42. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

78 : return model.getDocument().getElementsByTagNameNS(ITLDConstants.URI_JSF_HTML, "view") != null; //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFCommandLinkCreator.java :

78 : return model.getDocument().getElementsByTagNameNS(ITLDConstants.URI_JSF_HTML, "view") != null; //$NON-NLS-1$

44. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

82 : public String getSourcePreview(EditPart part, DesignRange range)

45. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

84 : if (part instanceof TextEditPart)

46. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

86 : TextEditPart textPart = (TextEditPart) part;

47. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

86 : TextEditPart textPart = (TextEditPart) part;

48. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

87 : int[] offsets = textPart.getSelectedRange();

49. WARNING: DiscouragedReference

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

JSFCommandLinkCreator.java :

89 : String displayData = textPart.getTextData();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/JSFNavigationGroup.java
1. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

19 : import org.eclipse.jst.pagedesigner.css2.property.ICSSPropertyID;

2. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

20 : import org.eclipse.jst.pagedesigner.editors.PageDesignerActionConstants;

3. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

22 : import org.eclipse.jst.pagedesigner.utils.StructuredModelUtil;

4. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

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

5. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

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

6. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

44 : public void fillContextMenu(IMenuManager menu, final IDOMElement element, final IJSFCoreSupport support)

7. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

47 : menu.find(PageDesignerActionConstants.NAVIGATE_SUBMENU_ID);

8. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

47 : menu.find(PageDesignerActionConstants.NAVIGATE_SUBMENU_ID);

9. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

64 : submenu.appendToGroup(PageDesignerActionConstants.GROUP_NAVIGATE, javaMenu);

10. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

64 : submenu.appendToGroup(PageDesignerActionConstants.GROUP_NAVIGATE, javaMenu);

11. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

68 : private void addNavigationItems(IMenuManager submenu, IDOMElement ele, IJSFCoreSupport support)

12. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

76 : action.setActionValue(ele.getAttribute(ICSSPropertyID.ATTR_ACTION));

13. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

76 : action.setActionValue(ele.getAttribute(ICSSPropertyID.ATTR_ACTION));

14. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

77 : IDOMModel model = ele.getModel();

15. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

77 : IDOMModel model = ele.getModel();

16. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

78 : action.setProject(StructuredModelUtil.getProjectFor(model));

17. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

78 : action.setProject(StructuredModelUtil.getProjectFor(model));

18. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

79 : action.setFile(StructuredModelUtil.getFileFor(model));

19. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

79 : action.setFile(StructuredModelUtil.getFileFor(model));

20. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

89 : action.setActionValue(ele.getAttribute(ICSSPropertyID.ATTR_VALUE));

21. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

89 : action.setActionValue(ele.getAttribute(ICSSPropertyID.ATTR_VALUE));

22. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

90 : IDOMModel model = ele.getModel();

23. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

90 : IDOMModel model = ele.getModel();

24. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

91 : action.setProject(StructuredModelUtil.getProjectFor(model));

25. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

91 : action.setProject(StructuredModelUtil.getProjectFor(model));

26. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

92 : action.setFile(StructuredModelUtil.getFileFor(model));

27. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

92 : action.setFile(StructuredModelUtil.getFileFor(model));

28. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

102 : action.setActionValue(ele.getAttribute(ICSSPropertyID.ATTR_BINDING));

29. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

102 : action.setActionValue(ele.getAttribute(ICSSPropertyID.ATTR_BINDING));

30. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

103 : IDOMModel model = ele.getModel();

31. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

103 : IDOMModel model = ele.getModel();

32. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

104 : action.setProject(StructuredModelUtil.getProjectFor(model));

33. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

104 : action.setProject(StructuredModelUtil.getProjectFor(model));

34. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

105 : action.setFile(StructuredModelUtil.getFileFor(model));

35. WARNING: DiscouragedReference

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

JSFNavigationGroup.java :

105 : action.setFile(StructuredModelUtil.getFileFor(model));

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/JSFOutputLinkCreator.java
1. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

17 : import org.eclipse.jst.pagedesigner.actions.link.AbstractLinkCreator;

4. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

18 : import org.eclipse.jst.pagedesigner.actions.link.LinkUtil;

5. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

19 : import org.eclipse.jst.pagedesigner.parts.TextEditPart;

6. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

20 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

7. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

21 : import org.eclipse.jst.pagedesigner.viewer.DesignPosition;

8. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

22 : import org.eclipse.jst.pagedesigner.viewer.DesignRange;

9. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

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

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

JSFOutputLinkCreator.java :

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

11. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

34 : public class JSFOutputLinkCreator extends AbstractLinkCreator

12. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

39 : public Element makeLinkElement(EditPart part, DesignRange range)

13. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

41 : if (part instanceof TextEditPart)

14. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

43 : Text middleNode = LinkUtil.splitDomText(part, range);

15. WARNING: DiscouragedReference

Discouraged access: The method splitDomText(EditPart, DesignRange) from the type LinkUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFOutputLinkCreator.java :

43 : Text middleNode = LinkUtil.splitDomText(part, range);

16. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

48 : IDOMModel model = ((IDOMNode) parentNode).getModel();

17. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

48 : IDOMModel model = ((IDOMNode) parentNode).getModel();

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

JSFOutputLinkCreator.java :

48 : IDOMModel model = ((IDOMNode) parentNode).getModel();

19. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFOutputLinkCreator.java :

49 : String prefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

50 : String fPrefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

50 : String fPrefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

50 : String fPrefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFOutputLinkCreator.java :

50 : String fPrefix = JSPUtil.getOrCreatePrefix(model, ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

52 : Element outputLink = doc.createElement(IJSFConstants.TAG_OUTPUTLINK);

28. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTLINK from the type IJSFConstants 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

JSFOutputLinkCreator.java :

52 : Element outputLink = doc.createElement(IJSFConstants.TAG_OUTPUTLINK);

29. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

54 : Element verbatim = doc.createElement(IJSFConstants.TAG_VERBATIM);

30. WARNING: DiscouragedReference

Discouraged access: The field TAG_VERBATIM from the type IJSFConstants 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

JSFOutputLinkCreator.java :

54 : Element verbatim = doc.createElement(IJSFConstants.TAG_VERBATIM);

31. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

71 : public boolean canExecute(DesignRange range)

32. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

73 : DesignPosition startPosition = range.getStartPosition();

33. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

73 : DesignPosition startPosition = range.getStartPosition();

34. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

74 : EditPart part = startPosition.getContainerPart();

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

JSFOutputLinkCreator.java :

75 : IDOMNode node = (IDOMNode) part.getModel();

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

JSFOutputLinkCreator.java :

75 : IDOMNode node = (IDOMNode) part.getModel();

37. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

76 : IDOMModel model = node.getModel();

38. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

76 : IDOMModel model = node.getModel();

39. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel 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

JSFOutputLinkCreator.java :

77 : return model.getDocument().getElementsByTagNameNS(ITLDConstants.URI_JSF_HTML, "view") != null; //$NON-NLS-1$

40. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

77 : return model.getDocument().getElementsByTagNameNS(ITLDConstants.URI_JSF_HTML, "view") != null; //$NON-NLS-1$

41. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFOutputLinkCreator.java :

77 : return model.getDocument().getElementsByTagNameNS(ITLDConstants.URI_JSF_HTML, "view") != null; //$NON-NLS-1$

42. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

81 : public String getSourcePreview(EditPart part, DesignRange range)

43. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

83 : if (part instanceof TextEditPart)

44. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

85 : TextEditPart textPart = (TextEditPart) part;

45. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

85 : TextEditPart textPart = (TextEditPart) part;

46. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

86 : int[] offsets = textPart.getSelectedRange();

47. WARNING: DiscouragedReference

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

JSFOutputLinkCreator.java :

87 : String displayData = textPart.getTextData();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/actions/PageFlowContributor.java
1. WARNING: DiscouragedReference

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

PageFlowContributor.java :

18 : import org.eclipse.jst.pagedesigner.editors.PageDesignerActionConstants;

2. WARNING: DiscouragedReference

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

PageFlowContributor.java :

21 : import org.eclipse.jst.pagedesigner.utils.StructuredModelUtil;

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

PageFlowContributor.java :

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

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

PageFlowContributor.java :

59 : public void fillContextMenu(IMenuManager manager, ISelection selection, IStructuredModel model, Control parentUI)

5. WARNING: DiscouragedReference

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

PageFlowContributor.java :

64 : IMenuManager viewMgr = manager.findMenuUsingPath(PageDesignerActionConstants.SHOWVIEW_SUBMENU_ID);

6. WARNING: DiscouragedReference

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

PageFlowContributor.java :

64 : IMenuManager viewMgr = manager.findMenuUsingPath(PageDesignerActionConstants.SHOWVIEW_SUBMENU_ID);

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

PageFlowContributor.java :

81 : private IStructuredModel model;

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

PageFlowContributor.java :

94 : public void setModel(IStructuredModel model)

9. WARNING: DiscouragedReference

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

PageFlowContributor.java :

104 : IFile file = StructuredModelUtil.getFileFor(model);

10. WARNING: DiscouragedReference

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

PageFlowContributor.java :

104 : IFile file = StructuredModelUtil.getFileFor(model);

11. WARNING: DiscouragedReference

Discouraged access: The method warning(String, String) from the type Alerts 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.ui/@dot

PageFlowContributor.java :

113 : JSFUIPlugin.getAlerts().warning("Message.Warning.Title", e.getLocalizedMessage());//$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/attributegroup/CommonDialogFieldWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar

CommonDialogFieldWizard.java :

15 : import org.eclipse.ui.internal.dialogs.NewWizard;

2. WARNING: DiscouragedReference

Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar

CommonDialogFieldWizard.java :

21 : public class CommonDialogFieldWizard extends NewWizard

Source File: org/eclipse/jst/pagedesigner/jsf/ui/attributegroup/DialogFieldFactory.java
1. WARNING: DiscouragedReference

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

DialogFieldFactory.java :

17 : import org.eclipse.jst.jsf.common.metadata.internal.TraitValueHelper;

2. WARNING: DiscouragedReference

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

DialogFieldFactory.java :

25 : import org.eclipse.jst.pagedesigner.meta.IAttributeRuntimeValueType;

3. WARNING: DiscouragedReference

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

DialogFieldFactory.java :

49 : String type = TraitValueHelper.getValueAsString(t);

4. WARNING: DiscouragedReference

Discouraged access: The method getValueAsString(Trait) from the type TraitValueHelper 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

DialogFieldFactory.java :

49 : String type = TraitValueHelper.getValueAsString(t);

5. WARNING: DiscouragedReference

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

DialogFieldFactory.java :

50 : if (IAttributeRuntimeValueType.JAVACLASS.equals(type))

6. WARNING: DiscouragedReference

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

DialogFieldFactory.java :

50 : if (IAttributeRuntimeValueType.JAVACLASS.equals(type))

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/AddJSFCoreChildCommand.java
1. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

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

2. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

21 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

22 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

4. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

23 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

5. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

29 : public class AddJSFCoreChildCommand extends DesignerCommand

6. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

38 : private IDOMElement _parent;

7. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

45 : public AddJSFCoreChildCommand(IDOMElement parent, String coreChildLocalName, Map attributes)

8. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

47 : super("", parent); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

66 : public AddJSFCoreChildCommand(IDOMElement parent, String coreChildLocalName, String aname, String avalue)

10. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

68 : super("", parent); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

87 : String prefix = JSPUtil.getOrCreatePrefix(this.getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

87 : String prefix = JSPUtil.getOrCreatePrefix(this.getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

87 : String prefix = JSPUtil.getOrCreatePrefix(this.getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

87 : String prefix = JSPUtil.getOrCreatePrefix(this.getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

AddJSFCoreChildCommand.java :

87 : String prefix = JSPUtil.getOrCreatePrefix(this.getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

107 : formatNode(child);

17. WARNING: DiscouragedReference

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

AddJSFCoreChildCommand.java :

115 : return toDesignSelection(_parent);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/DataTableDeleteColumnCommand.java
1. WARNING: DiscouragedReference

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

DataTableDeleteColumnCommand.java :

15 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

2. WARNING: DiscouragedReference

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

DataTableDeleteColumnCommand.java :

17 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

3. WARNING: DiscouragedReference

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

DataTableDeleteColumnCommand.java :

29 : public class DataTableDeleteColumnCommand extends DesignerCommand

4. WARNING: DiscouragedReference

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

DataTableDeleteColumnCommand.java :

40 : public DataTableDeleteColumnCommand(IHTMLGraphicalViewer viewer, Element dataTable, int columnIndex)

5. WARNING: DiscouragedReference

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

DataTableDeleteColumnCommand.java :

42 : super(CommandResources.getString("DataTableDeleteColumnCommand.Label.DeleteColumn"), viewer); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

DataTableDeleteColumnCommand.java :

88 : return toDesignSelection(_dataTable);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/DataTableDeleteColumnHeaderCommand.java
1. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

15 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

2. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

17 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

3. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

27 : public class DataTableDeleteColumnHeaderCommand extends DesignerCommand

4. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

37 : public DataTableDeleteColumnHeaderCommand(IHTMLGraphicalViewer viewer, Element dataTable, boolean header)

5. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

39 : super(header ? CommandResources.getString("DataTableDeleteColumnHeaderCommand.Label.DeleteColumnHeader") : //$NON-NLS-1$ CommandResources.getString("DataTableDeleteColumnHeaderCommand.Label.DeleteColumnFooter"), viewer); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

91 : formatNode(this._dataTable);

7. WARNING: DiscouragedReference

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

DataTableDeleteColumnHeaderCommand.java :

99 : return toDesignSelection(_dataTable);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/DataTableDeleteHeaderCommand.java
1. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

15 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

2. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

17 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

3. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

25 : public class DataTableDeleteHeaderCommand extends DesignerCommand

4. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

38 : public DataTableDeleteHeaderCommand(IHTMLGraphicalViewer viewer, Element dataTable, boolean isHeader)

5. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

40 : super(isHeader ? CommandResources.getString("DataTableDeleteHeaderCommand.Label.DeleteHeader") : //$NON-NLS-1$ CommandResources.getString("DataTableDeleteHeaderCommand.Label.DeleteFooter"), viewer); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

81 : formatNode(this._dataTable);

7. WARNING: DiscouragedReference

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

DataTableDeleteHeaderCommand.java :

89 : return toDesignSelection(_dataTable);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/DataTableInsertColumnCommand.java
1. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

17 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

4. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

19 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

5. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

20 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

6. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

31 : public class DataTableInsertColumnCommand extends DesignerCommand

7. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

43 : public DataTableInsertColumnCommand(IHTMLGraphicalViewer viewer, Element dataTable, int index)

8. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

45 : super(CommandResources.getString("DataTableInsertColumnCommand.Label.InsertColumn"), viewer); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

67 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

67 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

67 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

67 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

DataTableInsertColumnCommand.java :

67 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

87 : formatNode(this._child);

15. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

95 : return toDesignSelection(_dataTable);

16. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

147 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

147 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

147 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

147 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

DataTableInsertColumnCommand.java :

147 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

148 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_FACET);

22. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

DataTableInsertColumnCommand.java :

148 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_FACET);

23. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

155 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

155 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

155 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

155 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

27. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

DataTableInsertColumnCommand.java :

155 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

28. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

156 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

29. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

DataTableInsertColumnCommand.java :

156 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

30. WARNING: DiscouragedReference

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

DataTableInsertColumnCommand.java :

158 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Column"); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

DataTableInsertColumnCommand.java :

158 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Column"); //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/DataTableInsertColumnHeaderCommand.java
1. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

19 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

20 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

21 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

4. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

23 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

5. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

24 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

6. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

30 : public class DataTableInsertColumnHeaderCommand extends DesignerCommand

7. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

40 : public DataTableInsertColumnHeaderCommand(IHTMLGraphicalViewer viewer, Element dataTable, boolean header)

8. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

42 : super(header ? CommandResources.getString("DataTableInsertColumnHeaderCommand.Label.InsertHeader") : CommandResources.getString("DataTableInsertColumnHeaderCommand.Label.InsertFooter"), viewer); //$NON-NLS-1$ //$NON-NLS-2$

9. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

92 : formatNode(this._dataTable);

10. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

100 : return toDesignSelection(_dataTable);

11. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

118 : facet.setAttribute(IJSFConstants.ATTR_NAME, type);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

DataTableInsertColumnHeaderCommand.java :

118 : facet.setAttribute(IJSFConstants.ATTR_NAME, type);

13. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

124 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

124 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

124 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

124 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

DataTableInsertColumnHeaderCommand.java :

124 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

125 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_FACET);

19. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

DataTableInsertColumnHeaderCommand.java :

125 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_FACET);

20. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

132 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

132 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

132 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

132 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

DataTableInsertColumnHeaderCommand.java :

132 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

133 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

26. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

DataTableInsertColumnHeaderCommand.java :

133 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

27. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

137 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Column Header"); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

DataTableInsertColumnHeaderCommand.java :

137 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Column Header"); //$NON-NLS-1$

29. WARNING: DiscouragedReference

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

DataTableInsertColumnHeaderCommand.java :

141 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Column Footer"); //$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

DataTableInsertColumnHeaderCommand.java :

141 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Column Footer"); //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/DataTableInsertHeaderCommand.java
1. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

18 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

19 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

4. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

21 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

5. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

22 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

6. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

30 : public class DataTableInsertHeaderCommand extends DesignerCommand

7. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

40 : public DataTableInsertHeaderCommand(IHTMLGraphicalViewer viewer, Element dataTable, boolean header)

8. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

42 : super(header ? CommandResources.getString("DataTableInsertHeaderCommand.Label.InsertHeader") : CommandResources.getString("DataTableInsertHeaderCommand.Label.InsertFooter"), viewer); //$NON-NLS-1$ //$NON-NLS-2$

9. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

86 : formatNode(this._dataTable);

10. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

94 : return toDesignSelection(_dataTable);

11. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

102 : facet.setAttribute(IJSFConstants.ATTR_NAME, type);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

DataTableInsertHeaderCommand.java :

102 : facet.setAttribute(IJSFConstants.ATTR_NAME, type);

13. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

108 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

108 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

108 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

108 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

DataTableInsertHeaderCommand.java :

108 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_CORE, "f"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

109 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_FACET);

19. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

DataTableInsertHeaderCommand.java :

109 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_FACET);

20. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

116 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

116 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

116 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

116 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

DataTableInsertHeaderCommand.java :

116 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

117 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

26. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

DataTableInsertHeaderCommand.java :

117 : Element ele = _dataTable.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

27. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

121 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Table Header"); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

DataTableInsertHeaderCommand.java :

121 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Table Header"); //$NON-NLS-1$

29. WARNING: DiscouragedReference

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

DataTableInsertHeaderCommand.java :

125 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Table Footer"); //$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

DataTableInsertHeaderCommand.java :

125 : ele.setAttribute(IJSFConstants.ATTR_VALUE, "Table Footer"); //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/PanelGridDeleteColumnCommand.java
1. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

22 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

2. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

25 : import org.eclipse.jst.pagedesigner.utils.DOMUtil;

3. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

26 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

4. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

34 : public class PanelGridDeleteColumnCommand extends DesignerCommand

5. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

45 : public PanelGridDeleteColumnCommand(IHTMLGraphicalViewer viewer, Element panelGrid, int columnIndex)

6. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

47 : super(CommandResources.getString("PanelGridDeleteColumnCommand.Label.DeleteColumn"), viewer); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

62 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, "columns", 1); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

62 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, "columns", 1); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

75 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, "columns", 1); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

75 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, "columns", 1); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

98 : formatNode(_panelGridEle);

12. WARNING: DiscouragedReference

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

PanelGridDeleteColumnCommand.java :

106 : return toDesignSelection(this._panelGridEle);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/PanelGridDeleteRowCommand.java
1. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

21 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

2. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

23 : import org.eclipse.jst.pagedesigner.utils.DOMUtil;

3. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

24 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

4. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

32 : public class PanelGridDeleteRowCommand extends DesignerCommand

5. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

42 : public PanelGridDeleteRowCommand(IHTMLGraphicalViewer viewer, Element panelGrid, int index)

6. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

44 : super(CommandResources.getString("PanelGridDeleteRowCommand.Label.DeleteRow"), viewer); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

58 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, "columns", 1); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

58 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, "columns", 1); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

75 : formatNode(_panelGridEle);

10. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

93 : formatNode(_panelGridEle);

11. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

99 : formatNode(_panelGridEle);

12. WARNING: DiscouragedReference

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

PanelGridDeleteRowCommand.java :

144 : return this.toDesignSelection(this._panelGridEle);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/PanelGridInsertColumnCommand.java
1. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

21 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

23 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

4. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

26 : import org.eclipse.jst.pagedesigner.utils.DOMUtil;

5. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

27 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

6. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

28 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

7. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

34 : public class PanelGridInsertColumnCommand extends DesignerCommand

8. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

45 : public PanelGridInsertColumnCommand(IHTMLGraphicalViewer viewer, Element panelGrid, int columnIndex)

9. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

47 : super(CommandResources.getString("PanelGridInsertColumnCommand.Label.InsertColumn"), viewer); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

69 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

11. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

69 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

12. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

69 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridInsertColumnCommand.java :

69 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

14. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

132 : _panelGridEle.setAttribute(IJSFConstants.ATTR_COLUMNS, String.valueOf(columns + 1));

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridInsertColumnCommand.java :

132 : _panelGridEle.setAttribute(IJSFConstants.ATTR_COLUMNS, String.valueOf(columns + 1));

16. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

133 : formatNode(_panelGridEle);

17. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

141 : return toDesignSelection(this._panelGridEle);

18. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

146 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

146 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

146 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

146 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

PanelGridInsertColumnCommand.java :

146 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

PanelGridInsertColumnCommand.java :

147 : Element child = _panelGridEle.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

24. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

PanelGridInsertColumnCommand.java :

147 : Element child = _panelGridEle.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/PanelGridInsertFooterCommand.java
1. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

18 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

3. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

20 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

4. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

29 : public class PanelGridInsertFooterCommand extends DesignerCommand

5. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

37 : public PanelGridInsertFooterCommand(IHTMLGraphicalViewer viewer, Element panelGrid)

6. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

39 : super(CommandResources.getString("PanelGridInsertFooterCommand.Label.InsertFooter"), viewer); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

62 : Element facet = doc.createElement(IJSFConstants.TAG_FACET);

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

PanelGridInsertFooterCommand.java :

62 : Element facet = doc.createElement(IJSFConstants.TAG_FACET);

9. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

64 : facet.setAttribute(IJSFConstants.ATTR_NAME, "footer"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

PanelGridInsertFooterCommand.java :

64 : facet.setAttribute(IJSFConstants.ATTR_NAME, "footer"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

65 : Element outputText = doc.createElement(IJSFConstants.TAG_OUTPUTTEXT);

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

PanelGridInsertFooterCommand.java :

65 : Element outputText = doc.createElement(IJSFConstants.TAG_OUTPUTTEXT);

13. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

67 : outputText.setAttribute(IJSFConstants.ATTR_VALUE, "Footer"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

PanelGridInsertFooterCommand.java :

67 : outputText.setAttribute(IJSFConstants.ATTR_VALUE, "Footer"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

78 : formatNode(this._panelGrid);

16. WARNING: DiscouragedReference

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

PanelGridInsertFooterCommand.java :

86 : return toDesignSelection(this._panelGrid);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/PanelGridInsertHeaderCommand.java
1. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

16 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

3. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

18 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

4. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

27 : public class PanelGridInsertHeaderCommand extends DesignerCommand

5. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

35 : public PanelGridInsertHeaderCommand(IHTMLGraphicalViewer viewer, Element panelGrid)

6. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

37 : super(CommandResources.getString("PanelGridInsertHeaderCommand.Label.InsertHeader"), viewer); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

60 : Element facet = doc.createElement(IJSFConstants.TAG_FACET);

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

PanelGridInsertHeaderCommand.java :

60 : Element facet = doc.createElement(IJSFConstants.TAG_FACET);

9. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

62 : facet.setAttribute(IJSFConstants.ATTR_NAME, "header"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

PanelGridInsertHeaderCommand.java :

62 : facet.setAttribute(IJSFConstants.ATTR_NAME, "header"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

63 : Element outputText = doc.createElement(IJSFConstants.TAG_OUTPUTTEXT);

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

PanelGridInsertHeaderCommand.java :

63 : Element outputText = doc.createElement(IJSFConstants.TAG_OUTPUTTEXT);

13. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

65 : outputText.setAttribute(IJSFConstants.ATTR_VALUE, "Header"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

PanelGridInsertHeaderCommand.java :

65 : outputText.setAttribute(IJSFConstants.ATTR_VALUE, "Header"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

68 : formatNode(this._panelGrid);

16. WARNING: DiscouragedReference

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

PanelGridInsertHeaderCommand.java :

75 : return toDesignSelection(this._panelGrid);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/commands/jsfhtml/PanelGridInsertRowCommand.java
1. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

20 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

21 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

22 : import org.eclipse.jst.pagedesigner.commands.DesignerCommand;

4. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

24 : import org.eclipse.jst.pagedesigner.utils.DOMUtil;

5. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

25 : import org.eclipse.jst.pagedesigner.utils.JSPUtil;

6. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

26 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

7. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

32 : public class PanelGridInsertRowCommand extends DesignerCommand

8. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

43 : public PanelGridInsertRowCommand(IHTMLGraphicalViewer viewer, Element panelGrid, int rowIndex)

9. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

45 : super(CommandResources.getString("PanelGridInsertRowCommand.Label.InsertRow"), viewer); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

72 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

11. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

72 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

12. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

72 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridInsertRowCommand.java :

72 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

14. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

101 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

15. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

101 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

16. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

101 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridInsertRowCommand.java :

101 : int columns = DOMUtil.getIntAttributeIgnoreCase(_panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

18. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

146 : formatNode(_panelGridEle);

19. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

155 : return toDesignSelection(this._panelGridEle);

20. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

160 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

160 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

160 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

160 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

PanelGridInsertRowCommand.java :

160 : String prefix = JSPUtil.getOrCreatePrefix(getModel(), ITLDConstants.URI_JSF_HTML, "h"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

PanelGridInsertRowCommand.java :

161 : Element child = _panelGridEle.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

26. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

PanelGridInsertRowCommand.java :

161 : Element child = _panelGridEle.getOwnerDocument().createElement(IJSFConstants.TAG_OUTPUTTEXT);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfcore/JSFCoreConverterFactory.java
1. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

23 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

30 : import org.eclipse.jst.pagedesigner.editors.palette.TagImageManager;

4. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

82 : else if (IJSFConstants.TAG_VIEW.equalsIgnoreCase(tagName) || IJSFConstants.TAG_SUBVIEW.equalsIgnoreCase(tagName))

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_VIEW from the type IJSFConstants 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

JSFCoreConverterFactory.java :

82 : else if (IJSFConstants.TAG_VIEW.equalsIgnoreCase(tagName) || IJSFConstants.TAG_SUBVIEW.equalsIgnoreCase(tagName))

6. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

82 : else if (IJSFConstants.TAG_VIEW.equalsIgnoreCase(tagName) || IJSFConstants.TAG_SUBVIEW.equalsIgnoreCase(tagName))

7. WARNING: DiscouragedReference

Discouraged access: The field TAG_SUBVIEW from the type IJSFConstants 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

JSFCoreConverterFactory.java :

82 : else if (IJSFConstants.TAG_VIEW.equalsIgnoreCase(tagName) || IJSFConstants.TAG_SUBVIEW.equalsIgnoreCase(tagName))

8. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

87 : else if (IJSFConstants.TAG_FACET.equalsIgnoreCase(tagName)

9. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

JSFCoreConverterFactory.java :

87 : else if (IJSFConstants.TAG_FACET.equalsIgnoreCase(tagName)

10. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

88 : || IJSFConstants.TAG_VERBATIM.equalsIgnoreCase(tagName))

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_VERBATIM from the type IJSFConstants 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

JSFCoreConverterFactory.java :

88 : || IJSFConstants.TAG_VERBATIM.equalsIgnoreCase(tagName))

12. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

96 : else if (IJSFConstants.TAG_LOADBUNDLE.equalsIgnoreCase(tagName))

13. WARNING: DiscouragedReference

Discouraged access: The field TAG_LOADBUNDLE from the type IJSFConstants 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

JSFCoreConverterFactory.java :

96 : else if (IJSFConstants.TAG_LOADBUNDLE.equalsIgnoreCase(tagName))

14. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

120 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_CORE, hostElement.getLocalName());

15. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

120 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_CORE, hostElement.getLocalName());

16. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

120 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_CORE, hostElement.getLocalName());

17. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

120 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_CORE, hostElement.getLocalName());

18. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFCoreConverterFactory.java :

120 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_CORE, hostElement.getLocalName());

19. WARNING: DiscouragedReference

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

JSFCoreConverterFactory.java :

134 : return ITLDConstants.URI_JSF_CORE;

20. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFCoreConverterFactory.java :

134 : return ITLDConstants.URI_JSF_CORE;

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfcore/LoadBundleTagConverter.java
1. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

29 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

30 : import org.eclipse.jst.pagedesigner.PDPlugin;

3. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

32 : import org.eclipse.jst.pagedesigner.utils.PreviewUtil;

4. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

33 : import org.eclipse.jst.pagedesigner.utils.StructuredModelUtil;

5. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

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

6. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

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

7. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

44 : private static Logger _log = PDPlugin.getLogger(LoadBundleTagConverter.class);

8. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

44 : private static Logger _log = PDPlugin.getLogger(LoadBundleTagConverter.class);

9. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

61 : String varString = hostEle.getAttribute(IJSFConstants.ATTR_VAR);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VAR from the type IJSFConstants 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

LoadBundleTagConverter.java :

61 : String varString = hostEle.getAttribute(IJSFConstants.ATTR_VAR);

11. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

62 : String baseName = hostEle.getAttribute(IJSFConstants.ATTR_BASENAME);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_BASENAME from the type IJSFConstants 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

LoadBundleTagConverter.java :

62 : String baseName = hostEle.getAttribute(IJSFConstants.ATTR_BASENAME);

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

LoadBundleTagConverter.java :

70 : if (hostEle instanceof IDOMNode)

14. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

72 : IDOMModel model = ((IDOMNode) hostEle).getModel();

15. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

72 : IDOMModel model = ((IDOMNode) hostEle).getModel();

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

LoadBundleTagConverter.java :

72 : IDOMModel model = ((IDOMNode) hostEle).getModel();

17. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

75 : project = StructuredModelUtil.getProjectFor(model);

18. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

75 : project = StructuredModelUtil.getProjectFor(model);

19. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

107 : if (PreviewUtil.getBUNDLE_MAP() == null)

20. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

107 : if (PreviewUtil.getBUNDLE_MAP() == null)

21. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

109 : PreviewUtil.setBUNDLE_MAP(new HashMap());

22. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

109 : PreviewUtil.setBUNDLE_MAP(new HashMap());

23. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

113 : PreviewUtil.getBUNDLE_MAP().clear();

24. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

113 : PreviewUtil.getBUNDLE_MAP().clear();

25. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

115 : PreviewUtil.getBUNDLE_MAP().put(varString, bundle);

26. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

115 : PreviewUtil.getBUNDLE_MAP().put(varString, bundle);

27. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

116 : PreviewUtil.setBUNDLE(bundle);

28. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

116 : PreviewUtil.setBUNDLE(bundle);

29. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

117 : PreviewUtil.setVAR(varString);

30. WARNING: DiscouragedReference

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

LoadBundleTagConverter.java :

117 : PreviewUtil.setVAR(varString);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfcore/ViewTagConverter.java
1. WARNING: DiscouragedReference

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

ViewTagConverter.java :

14 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

2. WARNING: DiscouragedReference

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

ViewTagConverter.java :

39 : Element result = createElement(IHTMLConstants.TAG_DIV);

3. WARNING: DiscouragedReference

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

ViewTagConverter.java :

39 : Element result = createElement(IHTMLConstants.TAG_DIV);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/ColumnTagConverter.java
1. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

18 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

19 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

22 : import org.eclipse.jst.pagedesigner.css2.property.ICSSPropertyID;

4. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

23 : import org.eclipse.jst.pagedesigner.dom.EditModelQuery;

5. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

54 : Element resultEle = createElement(IHTMLConstants.TAG_TD);

6. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

54 : Element resultEle = createElement(IHTMLConstants.TAG_TD);

7. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

60 : if (parent != null && parent.getLocalName().equals(IJSFConstants.TAG_DATATABLE))

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_DATATABLE from the type IJSFConstants 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

ColumnTagConverter.java :

60 : if (parent != null && parent.getLocalName().equals(IJSFConstants.TAG_DATATABLE))

9. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

62 : String columnClassesAttr = ((Element) parent).getAttribute(IJSFConstants.ATTR_COLUMNCLASSES);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNCLASSES from the type IJSFConstants 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

ColumnTagConverter.java :

62 : String columnClassesAttr = ((Element) parent).getAttribute(IJSFConstants.ATTR_COLUMNCLASSES);

11. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

72 : offset = EditModelQuery.getInstance().getSameTypeNodeIndex(hostEle);

12. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

72 : offset = EditModelQuery.getInstance().getSameTypeNodeIndex(hostEle);

13. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

72 : offset = EditModelQuery.getInstance().getSameTypeNodeIndex(hostEle);

14. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

75 : resultEle.setAttribute(ICSSPropertyID.ATTR_CLASS, (String) columnClasses.get(offset));

15. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

75 : resultEle.setAttribute(ICSSPropertyID.ATTR_CLASS, (String) columnClasses.get(offset));

16. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

78 : if (EditModelQuery.getInstance().hasNonTransparentChild(hostEle, new String[]

17. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

78 : if (EditModelQuery.getInstance().hasNonTransparentChild(hostEle, new String[]

18. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

78 : if (EditModelQuery.getInstance().hasNonTransparentChild(hostEle, new String[] { IJSFConstants.TAG_FACET } ))

19. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

80 : IJSFConstants.TAG_FACET

20. WARNING: DiscouragedReference

Discouraged access: The field TAG_FACET from the type IJSFConstants 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

ColumnTagConverter.java :

80 : IJSFConstants.TAG_FACET

21. WARNING: DiscouragedReference

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

ColumnTagConverter.java :

131 : if (parent != null && parent.getLocalName().equals(IJSFConstants.TAG_DATATABLE))

22. WARNING: DiscouragedReference

Discouraged access: The field TAG_DATATABLE from the type IJSFConstants 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

ColumnTagConverter.java :

131 : if (parent != null && parent.getLocalName().equals(IJSFConstants.TAG_DATATABLE))

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/CommandButtonTagConverter.java
1. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

18 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

19 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

51 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

4. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

51 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

5. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

CommandButtonTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

60 : inputEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

CommandButtonTagConverter.java :

60 : inputEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

68 : String imageAttr = hostEle.getAttribute(IJSFConstants.ATTR_IMAGE);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_IMAGE from the type IJSFConstants 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

CommandButtonTagConverter.java :

68 : String imageAttr = hostEle.getAttribute(IJSFConstants.ATTR_IMAGE);

13. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

72 : type = hostEle.getAttribute(IJSFConstants.ATTR_TYPE);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

CommandButtonTagConverter.java :

72 : type = hostEle.getAttribute(IJSFConstants.ATTR_TYPE);

15. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

83 : inputEle.setAttribute(IHTMLConstants.ATTR_SRC, src);

16. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

83 : inputEle.setAttribute(IHTMLConstants.ATTR_SRC, src);

17. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

86 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, type);

18. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

86 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, type);

19. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

88 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

20. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

CommandButtonTagConverter.java :

88 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

21. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

92 : inputEle.setAttribute(IHTMLConstants.ATTR_VALUE, value);

22. WARNING: DiscouragedReference

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

CommandButtonTagConverter.java :

92 : inputEle.setAttribute(IHTMLConstants.ATTR_VALUE, value);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/CommandLinkTagConverter.java
1. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

50 : Element aEle = createElement(IHTMLConstants.TAG_A);

4. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

50 : Element aEle = createElement(IHTMLConstants.TAG_A);

5. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

CommandLinkTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

57 : aEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

CommandLinkTagConverter.java :

57 : aEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

60 : aEle.setAttribute(IHTMLConstants.ATTR_HREF, "#"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

60 : aEle.setAttribute(IHTMLConstants.ATTR_HREF, "#"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

64 : String style = aEle.getAttribute(IHTMLConstants.ATTR_STYLE);

14. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

64 : String style = aEle.getAttribute(IHTMLConstants.ATTR_STYLE);

15. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

66 : aEle.setAttribute(IHTMLConstants.ATTR_STYLE, style);

16. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

66 : aEle.setAttribute(IHTMLConstants.ATTR_STYLE, style);

17. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

72 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

18. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

CommandLinkTagConverter.java :

72 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

19. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

102 : if (ConverterUtil.isEmptyContainer(hostEle) && !hostEle.hasAttribute(IJSFConstants.ATTR_VALUE))

20. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

CommandLinkTagConverter.java :

102 : if (ConverterUtil.isEmptyContainer(hostEle) && !hostEle.hasAttribute(IJSFConstants.ATTR_VALUE))

21. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

104 : aEle.appendChild(getDestDocument().createTextNode(IJSFConstants.TAG_COMMANDLINK));

22. WARNING: DiscouragedReference

Discouraged access: The field TAG_COMMANDLINK from the type IJSFConstants 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

CommandLinkTagConverter.java :

104 : aEle.appendChild(getDestDocument().createTextNode(IJSFConstants.TAG_COMMANDLINK));

23. WARNING: DiscouragedReference

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

CommandLinkTagConverter.java :

112 : if(element != null && IJSFConstants.TAG_ACTIONLISTENER.equalsIgnoreCase(element.getLocalName()))

24. WARNING: DiscouragedReference

Discouraged access: The field TAG_ACTIONLISTENER from the type IJSFConstants 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

CommandLinkTagConverter.java :

112 : if(element != null && IJSFConstants.TAG_ACTIONLISTENER.equalsIgnoreCase(element.getLocalName()))

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/DataTableTagConverter.java
1. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

19 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

20 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

3. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

21 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

4. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

58 : Element tableEle = createElement(IHTMLConstants.TAG_TABLE);

5. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

58 : Element tableEle = createElement(IHTMLConstants.TAG_TABLE);

6. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

66 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

DataTableTagConverter.java :

66 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

66 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

66 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

10. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

67 : tableEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

DataTableTagConverter.java :

67 : tableEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

12. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

100 : TagIdentifier tagId = TagIdentifierFactory.createDocumentTagWrapper(ele);

13. WARNING: DiscouragedReference

Discouraged access: The method createDocumentTagWrapper(Element) from the type TagIdentifierFactory 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

DataTableTagConverter.java :

100 : TagIdentifier tagId = TagIdentifierFactory.createDocumentTagWrapper(ele);

14. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

101 : if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagId))

15. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_COLUMN from the type IJSFConstants 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

DataTableTagConverter.java :

101 : if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagId))

16. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

120 : Element tbodyEle = createElement(IHTMLConstants.TAG_TBODY);

17. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

120 : Element tbodyEle = createElement(IHTMLConstants.TAG_TBODY);

18. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

132 : Element trEle = createElement(IHTMLConstants.TAG_TR);

19. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

132 : Element trEle = createElement(IHTMLConstants.TAG_TR);

20. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

136 : String rowClasses = tableEle.getAttribute(IJSFConstants.ATTR_ROWCLASSES);

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ROWCLASSES from the type IJSFConstants 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

DataTableTagConverter.java :

136 : String rowClasses = tableEle.getAttribute(IJSFConstants.ATTR_ROWCLASSES);

22. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

143 : trEle.setAttribute(IHTMLConstants.ATTR_CLASS, tokenizer.nextToken());

23. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

143 : trEle.setAttribute(IHTMLConstants.ATTR_CLASS, tokenizer.nextToken());

24. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

148 : String columnClassesAttr = hostEle.getAttribute(IJSFConstants.ATTR_COLUMNCLASSES);

25. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNCLASSES from the type IJSFConstants 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

DataTableTagConverter.java :

148 : String columnClassesAttr = hostEle.getAttribute(IJSFConstants.ATTR_COLUMNCLASSES);

26. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

207 : Element theadEle = createElement(header ? IHTMLConstants.TAG_THEAD : IHTMLConstants.TAG_TFOOT);

27. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

207 : Element theadEle = createElement(header ? IHTMLConstants.TAG_THEAD : IHTMLConstants.TAG_TFOOT);

28. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

207 : Element theadEle = createElement(header ? IHTMLConstants.TAG_THEAD : IHTMLConstants.TAG_TFOOT);

29. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

207 : Element theadEle = createElement(header ? IHTMLConstants.TAG_THEAD : IHTMLConstants.TAG_TFOOT);

30. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

214 : Element trEle = createElement(IHTMLConstants.TAG_TR);

31. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

214 : Element trEle = createElement(IHTMLConstants.TAG_TR);

32. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

216 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

33. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

216 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

34. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

216 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

35. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

216 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

36. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

220 : ConverterUtil.copyAttribute(hostEle, header ? IJSFConstants.ATTR_HEADERCLASS

37. WARNING: DiscouragedReference

Discouraged access: The field ATTR_HEADERCLASS from the type IJSFConstants 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

DataTableTagConverter.java :

220 : ConverterUtil.copyAttribute(hostEle, header ? IJSFConstants.ATTR_HEADERCLASS

38. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

221 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

39. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FOOTERCLASS from the type IJSFConstants 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

DataTableTagConverter.java :

221 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

40. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

221 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

41. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

221 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

42. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

226 : thEle.setAttribute(IHTMLConstants.ATTR_COLSPAN, String.valueOf(columns.size()));

43. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

226 : thEle.setAttribute(IHTMLConstants.ATTR_COLSPAN, String.valueOf(columns.size()));

44. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

237 : Element trEle = createElement(IHTMLConstants.TAG_TR);

45. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

237 : Element trEle = createElement(IHTMLConstants.TAG_TR);

46. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

244 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

47. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

244 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

48. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

244 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

49. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

244 : Element thEle = createElement(header ? IHTMLConstants.TAG_TH : IHTMLConstants.TAG_TD);

50. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

260 : ConverterUtil.copyAttribute(hostEle, header ? IJSFConstants.ATTR_HEADERCLASS

51. WARNING: DiscouragedReference

Discouraged access: The field ATTR_HEADERCLASS from the type IJSFConstants 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

DataTableTagConverter.java :

260 : ConverterUtil.copyAttribute(hostEle, header ? IJSFConstants.ATTR_HEADERCLASS

52. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

261 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

53. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FOOTERCLASS from the type IJSFConstants 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

DataTableTagConverter.java :

261 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

54. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

261 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

55. WARNING: DiscouragedReference

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

DataTableTagConverter.java :

261 : : IJSFConstants.ATTR_FOOTERCLASS, thEle, IHTMLConstants.ATTR_CLASS);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/GraphicImageTagConveter.java
1. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

44 : Element imgEle = createElement(IHTMLConstants.TAG_IMG);

4. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

44 : Element imgEle = createElement(IHTMLConstants.TAG_IMG);

5. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, imgEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

GraphicImageTagConveter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, imgEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, imgEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, imgEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

51 : imgEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

GraphicImageTagConveter.java :

51 : imgEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

62 : imgEle.setAttribute(IHTMLConstants.ATTR_SRC, src);

12. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

62 : imgEle.setAttribute(IHTMLConstants.ATTR_SRC, src);

13. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

75 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

GraphicImageTagConveter.java :

75 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

15. WARNING: DiscouragedReference

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

GraphicImageTagConveter.java :

81 : value = hostEle.getAttribute(IJSFConstants.ATTR_URL);

16. WARNING: DiscouragedReference

Discouraged access: The field ATTR_URL from the type IJSFConstants 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

GraphicImageTagConveter.java :

81 : value = hostEle.getAttribute(IJSFConstants.ATTR_URL);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/InputTagConverter.java
1. WARNING: DiscouragedReference

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

InputTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

InputTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

InputTagConverter.java :

49 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

4. WARNING: DiscouragedReference

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

InputTagConverter.java :

49 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

5. WARNING: DiscouragedReference

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

InputTagConverter.java :

51 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

InputTagConverter.java :

51 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

InputTagConverter.java :

51 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

InputTagConverter.java :

51 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

InputTagConverter.java :

52 : inputEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

InputTagConverter.java :

52 : inputEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

InputTagConverter.java :

54 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, getInputType());

12. WARNING: DiscouragedReference

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

InputTagConverter.java :

54 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, getInputType());

13. WARNING: DiscouragedReference

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

InputTagConverter.java :

56 : inputEle.removeAttribute(IJSFConstants.ATTR_VALUE);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

InputTagConverter.java :

56 : inputEle.removeAttribute(IJSFConstants.ATTR_VALUE);

15. WARNING: DiscouragedReference

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

InputTagConverter.java :

57 : inputEle.setAttribute(IJSFConstants.ATTR_VALUE, getValue(hostEle));

16. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

InputTagConverter.java :

57 : inputEle.setAttribute(IJSFConstants.ATTR_VALUE, getValue(hostEle));

17. WARNING: DiscouragedReference

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

InputTagConverter.java :

68 : String valueAttr = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

18. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

InputTagConverter.java :

68 : String valueAttr = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/InputTextAreaTagConverter.java
1. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

43 : Element textareaEle = createElement(IHTMLConstants.TAG_TEXTAREA);

4. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

43 : Element textareaEle = createElement(IHTMLConstants.TAG_TEXTAREA);

5. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

46 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, textareaEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

InputTextAreaTagConverter.java :

46 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, textareaEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

46 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, textareaEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

46 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, textareaEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

47 : textareaEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

InputTextAreaTagConverter.java :

47 : textareaEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

InputTextAreaTagConverter.java :

49 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

InputTextAreaTagConverter.java :

49 : String value = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/JSFFormTagConverter.java
1. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

51 : Element formEle = createElement(IHTMLConstants.TAG_FORM);

4. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

51 : Element formEle = createElement(IHTMLConstants.TAG_FORM);

5. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, formEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

JSFFormTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, formEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, formEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

55 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, formEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

JSFFormTagConverter.java :

56 : formEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

JSFFormTagConverter.java :

56 : formEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/JSFHTMLConverterFactory.java
1. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

23 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

28 : import org.eclipse.jst.pagedesigner.editors.palette.TagImageManager;

4. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

84 : else if (IJSFConstants.TAG_COLUMN.equalsIgnoreCase(tagName))

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_COLUMN from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

84 : else if (IJSFConstants.TAG_COLUMN.equalsIgnoreCase(tagName))

6. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

88 : else if (IJSFConstants.TAG_COMMANDBUTTON.equalsIgnoreCase(tagName))

7. WARNING: DiscouragedReference

Discouraged access: The field TAG_COMMANDBUTTON from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

88 : else if (IJSFConstants.TAG_COMMANDBUTTON.equalsIgnoreCase(tagName))

8. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

92 : else if (IJSFConstants.TAG_COMMANDLINK.equalsIgnoreCase(tagName))

9. WARNING: DiscouragedReference

Discouraged access: The field TAG_COMMANDLINK from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

92 : else if (IJSFConstants.TAG_COMMANDLINK.equalsIgnoreCase(tagName))

10. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

96 : else if (IJSFConstants.TAG_DATATABLE.equalsIgnoreCase(tagName))

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_DATATABLE from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

96 : else if (IJSFConstants.TAG_DATATABLE.equalsIgnoreCase(tagName))

12. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

100 : else if (IJSFConstants.TAG_FORM.equalsIgnoreCase(tagName))

13. WARNING: DiscouragedReference

Discouraged access: The field TAG_FORM from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

100 : else if (IJSFConstants.TAG_FORM.equalsIgnoreCase(tagName))

14. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

104 : else if (IJSFConstants.TAG_GRAPHICIMAGE.equalsIgnoreCase(tagName))

15. WARNING: DiscouragedReference

Discouraged access: The field TAG_GRAPHICIMAGE from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

104 : else if (IJSFConstants.TAG_GRAPHICIMAGE.equalsIgnoreCase(tagName))

16. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

108 : else if (IJSFConstants.TAG_INPUTHIDDEN.equalsIgnoreCase(tagName))

17. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

108 : else if (IJSFConstants.TAG_INPUTHIDDEN.equalsIgnoreCase(tagName))

18. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

112 : else if (IJSFConstants.TAG_INPUTSECRET.equalsIgnoreCase(tagName))

19. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

112 : else if (IJSFConstants.TAG_INPUTSECRET.equalsIgnoreCase(tagName))

20. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

116 : else if (IJSFConstants.TAG_INPUTTEXT.equalsIgnoreCase(tagName))

21. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

116 : else if (IJSFConstants.TAG_INPUTTEXT.equalsIgnoreCase(tagName))

22. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

120 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equalsIgnoreCase(tagName))

23. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

120 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equalsIgnoreCase(tagName))

24. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

124 : else if (IJSFConstants.TAG_MESSAGE.equalsIgnoreCase(tagName)

25. WARNING: DiscouragedReference

Discouraged access: The field TAG_MESSAGE from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

124 : else if (IJSFConstants.TAG_MESSAGE.equalsIgnoreCase(tagName)

26. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

125 : || IJSFConstants.TAG_MESSAGES.equalsIgnoreCase(tagName))

27. WARNING: DiscouragedReference

Discouraged access: The field TAG_MESSAGES from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

125 : || IJSFConstants.TAG_MESSAGES.equalsIgnoreCase(tagName))

28. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

129 : else if (IJSFConstants.TAG_OUTPUTTEXT.equalsIgnoreCase(tagName)

29. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTTEXT from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

129 : else if (IJSFConstants.TAG_OUTPUTTEXT.equalsIgnoreCase(tagName)

30. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

130 : || IJSFConstants.TAG_OUTPUTFORMAT.equalsIgnoreCase(tagName))

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTFORMAT from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

130 : || IJSFConstants.TAG_OUTPUTFORMAT.equalsIgnoreCase(tagName))

32. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

134 : else if (IJSFConstants.TAG_OUTPUTLABEL.equalsIgnoreCase(tagName))

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTLABEL from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

134 : else if (IJSFConstants.TAG_OUTPUTLABEL.equalsIgnoreCase(tagName))

34. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

138 : else if (IJSFConstants.TAG_OUTPUTLINK.equalsIgnoreCase(tagName))

35. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTLINK from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

138 : else if (IJSFConstants.TAG_OUTPUTLINK.equalsIgnoreCase(tagName))

36. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

142 : else if (IJSFConstants.TAG_PANELGRID.equalsIgnoreCase(tagName))

37. WARNING: DiscouragedReference

Discouraged access: The field TAG_PANELGRID from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

142 : else if (IJSFConstants.TAG_PANELGRID.equalsIgnoreCase(tagName))

38. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

146 : else if (IJSFConstants.TAG_PANELGROUP.equalsIgnoreCase(tagName))

39. WARNING: DiscouragedReference

Discouraged access: The field TAG_PANELGROUP from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

146 : else if (IJSFConstants.TAG_PANELGROUP.equalsIgnoreCase(tagName))

40. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

150 : else if (IJSFConstants.TAG_SELECTBOOLEANCHECKBOX.equalsIgnoreCase(tagName))

41. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTBOOLEANCHECKBOX from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

150 : else if (IJSFConstants.TAG_SELECTBOOLEANCHECKBOX.equalsIgnoreCase(tagName))

42. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

154 : else if (IJSFConstants.TAG_SELECTMANYCHECKBOX.equalsIgnoreCase(tagName))

43. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTMANYCHECKBOX from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

154 : else if (IJSFConstants.TAG_SELECTMANYCHECKBOX.equalsIgnoreCase(tagName))

44. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

158 : else if (IJSFConstants.TAG_SELECTMANYLISTBOX.equalsIgnoreCase(tagName))

45. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTMANYLISTBOX from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

158 : else if (IJSFConstants.TAG_SELECTMANYLISTBOX.equalsIgnoreCase(tagName))

46. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

162 : else if (IJSFConstants.TAG_SELECTMANYMENU.equalsIgnoreCase(tagName))

47. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTMANYMENU from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

162 : else if (IJSFConstants.TAG_SELECTMANYMENU.equalsIgnoreCase(tagName))

48. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

166 : else if (IJSFConstants.TAG_SELECTONELISTBOX.equalsIgnoreCase(tagName))

49. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTONELISTBOX from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

166 : else if (IJSFConstants.TAG_SELECTONELISTBOX.equalsIgnoreCase(tagName))

50. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

170 : else if (IJSFConstants.TAG_SELECTONEMENU.equalsIgnoreCase(tagName))

51. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTONEMENU from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

170 : else if (IJSFConstants.TAG_SELECTONEMENU.equalsIgnoreCase(tagName))

52. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

174 : else if (IJSFConstants.TAG_SELECTONERADIO.equalsIgnoreCase(tagName))

53. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTONERADIO from the type IJSFConstants 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

JSFHTMLConverterFactory.java :

174 : else if (IJSFConstants.TAG_SELECTONERADIO.equalsIgnoreCase(tagName))

54. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

197 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_HTML, hostElement.getLocalName());

55. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

197 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_HTML, hostElement.getLocalName());

56. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

197 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_HTML, hostElement.getLocalName());

57. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

197 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_HTML, hostElement.getLocalName());

58. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFHTMLConverterFactory.java :

197 : return TagImageManager.getInstance().getSmallIconImage(wsResolver.getProject(),ITLDConstants.URI_JSF_HTML, hostElement.getLocalName());

59. WARNING: DiscouragedReference

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

JSFHTMLConverterFactory.java :

212 : return ITLDConstants.URI_JSF_HTML;

60. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFHTMLConverterFactory.java :

212 : return ITLDConstants.URI_JSF_HTML;

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/MessageTagConverter.java
1. WARNING: DiscouragedReference

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

MessageTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

MessageTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

MessageTagConverter.java :

53 : Element spanEle = createElement(IHTMLConstants.TAG_SPAN);

4. WARNING: DiscouragedReference

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

MessageTagConverter.java :

53 : Element spanEle = createElement(IHTMLConstants.TAG_SPAN);

5. WARNING: DiscouragedReference

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

MessageTagConverter.java :

62 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

62 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

MessageTagConverter.java :

62 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

MessageTagConverter.java :

62 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

MessageTagConverter.java :

63 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

63 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

MessageTagConverter.java :

65 : String fatalStyle = hostEle.getAttribute(IJSFConstants.ATTR_FATALSTYLE);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FATALSTYLE from the type IJSFConstants 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

MessageTagConverter.java :

65 : String fatalStyle = hostEle.getAttribute(IJSFConstants.ATTR_FATALSTYLE);

13. WARNING: DiscouragedReference

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

MessageTagConverter.java :

66 : String errorStyle = hostEle.getAttribute(IJSFConstants.ATTR_ERRORSTYLE);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ERRORSTYLE from the type IJSFConstants 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

MessageTagConverter.java :

66 : String errorStyle = hostEle.getAttribute(IJSFConstants.ATTR_ERRORSTYLE);

15. WARNING: DiscouragedReference

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

MessageTagConverter.java :

67 : String warnStyle = hostEle.getAttribute(IJSFConstants.ATTR_WARNSTYLE);

16. WARNING: DiscouragedReference

Discouraged access: The field ATTR_WARNSTYLE from the type IJSFConstants 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

MessageTagConverter.java :

67 : String warnStyle = hostEle.getAttribute(IJSFConstants.ATTR_WARNSTYLE);

17. WARNING: DiscouragedReference

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

MessageTagConverter.java :

68 : String infoStyle = hostEle.getAttribute(IJSFConstants.ATTR_INFOSTYLE);

18. WARNING: DiscouragedReference

Discouraged access: The field ATTR_INFOSTYLE from the type IJSFConstants 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

MessageTagConverter.java :

68 : String infoStyle = hostEle.getAttribute(IJSFConstants.ATTR_INFOSTYLE);

19. WARNING: DiscouragedReference

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

MessageTagConverter.java :

69 : String fatalClass = hostEle.getAttribute(IJSFConstants.ATTR_FATALCLASS);

20. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FATALCLASS from the type IJSFConstants 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

MessageTagConverter.java :

69 : String fatalClass = hostEle.getAttribute(IJSFConstants.ATTR_FATALCLASS);

21. WARNING: DiscouragedReference

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

MessageTagConverter.java :

70 : String errorClass = hostEle.getAttribute(IJSFConstants.ATTR_ERRORCLASS);

22. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ERRORCLASS from the type IJSFConstants 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

MessageTagConverter.java :

70 : String errorClass = hostEle.getAttribute(IJSFConstants.ATTR_ERRORCLASS);

23. WARNING: DiscouragedReference

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

MessageTagConverter.java :

71 : String warnClass = hostEle.getAttribute(IJSFConstants.ATTR_WARNCLASS);

24. WARNING: DiscouragedReference

Discouraged access: The field ATTR_WARNCLASS from the type IJSFConstants 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

MessageTagConverter.java :

71 : String warnClass = hostEle.getAttribute(IJSFConstants.ATTR_WARNCLASS);

25. WARNING: DiscouragedReference

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

MessageTagConverter.java :

72 : String infoClass = hostEle.getAttribute(IJSFConstants.ATTR_INFOCLASS);

26. WARNING: DiscouragedReference

Discouraged access: The field ATTR_INFOCLASS from the type IJSFConstants 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

MessageTagConverter.java :

72 : String infoClass = hostEle.getAttribute(IJSFConstants.ATTR_INFOCLASS);

27. WARNING: DiscouragedReference

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

MessageTagConverter.java :

76 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, fatalStyle);

28. WARNING: DiscouragedReference

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

MessageTagConverter.java :

76 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, fatalStyle);

29. WARNING: DiscouragedReference

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

MessageTagConverter.java :

80 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, errorStyle);

30. WARNING: DiscouragedReference

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

MessageTagConverter.java :

80 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, errorStyle);

31. WARNING: DiscouragedReference

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

MessageTagConverter.java :

84 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, warnStyle);

32. WARNING: DiscouragedReference

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

MessageTagConverter.java :

84 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, warnStyle);

33. WARNING: DiscouragedReference

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

MessageTagConverter.java :

88 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, infoStyle);

34. WARNING: DiscouragedReference

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

MessageTagConverter.java :

88 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, infoStyle);

35. WARNING: DiscouragedReference

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

MessageTagConverter.java :

93 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, fatalClass);

36. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

93 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, fatalClass);

37. WARNING: DiscouragedReference

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

MessageTagConverter.java :

97 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, errorClass);

38. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

97 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, errorClass);

39. WARNING: DiscouragedReference

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

MessageTagConverter.java :

101 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, warnClass);

40. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

101 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, warnClass);

41. WARNING: DiscouragedReference

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

MessageTagConverter.java :

105 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, infoClass);

42. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

105 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, infoClass);

43. WARNING: DiscouragedReference

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

MessageTagConverter.java :

107 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

44. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessageTagConverter.java :

107 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

45. WARNING: DiscouragedReference

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

MessageTagConverter.java :

111 : String hasToolTip = hostEle.getAttribute(IJSFConstants.ATTR_TOOLTIP);

46. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TOOLTIP from the type IJSFConstants 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

MessageTagConverter.java :

111 : String hasToolTip = hostEle.getAttribute(IJSFConstants.ATTR_TOOLTIP);

47. WARNING: DiscouragedReference

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

MessageTagConverter.java :

112 : String showSummary = hostEle.getAttribute(IJSFConstants.ATTR_SHOWSUMMARY);

48. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SHOWSUMMARY from the type IJSFConstants 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

MessageTagConverter.java :

112 : String showSummary = hostEle.getAttribute(IJSFConstants.ATTR_SHOWSUMMARY);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/MessagesTagConverter.java
1. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

49 : String layout = hostEle.getAttribute(IJSFConstants.ATTR_LAYOUT);

4. WARNING: DiscouragedReference

Discouraged access: The field ATTR_LAYOUT from the type IJSFConstants 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

MessagesTagConverter.java :

49 : String layout = hostEle.getAttribute(IJSFConstants.ATTR_LAYOUT);

5. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

50 : if (IHTMLConstants.TAG_TABLE.equalsIgnoreCase(layout))

6. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

50 : if (IHTMLConstants.TAG_TABLE.equalsIgnoreCase(layout))

7. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

52 : Element table = createElement(IHTMLConstants.TAG_TABLE);

8. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

52 : Element table = createElement(IHTMLConstants.TAG_TABLE);

9. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

53 : table.setAttribute(IHTMLConstants.ATTR_BORDER, "1"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

53 : table.setAttribute(IHTMLConstants.ATTR_BORDER, "1"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

56 : Element tr = createElement(IHTMLConstants.TAG_TR);

12. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

56 : Element tr = createElement(IHTMLConstants.TAG_TR);

13. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

57 : Element td = createElement(IHTMLConstants.TAG_TD);

14. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

57 : Element td = createElement(IHTMLConstants.TAG_TD);

15. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

65 : Element ul = createElement(IHTMLConstants.TAG_UL);

16. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

65 : Element ul = createElement(IHTMLConstants.TAG_UL);

17. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

68 : Element li = createElement(IHTMLConstants.TAG_LI);

18. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

68 : Element li = createElement(IHTMLConstants.TAG_LI);

19. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

107 : Element spanEle = createElement(IHTMLConstants.TAG_SPAN);

20. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

107 : Element spanEle = createElement(IHTMLConstants.TAG_SPAN);

21. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

116 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

22. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessagesTagConverter.java :

116 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

23. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

116 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

24. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

116 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

25. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

117 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

26. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessagesTagConverter.java :

117 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

27. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

119 : String fatalStyle = hostEle.getAttribute(IJSFConstants.ATTR_FATALSTYLE);

28. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FATALSTYLE from the type IJSFConstants 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

MessagesTagConverter.java :

119 : String fatalStyle = hostEle.getAttribute(IJSFConstants.ATTR_FATALSTYLE);

29. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

120 : String errorStyle = hostEle.getAttribute(IJSFConstants.ATTR_ERRORSTYLE);

30. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ERRORSTYLE from the type IJSFConstants 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

MessagesTagConverter.java :

120 : String errorStyle = hostEle.getAttribute(IJSFConstants.ATTR_ERRORSTYLE);

31. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

121 : String warnStyle = hostEle.getAttribute(IJSFConstants.ATTR_WARNSTYLE);

32. WARNING: DiscouragedReference

Discouraged access: The field ATTR_WARNSTYLE from the type IJSFConstants 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

MessagesTagConverter.java :

121 : String warnStyle = hostEle.getAttribute(IJSFConstants.ATTR_WARNSTYLE);

33. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

122 : String infoStyle = hostEle.getAttribute(IJSFConstants.ATTR_INFOSTYLE);

34. WARNING: DiscouragedReference

Discouraged access: The field ATTR_INFOSTYLE from the type IJSFConstants 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

MessagesTagConverter.java :

122 : String infoStyle = hostEle.getAttribute(IJSFConstants.ATTR_INFOSTYLE);

35. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

123 : String fatalClass = hostEle.getAttribute(IJSFConstants.ATTR_FATALCLASS);

36. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FATALCLASS from the type IJSFConstants 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

MessagesTagConverter.java :

123 : String fatalClass = hostEle.getAttribute(IJSFConstants.ATTR_FATALCLASS);

37. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

124 : String errorClass = hostEle.getAttribute(IJSFConstants.ATTR_ERRORCLASS);

38. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ERRORCLASS from the type IJSFConstants 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

MessagesTagConverter.java :

124 : String errorClass = hostEle.getAttribute(IJSFConstants.ATTR_ERRORCLASS);

39. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

125 : String warnClass = hostEle.getAttribute(IJSFConstants.ATTR_WARNCLASS);

40. WARNING: DiscouragedReference

Discouraged access: The field ATTR_WARNCLASS from the type IJSFConstants 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

MessagesTagConverter.java :

125 : String warnClass = hostEle.getAttribute(IJSFConstants.ATTR_WARNCLASS);

41. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

126 : String infoClass = hostEle.getAttribute(IJSFConstants.ATTR_INFOCLASS);

42. WARNING: DiscouragedReference

Discouraged access: The field ATTR_INFOCLASS from the type IJSFConstants 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

MessagesTagConverter.java :

126 : String infoClass = hostEle.getAttribute(IJSFConstants.ATTR_INFOCLASS);

43. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

130 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, fatalStyle);

44. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

130 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, fatalStyle);

45. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

134 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, errorStyle);

46. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

134 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, errorStyle);

47. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

138 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, warnStyle);

48. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

138 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, warnStyle);

49. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

142 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, infoStyle);

50. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

142 : spanEle.setAttribute(IHTMLConstants.ATTR_STYLE, infoStyle);

51. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

147 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, fatalClass);

52. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessagesTagConverter.java :

147 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, fatalClass);

53. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

151 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, errorClass);

54. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessagesTagConverter.java :

151 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, errorClass);

55. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

155 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, warnClass);

56. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessagesTagConverter.java :

155 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, warnClass);

57. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

159 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, infoClass);

58. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

MessagesTagConverter.java :

159 : spanEle.setAttribute(IJSFConstants.ATTR_STYLECLASS, infoClass);

59. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

164 : String hasToolTip = hostEle.getAttribute(IJSFConstants.ATTR_TOOLTIP);

60. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TOOLTIP from the type IJSFConstants 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

MessagesTagConverter.java :

164 : String hasToolTip = hostEle.getAttribute(IJSFConstants.ATTR_TOOLTIP);

61. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

165 : String showSummary = hostEle.getAttribute(IJSFConstants.ATTR_SHOWSUMMARY);

62. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SHOWSUMMARY from the type IJSFConstants 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

MessagesTagConverter.java :

165 : String showSummary = hostEle.getAttribute(IJSFConstants.ATTR_SHOWSUMMARY);

63. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

170 : spanEle.setAttribute(IHTMLConstants.ATTR_TITLE, MESSAGE_TOOLTIP);

64. WARNING: DiscouragedReference

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

MessagesTagConverter.java :

170 : spanEle.setAttribute(IHTMLConstants.ATTR_TITLE, MESSAGE_TOOLTIP);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/OutputLabelTagConverter.java
1. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

46 : Element labelEle = createElement(IHTMLConstants.TAG_LABEL);

4. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

46 : Element labelEle = createElement(IHTMLConstants.TAG_LABEL);

5. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

52 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, labelEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

OutputLabelTagConverter.java :

52 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, labelEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

52 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, labelEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

52 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, labelEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

53 : labelEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

OutputLabelTagConverter.java :

53 : labelEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

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

OutputLabelTagConverter.java :

92 : String name = IJSFConstants.TAG_OUTPUTLABEL;

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTLABEL from the type IJSFConstants 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

OutputLabelTagConverter.java :

92 : String name = IJSFConstants.TAG_OUTPUTLABEL;

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/OutputLinkTagConverter.java
1. WARNING: DiscouragedReference

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

OutputLinkTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

50 : Element aEle = createElement(IHTMLConstants.TAG_A);

4. WARNING: DiscouragedReference

Discouraged access: The field TAG_A from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

50 : Element aEle = createElement(IHTMLConstants.TAG_A);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputLinkTagConverter.java :

59 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

OutputLinkTagConverter.java :

59 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

59 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

59 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, aEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputLinkTagConverter.java :

60 : aEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

OutputLinkTagConverter.java :

60 : aEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

64 : aEle.setAttribute(IHTMLConstants.ATTR_HREF, "#"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_HREF from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

64 : aEle.setAttribute(IHTMLConstants.ATTR_HREF, "#"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputLinkTagConverter.java :

66 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_VALUE, aEle, IHTMLConstants.ATTR_HREF);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

OutputLinkTagConverter.java :

66 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_VALUE, aEle, IHTMLConstants.ATTR_HREF);

15. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

66 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_VALUE, aEle, IHTMLConstants.ATTR_HREF);

16. WARNING: DiscouragedReference

Discouraged access: The field ATTR_HREF from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

66 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_VALUE, aEle, IHTMLConstants.ATTR_HREF);

17. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputLinkTagConverter.java :

67 : aEle.removeAttribute(IJSFConstants.ATTR_VALUE);

18. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

OutputLinkTagConverter.java :

67 : aEle.removeAttribute(IJSFConstants.ATTR_VALUE);

19. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

72 : String style = aEle.getAttribute(IHTMLConstants.ATTR_STYLE);

20. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

72 : String style = aEle.getAttribute(IHTMLConstants.ATTR_STYLE);

21. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

74 : aEle.setAttribute(IHTMLConstants.ATTR_STYLE, style);

22. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputLinkTagConverter.java :

74 : aEle.setAttribute(IHTMLConstants.ATTR_STYLE, style);

23. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputLinkTagConverter.java :

96 : if (ConverterUtil.isEmptyContainer(hostEle) && !hostEle.hasAttribute(IJSFConstants.ATTR_VALUE))

24. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

OutputLinkTagConverter.java :

96 : if (ConverterUtil.isEmptyContainer(hostEle) && !hostEle.hasAttribute(IJSFConstants.ATTR_VALUE))

25. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputLinkTagConverter.java :

105 : String name = IJSFConstants.TAG_OUTPUTLINK;

26. WARNING: DiscouragedReference

Discouraged access: The field TAG_OUTPUTLINK from the type IJSFConstants 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

OutputLinkTagConverter.java :

105 : String name = IJSFConstants.TAG_OUTPUTLINK;

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/OutputTextTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputTextTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputTextTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputTextTagConverter.java :

47 : Element spanEle = createElement(IHTMLConstants.TAG_SPAN);

4. WARNING: DiscouragedReference

Discouraged access: The field TAG_SPAN from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputTextTagConverter.java :

47 : Element spanEle = createElement(IHTMLConstants.TAG_SPAN);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputTextTagConverter.java :

56 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

OutputTextTagConverter.java :

56 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputTextTagConverter.java :

56 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

OutputTextTagConverter.java :

56 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputTextTagConverter.java :

57 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

OutputTextTagConverter.java :

57 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputTextTagConverter.java :

59 : spanEle.removeAttribute(IJSFConstants.ATTR_VALUE);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

OutputTextTagConverter.java :

59 : spanEle.removeAttribute(IJSFConstants.ATTR_VALUE);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

OutputTextTagConverter.java :

80 : String valueAttr = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

OutputTextTagConverter.java :

80 : String valueAttr = hostEle.getAttribute(IJSFConstants.ATTR_VALUE);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/PanelGridTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

18 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

22 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

26 : import org.eclipse.jst.pagedesigner.utils.DOMUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

52 : Element tableEle = createElement(IHTMLConstants.TAG_TABLE);

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_TABLE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

52 : Element tableEle = createElement(IHTMLConstants.TAG_TABLE);

6. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

60 : JSFConverterUtil.copyAttribute(panelGridEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

PanelGridTagConverter.java :

60 : JSFConverterUtil.copyAttribute(panelGridEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

60 : JSFConverterUtil.copyAttribute(panelGridEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

60 : JSFConverterUtil.copyAttribute(panelGridEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

10. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

61 : tableEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

PanelGridTagConverter.java :

61 : tableEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

12. WARNING: DiscouragedReference

Discouraged access: The type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

63 : int columns = DOMUtil.getIntAttributeIgnoreCase(panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

13. WARNING: DiscouragedReference

Discouraged access: The method getIntAttributeIgnoreCase(Element, String, int) from the type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

63 : int columns = DOMUtil.getIntAttributeIgnoreCase(panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

14. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

63 : int columns = DOMUtil.getIntAttributeIgnoreCase(panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridTagConverter.java :

63 : int columns = DOMUtil.getIntAttributeIgnoreCase(panelGridEle, IJSFConstants.ATTR_COLUMNS, 1);

16. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

74 : Element theadEle = createElement(IHTMLConstants.TAG_THEAD);

17. WARNING: DiscouragedReference

Discouraged access: The field TAG_THEAD from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

74 : Element theadEle = createElement(IHTMLConstants.TAG_THEAD);

18. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

76 : Element trEle = createElement(IHTMLConstants.TAG_TR);

19. WARNING: DiscouragedReference

Discouraged access: The field TAG_TR from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

76 : Element trEle = createElement(IHTMLConstants.TAG_TR);

20. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

78 : Element thEle = createElement(IHTMLConstants.TAG_TH);

21. WARNING: DiscouragedReference

Discouraged access: The field TAG_TH from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

78 : Element thEle = createElement(IHTMLConstants.TAG_TH);

22. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

82 : String headerClass = panelGridEle.getAttribute(IJSFConstants.ATTR_HEADERCLASS);

23. WARNING: DiscouragedReference

Discouraged access: The field ATTR_HEADERCLASS from the type IJSFConstants 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

PanelGridTagConverter.java :

82 : String headerClass = panelGridEle.getAttribute(IJSFConstants.ATTR_HEADERCLASS);

24. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

85 : thEle.setAttribute(IHTMLConstants.ATTR_CLASS, headerClass);

25. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

85 : thEle.setAttribute(IHTMLConstants.ATTR_CLASS, headerClass);

26. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

88 : thEle.setAttribute(IHTMLConstants.ATTR_COLSPAN, String.valueOf(columns));

27. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLSPAN from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

88 : thEle.setAttribute(IHTMLConstants.ATTR_COLSPAN, String.valueOf(columns));

28. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

99 : Element theadEle = createElement(IHTMLConstants.TAG_TFOOT);

29. WARNING: DiscouragedReference

Discouraged access: The field TAG_TFOOT from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

99 : Element theadEle = createElement(IHTMLConstants.TAG_TFOOT);

30. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

101 : Element trEle = createElement(IHTMLConstants.TAG_TR);

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_TR from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

101 : Element trEle = createElement(IHTMLConstants.TAG_TR);

32. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

103 : Element tdEle = createElement(IHTMLConstants.TAG_TD);

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_TD from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

103 : Element tdEle = createElement(IHTMLConstants.TAG_TD);

34. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

107 : String footerClass = panelGridEle.getAttribute(IJSFConstants.ATTR_FOOTERCLASS);

35. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FOOTERCLASS from the type IJSFConstants 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

PanelGridTagConverter.java :

107 : String footerClass = panelGridEle.getAttribute(IJSFConstants.ATTR_FOOTERCLASS);

36. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

110 : tdEle.setAttribute(IHTMLConstants.ATTR_CLASS, footerClass);

37. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

110 : tdEle.setAttribute(IHTMLConstants.ATTR_CLASS, footerClass);

38. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

113 : tdEle.setAttribute(IHTMLConstants.ATTR_COLSPAN, String.valueOf(columns));

39. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLSPAN from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

113 : tdEle.setAttribute(IHTMLConstants.ATTR_COLSPAN, String.valueOf(columns));

40. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

118 : String rowclassesattr = panelGridEle.getAttribute(IJSFConstants.ATTR_ROWCLASSES);

41. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ROWCLASSES from the type IJSFConstants 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

PanelGridTagConverter.java :

118 : String rowclassesattr = panelGridEle.getAttribute(IJSFConstants.ATTR_ROWCLASSES);

42. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridTagConverter.java :

129 : String columnclassattr = panelGridEle.getAttribute(IJSFConstants.ATTR_COLUMNCLASSES);

43. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNCLASSES from the type IJSFConstants 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

PanelGridTagConverter.java :

129 : String columnclassattr = panelGridEle.getAttribute(IJSFConstants.ATTR_COLUMNCLASSES);

44. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

144 : Element tbody = createElement(IHTMLConstants.TAG_TBODY);

45. WARNING: DiscouragedReference

Discouraged access: The field TAG_TBODY from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

144 : Element tbody = createElement(IHTMLConstants.TAG_TBODY);

46. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

155 : currentTr = createElement(IHTMLConstants.TAG_TR);

47. WARNING: DiscouragedReference

Discouraged access: The field TAG_TR from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

155 : currentTr = createElement(IHTMLConstants.TAG_TR);

48. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

158 : currentTr.setAttribute(IHTMLConstants.ATTR_CLASS, (String) rowclasses.get(nextRow));

49. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

158 : currentTr.setAttribute(IHTMLConstants.ATTR_CLASS, (String) rowclasses.get(nextRow));

50. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

164 : Element td = createElement(IHTMLConstants.TAG_TD);

51. WARNING: DiscouragedReference

Discouraged access: The field TAG_TD from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

164 : Element td = createElement(IHTMLConstants.TAG_TD);

52. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

167 : td.setAttribute(IHTMLConstants.ATTR_CLASS, (String) columnclasses.get(columnIndex));

53. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridTagConverter.java :

167 : td.setAttribute(IHTMLConstants.ATTR_CLASS, (String) columnclasses.get(columnIndex));

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/PanelGroupTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGroupTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGroupTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGroupTagConverter.java :

49 : Element spanEle = createElement(IHTMLConstants.TAG_DIV);

4. WARNING: DiscouragedReference

Discouraged access: The field TAG_DIV from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGroupTagConverter.java :

49 : Element spanEle = createElement(IHTMLConstants.TAG_DIV);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGroupTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

PanelGroupTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGroupTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGroupTagConverter.java :

58 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, spanEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGroupTagConverter.java :

59 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

PanelGroupTagConverter.java :

59 : spanEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/SelectBasedTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBasedTagConverter.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

17 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

47 : Element selectEle = createElement(IHTMLConstants.TAG_SELECT);

4. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECT from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

47 : Element selectEle = createElement(IHTMLConstants.TAG_SELECT);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBasedTagConverter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_ID, selectEle, IHTMLConstants.ATTR_NAME);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

SelectBasedTagConverter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_ID, selectEle, IHTMLConstants.ATTR_NAME);

7. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_ID, selectEle, IHTMLConstants.ATTR_NAME);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

50 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_ID, selectEle, IHTMLConstants.ATTR_NAME);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBasedTagConverter.java :

57 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, selectEle, IHTMLConstants.ATTR_CLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

SelectBasedTagConverter.java :

57 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, selectEle, IHTMLConstants.ATTR_CLASS);

11. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

57 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, selectEle, IHTMLConstants.ATTR_CLASS);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

57 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, selectEle, IHTMLConstants.ATTR_CLASS);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBasedTagConverter.java :

58 : selectEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

SelectBasedTagConverter.java :

58 : selectEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

15. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

68 : Element option = createElement(IHTMLConstants.TAG_OPTION);

16. WARNING: DiscouragedReference

Discouraged access: The field TAG_OPTION from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

68 : Element option = createElement(IHTMLConstants.TAG_OPTION);

17. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

69 : option.setAttribute(IHTMLConstants.ATTR_VALUE, item.getItemValue());

18. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBasedTagConverter.java :

69 : option.setAttribute(IHTMLConstants.ATTR_VALUE, item.getItemValue());

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/SelectBooleanCheckboxTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBooleanCheckboxTagConverter.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

15 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

43 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

4. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUT from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

43 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBooleanCheckboxTagConverter.java :

45 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

SelectBooleanCheckboxTagConverter.java :

45 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

45 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

45 : JSFConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, inputEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectBooleanCheckboxTagConverter.java :

46 : inputEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

SelectBooleanCheckboxTagConverter.java :

46 : inputEle.removeAttribute(IJSFConstants.ATTR_STYLECLASS);

11. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

48 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, "checkbox"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

48 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, "checkbox"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

50 : if ("true".equalsIgnoreCase(inputEle.getAttribute(IHTMLConstants.ATTR_VALUE))) //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

50 : if ("true".equalsIgnoreCase(inputEle.getAttribute(IHTMLConstants.ATTR_VALUE))) //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

52 : inputEle.setAttribute(IHTMLConstants.ATTR_CHECKED,"checked"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CHECKED from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

SelectBooleanCheckboxTagConverter.java :

52 : inputEle.setAttribute(IHTMLConstants.ATTR_CHECKED,"checked"); //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/SelectTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

17 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

57 : if (IJSFConstants.TAG_SELECTITEM.equalsIgnoreCase(tagname))

3. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTITEM from the type IJSFConstants 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

SelectTagConverter.java :

57 : if (IJSFConstants.TAG_SELECTITEM.equalsIgnoreCase(tagname))

4. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

60 : item.setDescription(ele.getAttribute(IJSFConstants.ATTR_ITEMDESCRIPTION));

5. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ITEMDESCRIPTION from the type IJSFConstants 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

SelectTagConverter.java :

60 : item.setDescription(ele.getAttribute(IJSFConstants.ATTR_ITEMDESCRIPTION));

6. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

61 : item.setLabel(ele.getAttribute(IJSFConstants.ATTR_ITEMLABEL));

7. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ITEMLABEL from the type IJSFConstants 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

SelectTagConverter.java :

61 : item.setLabel(ele.getAttribute(IJSFConstants.ATTR_ITEMLABEL));

8. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

62 : item.setItemValue(ele.getAttribute(IJSFConstants.ATTR_ITEMVALUE));

9. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ITEMVALUE from the type IJSFConstants 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

SelectTagConverter.java :

62 : item.setItemValue(ele.getAttribute(IJSFConstants.ATTR_ITEMVALUE));

10. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

63 : item.setValue(ele.getAttribute(IJSFConstants.ATTR_VALUE));

11. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

SelectTagConverter.java :

63 : item.setValue(ele.getAttribute(IJSFConstants.ATTR_VALUE));

12. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

64 : item.setId(ele.getAttribute(IJSFConstants.ATTR_ID));

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

SelectTagConverter.java :

64 : item.setId(ele.getAttribute(IJSFConstants.ATTR_ID));

14. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

65 : item.setDisabled("true".equalsIgnoreCase(ele.getAttribute(IJSFConstants.ATTR_ITEMDISABLED))); //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ITEMDISABLED from the type IJSFConstants 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

SelectTagConverter.java :

65 : item.setDisabled("true".equalsIgnoreCase(ele.getAttribute(IJSFConstants.ATTR_ITEMDISABLED))); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

68 : else if (IJSFConstants.TAG_SELECTITEMS.equalsIgnoreCase(tagname))

17. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTITEMS from the type IJSFConstants 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

SelectTagConverter.java :

68 : else if (IJSFConstants.TAG_SELECTITEMS.equalsIgnoreCase(tagname))

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

72 : String value = ele.getAttribute(IJSFConstants.ATTR_VALUE);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

SelectTagConverter.java :

72 : String value = ele.getAttribute(IJSFConstants.ATTR_VALUE);

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

75 : value = IJSFConstants.ATTR_VALUE;

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

SelectTagConverter.java :

75 : value = IJSFConstants.ATTR_VALUE;

22. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

79 : item1.setId(ele.getAttribute(IJSFConstants.ATTR_ID));

23. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

SelectTagConverter.java :

79 : item1.setId(ele.getAttribute(IJSFConstants.ATTR_ID));

24. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

83 : item2.setId(ele.getAttribute(IJSFConstants.ATTR_ID));

25. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

SelectTagConverter.java :

83 : item2.setId(ele.getAttribute(IJSFConstants.ATTR_ID));

26. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

99 : if (parent.getLocalName().equals(IJSFConstants.TAG_SELECTONERADIO))

27. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTONERADIO from the type IJSFConstants 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

SelectTagConverter.java :

99 : if (parent.getLocalName().equals(IJSFConstants.TAG_SELECTONERADIO))

28. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

SelectTagConverter.java :

103 : else if (parent.getLocalName().equals(IJSFConstants.TAG_SELECTMANYCHECKBOX))

29. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTMANYCHECKBOX from the type IJSFConstants 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

SelectTagConverter.java :

103 : else if (parent.getLocalName().equals(IJSFConstants.TAG_SELECTMANYCHECKBOX))

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/jsfhtml/TableBasedSelectTagConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

17 : import org.eclipse.jst.pagedesigner.IHTMLConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

50 : Element tableEle = createElement(IHTMLConstants.TAG_TABLE);

4. WARNING: DiscouragedReference

Discouraged access: The field TAG_TABLE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

50 : Element tableEle = createElement(IHTMLConstants.TAG_TABLE);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

54 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLECLASS from the type IJSFConstants 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

TableBasedSelectTagConverter.java :

54 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

54 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CLASS from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

54 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLECLASS, tableEle, IHTMLConstants.ATTR_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

57 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLE, tableEle, IHTMLConstants.ATTR_STYLE);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLE from the type IJSFConstants 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

TableBasedSelectTagConverter.java :

57 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLE, tableEle, IHTMLConstants.ATTR_STYLE);

11. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

57 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLE, tableEle, IHTMLConstants.ATTR_STYLE);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_STYLE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

57 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_STYLE, tableEle, IHTMLConstants.ATTR_STYLE);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

58 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_BORDER, tableEle, IHTMLConstants.ATTR_BORDER);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_BORDER from the type IJSFConstants 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

TableBasedSelectTagConverter.java :

58 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_BORDER, tableEle, IHTMLConstants.ATTR_BORDER);

15. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

58 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_BORDER, tableEle, IHTMLConstants.ATTR_BORDER);

16. WARNING: DiscouragedReference

Discouraged access: The field ATTR_BORDER from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

58 : ConverterUtil.copyAttribute(hostEle, IJSFConstants.ATTR_BORDER, tableEle, IHTMLConstants.ATTR_BORDER);

17. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

63 : if ("pageDirection".equalsIgnoreCase(hostEle.getAttribute(IJSFConstants.ATTR_LAYOUT))) //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The field ATTR_LAYOUT from the type IJSFConstants 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

TableBasedSelectTagConverter.java :

63 : if ("pageDirection".equalsIgnoreCase(hostEle.getAttribute(IJSFConstants.ATTR_LAYOUT))) //$NON-NLS-1$

19. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

71 : itemContainer = createElement(IHTMLConstants.TAG_TR);

20. WARNING: DiscouragedReference

Discouraged access: The field TAG_TR from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

71 : itemContainer = createElement(IHTMLConstants.TAG_TR);

21. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

94 : .equalsIgnoreCase(hostEle.getAttribute(IJSFConstants.ATTR_DISABLED));

22. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DISABLED from the type IJSFConstants 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

TableBasedSelectTagConverter.java :

94 : .equalsIgnoreCase(hostEle.getAttribute(IJSFConstants.ATTR_DISABLED));

23. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

TableBasedSelectTagConverter.java :

96 : .equalsIgnoreCase(hostEle.getAttribute(IJSFConstants.ATTR_READONLY));

24. WARNING: DiscouragedReference

Discouraged access: The field ATTR_READONLY from the type IJSFConstants 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

TableBasedSelectTagConverter.java :

96 : .equalsIgnoreCase(hostEle.getAttribute(IJSFConstants.ATTR_READONLY));

25. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

104 : Element labelEle = createElement(IHTMLConstants.TAG_LABEL);

26. WARNING: DiscouragedReference

Discouraged access: The field TAG_LABEL from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

104 : Element labelEle = createElement(IHTMLConstants.TAG_LABEL);

27. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

105 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

28. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUT from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

105 : Element inputEle = createElement(IHTMLConstants.TAG_INPUT);

29. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

106 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, getInputType());

30. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

106 : inputEle.setAttribute(IHTMLConstants.ATTR_TYPE, getInputType());

31. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

109 : inputEle.setAttribute(IHTMLConstants.ATTR_DISABLED, "disabled"); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DISABLED from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

109 : inputEle.setAttribute(IHTMLConstants.ATTR_DISABLED, "disabled"); //$NON-NLS-1$

33. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

113 : inputEle.setAttribute(IHTMLConstants.ATTR_READONLY, "readonly"); //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The field ATTR_READONLY from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

113 : inputEle.setAttribute(IHTMLConstants.ATTR_READONLY, "readonly"); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

123 : labelEle.setAttribute(IHTMLConstants.ATTR_ID, item.getId());

36. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

123 : labelEle.setAttribute(IHTMLConstants.ATTR_ID, item.getId());

37. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

133 : inputEle.setAttribute(IHTMLConstants.ATTR_VALUE, item.getValue());

38. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

133 : inputEle.setAttribute(IHTMLConstants.ATTR_VALUE, item.getValue());

39. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

146 : Element td = createElement(IHTMLConstants.TAG_TD);

40. WARNING: DiscouragedReference

Discouraged access: The field TAG_TD from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

146 : Element td = createElement(IHTMLConstants.TAG_TD);

41. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

152 : Element tr = createElement(IHTMLConstants.TAG_TR);

42. WARNING: DiscouragedReference

Discouraged access: The field TAG_TR from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

152 : Element tr = createElement(IHTMLConstants.TAG_TR);

43. WARNING: DiscouragedReference

Discouraged access: The type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

153 : Element td = createElement(IHTMLConstants.TAG_TD);

44. WARNING: DiscouragedReference

Discouraged access: The field TAG_TD from the type IHTMLConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TableBasedSelectTagConverter.java :

153 : Element td = createElement(IHTMLConstants.TAG_TD);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/operations/jsf/ColumnOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

18 : import org.eclipse.jst.pagedesigner.dom.EditModelQuery;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

62 : int offset = EditModelQuery.getInstance().getSameTypeNodeIndex(srcElement);

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

62 : int offset = EditModelQuery.getInstance().getSameTypeNodeIndex(srcElement);

4. WARNING: DiscouragedReference

Discouraged access: The method getSameTypeNodeIndex(Node) from the type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

62 : int offset = EditModelQuery.getInstance().getSameTypeNodeIndex(srcElement);

5. WARNING: DiscouragedReference

Discouraged access: The type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

73 : if (EditModelQuery.getInstance().hasNonTransparentChild(srcElement, new String[] {"facet"})) { //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

73 : if (EditModelQuery.getInstance().hasNonTransparentChild(srcElement, new String[] {"facet"})) { //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method hasNonTransparentChild(Node, String[]) from the type EditModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnOperation.java :

73 : if (EditModelQuery.getInstance().hasNonTransparentChild(srcElement, new String[] {"facet"})) { //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/converter/operations/jsf/LoadBundleOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

LoadBundleOperation.java :

30 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type PDPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

31 : import org.eclipse.jst.pagedesigner.PDPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

33 : import org.eclipse.jst.pagedesigner.utils.PreviewUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredModelUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

34 : import org.eclipse.jst.pagedesigner.utils.StructuredModelUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel 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

LoadBundleOperation.java :

38 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LoadBundleOperation.java :

39 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

7. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

LoadBundleOperation.java :

57 : String var = srcElement.getAttribute(IJSFConstants.ATTR_VAR);

8. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VAR from the type IJSFConstants 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

LoadBundleOperation.java :

57 : String var = srcElement.getAttribute(IJSFConstants.ATTR_VAR);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

LoadBundleOperation.java :

58 : String basename = srcElement.getAttribute(IJSFConstants.ATTR_BASENAME);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_BASENAME from the type IJSFConstants 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

LoadBundleOperation.java :

58 : String basename = srcElement.getAttribute(IJSFConstants.ATTR_BASENAME);

11. 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

LoadBundleOperation.java :

64 : if (srcElement instanceof IDOMNode) {

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel 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

LoadBundleOperation.java :

66 : IDOMModel model = ((IDOMNode)srcElement).getModel();

13. WARNING: DiscouragedReference

Discouraged access: The method getModel() 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

LoadBundleOperation.java :

66 : IDOMModel model = ((IDOMNode)srcElement).getModel();

14. 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

LoadBundleOperation.java :

66 : IDOMModel model = ((IDOMNode)srcElement).getModel();

15. WARNING: DiscouragedReference

Discouraged access: The type StructuredModelUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

69 : IProject project = StructuredModelUtil.getProjectFor(model);

16. WARNING: DiscouragedReference

Discouraged access: The method getProjectFor(IStructuredModel) from the type StructuredModelUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

69 : IProject project = StructuredModelUtil.getProjectFor(model);

17. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

100 : if (PreviewUtil.getBUNDLE_MAP() == null) {

18. WARNING: DiscouragedReference

Discouraged access: The method getBUNDLE_MAP() from the type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

100 : if (PreviewUtil.getBUNDLE_MAP() == null) {

19. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

101 : PreviewUtil.setBUNDLE_MAP(new HashMap());

20. WARNING: DiscouragedReference

Discouraged access: The method setBUNDLE_MAP(Map) from the type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

101 : PreviewUtil.setBUNDLE_MAP(new HashMap());

21. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

103 : PreviewUtil.getBUNDLE_MAP().clear();

22. WARNING: DiscouragedReference

Discouraged access: The method getBUNDLE_MAP() from the type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

103 : PreviewUtil.getBUNDLE_MAP().clear();

23. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

105 : PreviewUtil.getBUNDLE_MAP().put(var, bundle);

24. WARNING: DiscouragedReference

Discouraged access: The method getBUNDLE_MAP() from the type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

105 : PreviewUtil.getBUNDLE_MAP().put(var, bundle);

25. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

106 : PreviewUtil.setBUNDLE(bundle);

26. WARNING: DiscouragedReference

Discouraged access: The method setBUNDLE(PropertyResourceBundle) from the type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

106 : PreviewUtil.setBUNDLE(bundle);

27. WARNING: DiscouragedReference

Discouraged access: The type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

107 : PreviewUtil.setVAR(var);

28. WARNING: DiscouragedReference

Discouraged access: The method setVAR(String) from the type PreviewUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

107 : PreviewUtil.setVAR(var);

29. WARNING: DiscouragedReference

Discouraged access: The type PDPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

111 : PDPlugin.getLogger(LoadBundleOperation.class).error("LoadBundleTagConverter.convertRefresh.IOException", ioe); //$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The method getLogger(Class) from the type PDPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleOperation.java :

111 : PDPlugin.getLogger(LoadBundleOperation.class).error("LoadBundleTagConverter.convertRefresh.IOException", ioe); //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfcore/FacetElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

15 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;

2. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

16 : import org.eclipse.jst.pagedesigner.parts.ElementEditPart;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

25 : public class FacetElementEdit extends AbstractElementEdit

4. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

30 : public boolean handleModelChange(Element ele, ElementEditPart part,boolean recursive)

5. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

33 : if (parent instanceof ElementEditPart)

6. WARNING: DiscouragedReference

Discouraged access: The method refreshModelChange(boolean) from the type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

35 : ((ElementEditPart) parent).refreshModelChange(recursive);

7. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

FacetElementEdit.java :

35 : ((ElementEditPart) parent).refreshModelChange(recursive);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfcore/JSFCoreElementEditFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreElementEditFactory.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFCoreElementEditFactory.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreElementEditFactory.java :

17 : import org.eclipse.jst.pagedesigner.elementedit.IElementEdit;

4. WARNING: DiscouragedReference

Discouraged access: The type IElementEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreElementEditFactory.java :

18 : import org.eclipse.jst.pagedesigner.elementedit.IElementEditFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type IElementEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreElementEditFactory.java :

24 : public class JSFCoreElementEditFactory implements IElementEditFactory

6. WARNING: DiscouragedReference

Discouraged access: The type IElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreElementEditFactory.java :

29 : public IElementEdit createElementEdit(TagIdentifier tagIdentifier)

7. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreElementEditFactory.java :

31 : if (IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE.isSameTagType(tagIdentifier))

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_LOADBUNDLE from the type IJSFConstants 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

JSFCoreElementEditFactory.java :

31 : if (IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE.isSameTagType(tagIdentifier))

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreElementEditFactory.java :

35 : else if(IJSFConstants.TAG_IDENTIFIER_FACET.isSameTagType(tagIdentifier))

10. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_FACET from the type IJSFConstants 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

JSFCoreElementEditFactory.java :

35 : else if(IJSFConstants.TAG_IDENTIFIER_FACET.isSameTagType(tagIdentifier))

11. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFCoreElementEditFactory.java :

47 : return ITLDConstants.URI_JSF_CORE;

12. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFCoreElementEditFactory.java :

47 : return ITLDConstants.URI_JSF_CORE;

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfcore/LoadBundleAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type LoadBundleUtil 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

LoadBundleAction.java :

19 : import org.eclipse.jst.jsf.core.internal.tld.LoadBundleUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type LoadBundleUtil 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

LoadBundleAction.java :

69 : storage = LoadBundleUtil.getLoadBundleResource(_project, _baseName);

3. WARNING: DiscouragedReference

Discouraged access: The method getLoadBundleResource(IProject, String) from the type LoadBundleUtil 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

LoadBundleAction.java :

69 : storage = LoadBundleUtil.getLoadBundleResource(_project, _baseName);

4. WARNING: DiscouragedReference

Discouraged access: The method warning(String, String) from the type Alerts 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.ui/@dot

LoadBundleAction.java :

73 : JSFUIPlugin.getAlerts().warning("Message.Warning.Title", e.getLocalizedMessage());//$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method warning(String, String) from the type Alerts 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.ui/@dot

LoadBundleAction.java :

85 : JSFUIPlugin.getAlerts().warning("Message.Warning.Title", e1.getLocalizedMessage());//$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method warning(String, String) from the type Alerts 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.ui/@dot

LoadBundleAction.java :

97 : JSFUIPlugin.getAlerts().warning("Message.Warning.Title", e1.getLocalizedMessage());//$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfcore/LoadBundleElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSPropertyID is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

15 : import org.eclipse.jst.pagedesigner.css2.property.ICSSPropertyID;

2. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

16 : import org.eclipse.jst.pagedesigner.editors.PageDesignerActionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

17 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredModelUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

18 : import org.eclipse.jst.pagedesigner.utils.StructuredModelUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

LoadBundleElementEdit.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

26 : public class LoadBundleElementEdit extends AbstractElementEdit

7. WARNING: DiscouragedReference

Discouraged access: The method fillContextMenu(IMenuManager, Element) from the type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

35 : super.fillContextMenu(contextMenu,ele);

8. WARNING: DiscouragedReference

Discouraged access: The type ICSSPropertyID is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

38 : action.setBaseName(ele.getAttribute(ICSSPropertyID.ATTR_BASENAME));

9. WARNING: DiscouragedReference

Discouraged access: The field ATTR_BASENAME from the type ICSSPropertyID is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

38 : action.setBaseName(ele.getAttribute(ICSSPropertyID.ATTR_BASENAME));

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

LoadBundleElementEdit.java :

39 : if (ele instanceof IDOMElement)

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredModelUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

41 : action.setProject(StructuredModelUtil.getProjectFor(((IDOMElement) ele).getModel()));

12. WARNING: DiscouragedReference

Discouraged access: The method getProjectFor(IStructuredModel) from the type StructuredModelUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

41 : action.setProject(StructuredModelUtil.getProjectFor(((IDOMElement) ele).getModel()));

13. WARNING: DiscouragedReference

Discouraged access: The method getModel() 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

LoadBundleElementEdit.java :

41 : action.setProject(StructuredModelUtil.getProjectFor(((IDOMElement) ele).getModel()));

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

LoadBundleElementEdit.java :

41 : action.setProject(StructuredModelUtil.getProjectFor(((IDOMElement) ele).getModel()));

15. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

43 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_SPECIAL, action);

16. WARNING: DiscouragedReference

Discouraged access: The field GROUP_SPECIAL from the type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

LoadBundleElementEdit.java :

43 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_SPECIAL, action);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfhtml/ColumnElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

ColumnElementEdit.java :

23 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ColumnHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

24 : import org.eclipse.jst.pagedesigner.editpolicies.ColumnHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type ColumnResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

25 : import org.eclipse.jst.pagedesigner.editpolicies.ColumnResizableEditPolicy;

4. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

26 : import org.eclipse.jst.pagedesigner.parts.ElementEditPart;

5. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

27 : import org.eclipse.jst.pagedesigner.parts.NodeEditPart;

6. WARNING: DiscouragedReference

Discouraged access: The type IPositionMediator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

28 : import org.eclipse.jst.pagedesigner.validation.caret.IPositionMediator;

7. WARNING: DiscouragedReference

Discouraged access: The type Target is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

29 : import org.eclipse.jst.pagedesigner.validation.caret.Target;

8. WARNING: DiscouragedReference

Discouraged access: The type CaretPositionResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

30 : import org.eclipse.jst.pagedesigner.viewer.CaretPositionResolver;

9. WARNING: DiscouragedReference

Discouraged access: The type DefaultDropLocationStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

31 : import org.eclipse.jst.pagedesigner.viewer.DefaultDropLocationStrategy;

10. WARNING: DiscouragedReference

Discouraged access: The type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

32 : import org.eclipse.jst.pagedesigner.viewer.DesignPosition;

11. WARNING: DiscouragedReference

Discouraged access: The type IDropLocationStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

33 : import org.eclipse.jst.pagedesigner.viewer.IDropLocationStrategy;

12. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

46 : public boolean handleModelChange(Element ele, ElementEditPart part, boolean recursive)

13. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

49 : if (parent instanceof ElementEditPart)

14. WARNING: DiscouragedReference

Discouraged access: The method refreshModelChange(boolean) from the type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

51 : ((ElementEditPart) parent).refreshModelChange(recursive);

15. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

51 : ((ElementEditPart) parent).refreshModelChange(recursive);

16. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

60 : public void createEditPolicies(ElementEditPart part)

17. WARNING: DiscouragedReference

Discouraged access: The constructor ColumnResizableEditPolicy() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

62 : part.installEditPolicy(EditPolicy.SELECTION_FEEDBACK_ROLE, new ColumnResizableEditPolicy());

18. WARNING: DiscouragedReference

Discouraged access: The type ColumnResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

62 : part.installEditPolicy(EditPolicy.SELECTION_FEEDBACK_ROLE, new ColumnResizableEditPolicy());

19. WARNING: DiscouragedReference

Discouraged access: The type IDropLocationStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

65 : public IDropLocationStrategy getDropRequestorLocationStrategy(TagIdentifier tag, EditPartViewer viewer) {

20. WARNING: DiscouragedReference

Discouraged access: The type DefaultDropLocationStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

69 : private static class MyDropLocationStrategy extends DefaultDropLocationStrategy

21. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultDropLocationStrategy(EditPartViewer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

75 : super(viewer);

22. WARNING: DiscouragedReference

Discouraged access: The type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

78 : public DesignPosition calculateDesignPosition(EditPart target,

23. WARNING: DiscouragedReference

Discouraged access: The type IPositionMediator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

79 : Point p, IPositionMediator validator)

24. WARNING: DiscouragedReference

Discouraged access: The method getEditableContainer(Target) from the type IPositionMediator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

83 : target = validator.getEditableContainer(new Target(target));

25. WARNING: DiscouragedReference

Discouraged access: The constructor Target(EditPart) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

83 : target = validator.getEditableContainer(new Target(target));

26. WARNING: DiscouragedReference

Discouraged access: The type Target is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

83 : target = validator.getEditableContainer(new Target(target));

27. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

86 : if (target instanceof ElementEditPart)

28. WARNING: DiscouragedReference

Discouraged access: The method getTagIdentifier() from the type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

90 : TagIdentifier tagId = ((ElementEditPart)target).getTagIdentifier();

29. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

90 : TagIdentifier tagId = ((ElementEditPart)target).getTagIdentifier();

30. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

ColumnElementEdit.java :

92 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(tagId))

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_DATA_TABLE from the type IJSFConstants 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

ColumnElementEdit.java :

92 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(tagId))

32. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

97 : final NodeEditPart nodeEditPart = (NodeEditPart) it.next();

33. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

97 : final NodeEditPart nodeEditPart = (NodeEditPart) it.next();

34. WARNING: DiscouragedReference

Discouraged access: The method getTagIdentifier() from the type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

98 : TagIdentifier tagId2 = nodeEditPart.getTagIdentifier();

35. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

ColumnElementEdit.java :

100 : if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagId2))

36. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_COLUMN from the type IJSFConstants 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

ColumnElementEdit.java :

100 : if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagId2))

37. WARNING: DiscouragedReference

Discouraged access: The type ColumnHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

103 : ColumnHelper.getAdjustedColumnBoundingRectangle(nodeEditPart);

38. WARNING: DiscouragedReference

Discouraged access: The method getAdjustedColumnBoundingRectangle(GraphicalEditPart) from the type ColumnHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

103 : ColumnHelper.getAdjustedColumnBoundingRectangle(nodeEditPart);

39. WARNING: DiscouragedReference

Discouraged access: The method getTagIdentifier() from the type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

114 : tagId = ((ElementEditPart)target).getTagIdentifier();

40. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

114 : tagId = ((ElementEditPart)target).getTagIdentifier();

41. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

ColumnElementEdit.java :

116 : if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagId))

42. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_COLUMN from the type IJSFConstants 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

ColumnElementEdit.java :

116 : if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagId))

43. WARNING: DiscouragedReference

Discouraged access: The type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

118 : DesignPosition position = null;

44. WARNING: DiscouragedReference

Discouraged access: The type ColumnHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

120 : ColumnHelper.getAdjustedColumnBoundingRectangle((GraphicalEditPart) target);

45. WARNING: DiscouragedReference

Discouraged access: The method getAdjustedColumnBoundingRectangle(GraphicalEditPart) from the type ColumnHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

120 : ColumnHelper.getAdjustedColumnBoundingRectangle((GraphicalEditPart) target);

46. WARNING: DiscouragedReference

Discouraged access: The type CaretPositionResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

121 : if (CaretPositionResolver.toXMiddle(columnBounds, p) < 0)

47. WARNING: DiscouragedReference

Discouraged access: The method toXMiddle(Rectangle, Point) from the type CaretPositionResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

121 : if (CaretPositionResolver.toXMiddle(columnBounds, p) < 0)

48. WARNING: DiscouragedReference

Discouraged access: The type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

123 : position = DesignPosition.createPositionBeforePart(target);

49. WARNING: DiscouragedReference

Discouraged access: The method createPositionBeforePart(EditPart) from the type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

123 : position = DesignPosition.createPositionBeforePart(target);

50. WARNING: DiscouragedReference

Discouraged access: The type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

127 : position = DesignPosition.createPositionAfterPart(target);

51. WARNING: DiscouragedReference

Discouraged access: The method createPositionAfterPart(EditPart) from the type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

127 : position = DesignPosition.createPositionAfterPart(target);

52. WARNING: DiscouragedReference

Discouraged access: The method isValidPosition(DesignPosition) from the type IPositionMediator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

131 : if (validator.isValidPosition(position))

53. WARNING: DiscouragedReference

Discouraged access: The type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

142 : protected Rectangle createCaretBounds(DesignPosition position) {

54. WARNING: DiscouragedReference

Discouraged access: The method createCaretBounds(DesignPosition) from the type DefaultDropLocationStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

143 : Rectangle bounds = super.createCaretBounds(position);

55. WARNING: DiscouragedReference

Discouraged access: The method getContainerPart() from the type DesignPosition is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

ColumnElementEdit.java :

148 : (GraphicalEditPart) position.getContainerPart();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfhtml/DataTableElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

DataTableElementEdit.java :

35 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

36 : import org.eclipse.jst.pagedesigner.actions.single.SelectEditPartAction;

3. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

37 : import org.eclipse.jst.pagedesigner.editors.PageDesignerActionConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type DragMoveEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

38 : import org.eclipse.jst.pagedesigner.editpolicies.DragMoveEditPolicy;

5. WARNING: DiscouragedReference

Discouraged access: The type ElementResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

39 : import org.eclipse.jst.pagedesigner.editpolicies.ElementResizableEditPolicy;

6. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

57 : import org.eclipse.jst.pagedesigner.parts.ElementEditPart;

7. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

58 : import org.eclipse.jst.pagedesigner.parts.NodeEditPart;

8. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

59 : import org.eclipse.jst.pagedesigner.tableedit.DeleteRowColumnAction;

9. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

60 : import org.eclipse.jst.pagedesigner.tableedit.InsertRowColumnAction;

10. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

61 : import org.eclipse.jst.pagedesigner.tableedit.TableInsertRequest;

11. WARNING: DiscouragedReference

Discouraged access: The type TableResizeRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

62 : import org.eclipse.jst.pagedesigner.tableedit.TableResizeRequest;

12. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

63 : import org.eclipse.jst.pagedesigner.tableedit.TableRowColumnDeleteRequest;

13. WARNING: DiscouragedReference

Discouraged access: The type ObjectModeDragTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

64 : import org.eclipse.jst.pagedesigner.tools.ObjectModeDragTracker;

14. WARNING: DiscouragedReference

Discouraged access: The type ActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

65 : import org.eclipse.jst.pagedesigner.validation.caret.ActionData;

15. WARNING: DiscouragedReference

Discouraged access: The type DefaultPositionRule is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

66 : import org.eclipse.jst.pagedesigner.validation.caret.DefaultPositionRule;

16. WARNING: DiscouragedReference

Discouraged access: The type DnDPositionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

67 : import org.eclipse.jst.pagedesigner.validation.caret.DnDPositionValidator;

17. WARNING: DiscouragedReference

Discouraged access: The type DropActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

68 : import org.eclipse.jst.pagedesigner.validation.caret.DropActionData;

18. WARNING: DiscouragedReference

Discouraged access: The type IPositionMediator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

69 : import org.eclipse.jst.pagedesigner.validation.caret.IPositionMediator;

19. WARNING: DiscouragedReference

Discouraged access: The type Target is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

70 : import org.eclipse.jst.pagedesigner.validation.caret.Target;

20. WARNING: DiscouragedReference

Discouraged access: The type DropActionData.DropData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

71 : import org.eclipse.jst.pagedesigner.validation.caret.DropActionData.DropData;

21. WARNING: DiscouragedReference

Discouraged access: The type IHTMLGraphicalViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

72 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

DataTableElementEdit.java :

75 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

23. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

99 : final ElementEditPart editPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

24. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

99 : final ElementEditPart editPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

25. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier 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

DataTableElementEdit.java :

99 : final ElementEditPart editPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

DataTableElementEdit.java :

99 : final ElementEditPart editPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

27. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

111 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

28. WARNING: DiscouragedReference

Discouraged access: The field GROUP_CONTAINER from the type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

111 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

29. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

117 : public boolean fillContainerContextMenu(IMenuManager contextMenu, final ElementEditPart elePart,

30. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

118 : NodeEditPart nodePart, ISelection innerSelection)

31. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

141 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

32. WARNING: DiscouragedReference

Discouraged access: The field GROUP_CONTAINER from the type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

141 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

33. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

151 : private void fillTableMenu(ElementEditPart elePart, int cellColumn, IMenuManager tableMenu)

34. WARNING: DiscouragedReference

Discouraged access: The type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

153 : SelectEditPartAction action = SelectEditPartAction.create(JSFUIPlugin

35. WARNING: DiscouragedReference

Discouraged access: The method create(String, EditPart) from the type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

153 : SelectEditPartAction action = SelectEditPartAction.create(JSFUIPlugin .getResourceString("ElementEdit.Submenu.DataTable.SelectTable"), elePart);//$NON-NLS-1$

36. WARNING: DiscouragedReference

Discouraged access: The type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

153 : SelectEditPartAction action = SelectEditPartAction.create(JSFUIPlugin

37. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

160 : InsertRowColumnAction insertColumnBeforeAction = new InsertRowColumnAction(JSFUIPlugin

38. WARNING: DiscouragedReference

Discouraged access: The constructor InsertRowColumnAction(String, EditPart, int, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

160 : InsertRowColumnAction insertColumnBeforeAction = new InsertRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.DataTable.InsertColumnBefore"), //$NON-NLS-1$ elePart, cellColumn, false, true);

39. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

160 : InsertRowColumnAction insertColumnBeforeAction = new InsertRowColumnAction(JSFUIPlugin

40. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

165 : InsertRowColumnAction insertColumnAfterAction = new InsertRowColumnAction(JSFUIPlugin

41. WARNING: DiscouragedReference

Discouraged access: The constructor InsertRowColumnAction(String, EditPart, int, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

165 : InsertRowColumnAction insertColumnAfterAction = new InsertRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.DataTable.InsertColumnAfter"),//$NON-NLS-1$ elePart, cellColumn, false, false);

42. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

165 : InsertRowColumnAction insertColumnAfterAction = new InsertRowColumnAction(JSFUIPlugin

43. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

174 : DeleteRowColumnAction deleteColumnAction = new DeleteRowColumnAction(JSFUIPlugin

44. WARNING: DiscouragedReference

Discouraged access: The constructor DeleteRowColumnAction(String, EditPart, int, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

174 : DeleteRowColumnAction deleteColumnAction = new DeleteRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.DataTable.DeleteColumn"), //$NON-NLS-1$ elePart, cellColumn, false);

45. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

174 : DeleteRowColumnAction deleteColumnAction = new DeleteRowColumnAction(JSFUIPlugin

46. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

226 : public void createEditPolicies(ElementEditPart part)

47. WARNING: DiscouragedReference

Discouraged access: The type ElementResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

233 : static class DataTableResizePolicy extends ElementResizableEditPolicy

48. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

237 : ElementEditPart _part;

49. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

243 : public DataTableResizePolicy(ElementEditPart part)

50. WARNING: DiscouragedReference

Discouraged access: The method deactivate() from the type ElementResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

249 : super.deactivate();

51. WARNING: DiscouragedReference

Discouraged access: The type IHTMLGraphicalViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

272 : IHTMLGraphicalViewer viewer = (IHTMLGraphicalViewer) _part.getViewer();

52. WARNING: DiscouragedReference

Discouraged access: The type IHTMLGraphicalViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

272 : IHTMLGraphicalViewer viewer = (IHTMLGraphicalViewer) _part.getViewer();

53. WARNING: DiscouragedReference

Discouraged access: The method getIDOMNode() from the type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

273 : Element dataTable = (Element) _part.getIDOMNode();

54. WARNING: DiscouragedReference

Discouraged access: The type TableResizeRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

274 : if (request instanceof TableResizeRequest)

55. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

278 : else if (request instanceof TableInsertRequest)

56. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

280 : TableInsertRequest tableInsertRequest = (TableInsertRequest) request;

57. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

280 : TableInsertRequest tableInsertRequest = (TableInsertRequest) request;

58. WARNING: DiscouragedReference

Discouraged access: The method isRow() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

281 : if (tableInsertRequest.isRow())

59. WARNING: DiscouragedReference

Discouraged access: The method getIndex() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

286 : int index = tableInsertRequest.getIndex() + (tableInsertRequest.isBefore() ? 0 : 1);

60. WARNING: DiscouragedReference

Discouraged access: The method isBefore() from the type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

286 : int index = tableInsertRequest.getIndex() + (tableInsertRequest.isBefore() ? 0 : 1);

61. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

313 : else if (request instanceof TableRowColumnDeleteRequest)

62. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

315 : TableRowColumnDeleteRequest deleteReq = (TableRowColumnDeleteRequest) request;

63. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

315 : TableRowColumnDeleteRequest deleteReq = (TableRowColumnDeleteRequest) request;

64. WARNING: DiscouragedReference

Discouraged access: The method isRow() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

316 : if (deleteReq.isRow())

65. WARNING: DiscouragedReference

Discouraged access: The method getIndex() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

320 : return new DataTableDeleteColumnCommand(viewer, dataTable, deleteReq.getIndex());

66. WARNING: DiscouragedReference

Discouraged access: The type ObjectModeDragTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

339 : ObjectModeDragTracker dragTracker = new ObjectModeDragTracker(getHost())

67. WARNING: DiscouragedReference

Discouraged access: The type ObjectModeDragTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

339 : ObjectModeDragTracker dragTracker = new ObjectModeDragTracker(getHost())

68. WARNING: DiscouragedReference

Discouraged access: The method handleButtonDown(int) from the type ObjectModeDragTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

356 : return super.handleButtonDown(button);

69. WARNING: DiscouragedReference

Discouraged access: The constructor ObjectModeDragTracker(EditPart) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

363 : return new ObjectModeDragTracker(getHost());

70. WARNING: DiscouragedReference

Discouraged access: The type ObjectModeDragTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

363 : return new ObjectModeDragTracker(getHost());

71. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

384 : if (child instanceof NodeEditPart)

72. WARNING: DiscouragedReference

Discouraged access: The method getDOMNode() from the type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

386 : Node childNode = ((NodeEditPart)child).getDOMNode();

73. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

386 : Node childNode = ((NodeEditPart)child).getDOMNode();

74. WARNING: DiscouragedReference

Discouraged access: The type DragMoveEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

431 : public static class MyDragMoveEditPolicy extends DragMoveEditPolicy

75. WARNING: DiscouragedReference

Discouraged access: The type IPositionMediator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

433 : protected IPositionMediator createDropChildValidator(

76. WARNING: DiscouragedReference

Discouraged access: The type DropActionData.DropData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

436 : DropData dropData = createDropData(r);

77. WARNING: DiscouragedReference

Discouraged access: The method createDropData(DropRequest) from the type DropEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

436 : DropData dropData = createDropData(r);

78. WARNING: DiscouragedReference

Discouraged access: The type DnDPositionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

440 : DnDPositionValidator validator =

79. WARNING: DiscouragedReference

Discouraged access: The constructor DnDPositionValidator(ActionData) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

441 : new DnDPositionValidator(new DropActionData( ActionData.COMPONENT_MOVE, dropData));

80. WARNING: DiscouragedReference

Discouraged access: The type DnDPositionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

441 : new DnDPositionValidator(new DropActionData(

81. WARNING: DiscouragedReference

Discouraged access: The constructor DropActionData(int, DropActionData.DropData) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

441 : new DnDPositionValidator(new DropActionData( ActionData.COMPONENT_MOVE, dropData));

82. WARNING: DiscouragedReference

Discouraged access: The type DropActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

441 : new DnDPositionValidator(new DropActionData(

83. WARNING: DiscouragedReference

Discouraged access: The type ActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

442 : ActionData.COMPONENT_MOVE, dropData));

84. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_MOVE from the type ActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

442 : ActionData.COMPONENT_MOVE, dropData));

85. WARNING: DiscouragedReference

Discouraged access: The method addRule(IValidationRule) from the type DnDPositionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

443 : validator.addRule(new OnlyColumnsAndFacetsRule(validator.getActionData()));

86. WARNING: DiscouragedReference

Discouraged access: The method getActionData() from the type DefaultPositionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

443 : validator.addRule(new OnlyColumnsAndFacetsRule(validator.getActionData()));

87. WARNING: DiscouragedReference

Discouraged access: The type DefaultPositionRule is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

449 : private static class OnlyColumnsAndFacetsRule extends DefaultPositionRule

88. WARNING: DiscouragedReference

Discouraged access: The type ActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

454 : public OnlyColumnsAndFacetsRule(ActionData actionData) {

89. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultPositionRule(ActionData) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

455 : super(actionData);

90. WARNING: DiscouragedReference

Discouraged access: The type Target is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

458 : public boolean isEditable(Target target) {

91. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

DataTableElementEdit.java :

459 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(target.getTagWrapper()))

92. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_DATA_TABLE from the type IJSFConstants 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

DataTableElementEdit.java :

459 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(target.getTagWrapper()))

93. WARNING: DiscouragedReference

Discouraged access: The method getTagWrapper() from the type Target is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

459 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(target.getTagWrapper()))

94. WARNING: DiscouragedReference

Discouraged access: The type ActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

469 : ActionData actionData = getActionData();

95. WARNING: DiscouragedReference

Discouraged access: The method getActionData() from the type DefaultPositionRule is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

469 : ActionData actionData = getActionData();

96. WARNING: DiscouragedReference

Discouraged access: The type DropActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

470 : if (actionData instanceof DropActionData)

97. WARNING: DiscouragedReference

Discouraged access: The type DropActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

472 : DropActionData dropActionData = (DropActionData) actionData;

98. WARNING: DiscouragedReference

Discouraged access: The type DropActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

472 : DropActionData dropActionData = (DropActionData) actionData;

99. WARNING: DiscouragedReference

Discouraged access: The method getTagIdentifiers() from the type DropActionData.DropData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

474 : (TagIdentifier) dropActionData.getDropData().getTagIdentifiers().get(0);

100. WARNING: DiscouragedReference

Discouraged access: The method getDropData() from the type DropActionData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DataTableElementEdit.java :

474 : (TagIdentifier) dropActionData.getDropData().getTagIdentifiers().get(0);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfhtml/DefaultJSFHTMLElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DefaultJSFHTMLElementEdit.java :

15 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

DefaultJSFHTMLElementEdit.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DefaultJSFHTMLElementEdit.java :

27 : public class DefaultJSFHTMLElementEdit extends AbstractElementEdit

4. WARNING: DiscouragedReference

Discouraged access: The method fillContextMenu(IMenuManager, Element) from the type AbstractElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

DefaultJSFHTMLElementEdit.java :

34 : super.fillContextMenu(contextMenu, ele);

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

DefaultJSFHTMLElementEdit.java :

37 : new JSFAddActionGroup().fillContextMenu(contextMenu, (IDOMElement) ele, new JSFCoreSupport(ele.getLocalName()));

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

DefaultJSFHTMLElementEdit.java :

38 : new JSFNavigationGroup().fillContextMenu(contextMenu, (IDOMElement) ele, new JSFCoreSupport(ele.getLocalName()));

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfhtml/JSFHTMLElementEditFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHTMLElementEditFactory.java :

15 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHTMLElementEditFactory.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHTMLElementEditFactory.java :

17 : import org.eclipse.jst.pagedesigner.elementedit.IElementEdit;

4. WARNING: DiscouragedReference

Discouraged access: The type IElementEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHTMLElementEditFactory.java :

18 : import org.eclipse.jst.pagedesigner.elementedit.IElementEditFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type IElementEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHTMLElementEditFactory.java :

24 : public class JSFHTMLElementEditFactory implements IElementEditFactory

6. WARNING: DiscouragedReference

Discouraged access: The type IElementEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHTMLElementEditFactory.java :

29 : public IElementEdit createElementEdit(final TagIdentifier tagIdentifier)

7. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHTMLElementEditFactory.java :

31 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(tagIdentifier))

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_DATA_TABLE from the type IJSFConstants 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

JSFHTMLElementEditFactory.java :

31 : if (IJSFConstants.TAG_IDENTIFIER_DATA_TABLE.isSameTagType(tagIdentifier))

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHTMLElementEditFactory.java :

35 : else if (IJSFConstants.TAG_IDENTIFIER_PANEL_GRID.isSameTagType(tagIdentifier))

10. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_PANEL_GRID from the type IJSFConstants 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

JSFHTMLElementEditFactory.java :

35 : else if (IJSFConstants.TAG_IDENTIFIER_PANEL_GRID.isSameTagType(tagIdentifier))

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHTMLElementEditFactory.java :

39 : else if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagIdentifier))

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_IDENTIFIER_COLUMN from the type IJSFConstants 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

JSFHTMLElementEditFactory.java :

39 : else if (IJSFConstants.TAG_IDENTIFIER_COLUMN.isSameTagType(tagIdentifier))

13. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHTMLElementEditFactory.java :

51 : return ITLDConstants.URI_JSF_HTML;

14. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFHTMLElementEditFactory.java :

51 : return ITLDConstants.URI_JSF_HTML;

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/jsfhtml/PanelGridElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridElementEdit.java :

28 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

29 : import org.eclipse.jst.pagedesigner.actions.single.SelectEditPartAction;

3. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

30 : import org.eclipse.jst.pagedesigner.editors.PageDesignerActionConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type ElementResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

31 : import org.eclipse.jst.pagedesigner.editpolicies.ElementResizableEditPolicy;

5. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

45 : import org.eclipse.jst.pagedesigner.parts.ElementEditPart;

6. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

46 : import org.eclipse.jst.pagedesigner.parts.NodeEditPart;

7. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

47 : import org.eclipse.jst.pagedesigner.tableedit.DeleteRowColumnAction;

8. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

48 : import org.eclipse.jst.pagedesigner.tableedit.InsertRowColumnAction;

9. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

49 : import org.eclipse.jst.pagedesigner.tableedit.TableInsertRequest;

10. WARNING: DiscouragedReference

Discouraged access: The type TableResizeRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

50 : import org.eclipse.jst.pagedesigner.tableedit.TableResizeRequest;

11. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

51 : import org.eclipse.jst.pagedesigner.tableedit.TableRowColumnDeleteRequest;

12. WARNING: DiscouragedReference

Discouraged access: The type IHTMLGraphicalViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

52 : import org.eclipse.jst.pagedesigner.viewer.IHTMLGraphicalViewer;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

PanelGridElementEdit.java :

54 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

14. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

79 : final ElementEditPart gridEditPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

15. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

79 : final ElementEditPart gridEditPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

16. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier 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

PanelGridElementEdit.java :

79 : final ElementEditPart gridEditPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

PanelGridElementEdit.java :

79 : final ElementEditPart gridEditPart = (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

18. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

91 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

19. WARNING: DiscouragedReference

Discouraged access: The field GROUP_CONTAINER from the type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

91 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

20. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

97 : public boolean fillContainerContextMenu(IMenuManager contextMenu, final ElementEditPart elePart,

21. WARNING: DiscouragedReference

Discouraged access: The type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

98 : NodeEditPart nodePart, ISelection innerSelection)

22. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridElementEdit.java :

112 : while (!IJSFConstants.TAG_PANELGRID.equalsIgnoreCase(nodeBackup.getParentNode().getLocalName()))

23. WARNING: DiscouragedReference

Discouraged access: The field TAG_PANELGRID from the type IJSFConstants 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

PanelGridElementEdit.java :

112 : while (!IJSFConstants.TAG_PANELGRID.equalsIgnoreCase(nodeBackup.getParentNode().getLocalName()))

24. WARNING: DiscouragedReference

Discouraged access: The type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

145 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

25. WARNING: DiscouragedReference

Discouraged access: The field GROUP_CONTAINER from the type PageDesignerActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

145 : contextMenu.appendToGroup(PageDesignerActionConstants.GROUP_CONTAINER, tableMenu);

26. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

156 : private void fillPanelGridMenu(ElementEditPart elePart, int cellRow, int cellColumn, IMenuManager tableMenu)

27. WARNING: DiscouragedReference

Discouraged access: The type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

158 : SelectEditPartAction action = SelectEditPartAction.create(JSFUIPlugin

28. WARNING: DiscouragedReference

Discouraged access: The type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

158 : SelectEditPartAction action = SelectEditPartAction.create(JSFUIPlugin

29. WARNING: DiscouragedReference

Discouraged access: The method create(String, EditPart) from the type SelectEditPartAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

158 : SelectEditPartAction action = SelectEditPartAction.create(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.SelectTable"), elePart);//$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

165 : InsertRowColumnAction insertRowBeforeAction = new InsertRowColumnAction(JSFUIPlugin

31. WARNING: DiscouragedReference

Discouraged access: The constructor InsertRowColumnAction(String, EditPart, int, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

165 : InsertRowColumnAction insertRowBeforeAction = new InsertRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.InsertRowBefore"), //$NON-NLS-1$ elePart, cellRow, true, true);

32. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

165 : InsertRowColumnAction insertRowBeforeAction = new InsertRowColumnAction(JSFUIPlugin

33. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

170 : InsertRowColumnAction insertRowAfterAction = new InsertRowColumnAction(JSFUIPlugin

34. WARNING: DiscouragedReference

Discouraged access: The constructor InsertRowColumnAction(String, EditPart, int, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

170 : InsertRowColumnAction insertRowAfterAction = new InsertRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.InsertRowAfter"), //$NON-NLS-1$ elePart, cellRow, true, false);

35. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

170 : InsertRowColumnAction insertRowAfterAction = new InsertRowColumnAction(JSFUIPlugin

36. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

179 : InsertRowColumnAction insertColumnBeforeAction = new InsertRowColumnAction(JSFUIPlugin

37. WARNING: DiscouragedReference

Discouraged access: The constructor InsertRowColumnAction(String, EditPart, int, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

179 : InsertRowColumnAction insertColumnBeforeAction = new InsertRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.InsertColumnBefore"), //$NON-NLS-1$ elePart, cellColumn, false, true);

38. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

179 : InsertRowColumnAction insertColumnBeforeAction = new InsertRowColumnAction(JSFUIPlugin

39. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

184 : InsertRowColumnAction insertColumnAfterAction = new InsertRowColumnAction(JSFUIPlugin

40. WARNING: DiscouragedReference

Discouraged access: The constructor InsertRowColumnAction(String, EditPart, int, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

184 : InsertRowColumnAction insertColumnAfterAction = new InsertRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.InsertColumnAfter"), //$NON-NLS-1$ elePart, cellColumn, false, false);

41. WARNING: DiscouragedReference

Discouraged access: The type InsertRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

184 : InsertRowColumnAction insertColumnAfterAction = new InsertRowColumnAction(JSFUIPlugin

42. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

193 : DeleteRowColumnAction deleteRowAction = new DeleteRowColumnAction(JSFUIPlugin

43. WARNING: DiscouragedReference

Discouraged access: The constructor DeleteRowColumnAction(String, EditPart, int, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

193 : DeleteRowColumnAction deleteRowAction = new DeleteRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.DeleteRow"), //$NON-NLS-1$ elePart, cellRow, true);

44. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

193 : DeleteRowColumnAction deleteRowAction = new DeleteRowColumnAction(JSFUIPlugin

45. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

198 : DeleteRowColumnAction deleteColumnAction = new DeleteRowColumnAction(JSFUIPlugin

46. WARNING: DiscouragedReference

Discouraged access: The constructor DeleteRowColumnAction(String, EditPart, int, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

198 : DeleteRowColumnAction deleteColumnAction = new DeleteRowColumnAction(JSFUIPlugin .getResourceString("ElementEdit.Submenu.PanelGrid.DeleteColumn"), //$NON-NLS-1$ elePart, cellColumn, false);

47. WARNING: DiscouragedReference

Discouraged access: The type DeleteRowColumnAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

198 : DeleteRowColumnAction deleteColumnAction = new DeleteRowColumnAction(JSFUIPlugin

48. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

229 : public void createEditPolicies(ElementEditPart part)

49. WARNING: DiscouragedReference

Discouraged access: The type ElementResizableEditPolicy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

234 : static class PanelGridResizePolicy extends ElementResizableEditPolicy

50. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

236 : ElementEditPart _part;

51. WARNING: DiscouragedReference

Discouraged access: The type ElementEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

241 : public PanelGridResizePolicy(ElementEditPart part)

52. WARNING: DiscouragedReference

Discouraged access: The type IHTMLGraphicalViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

277 : IHTMLGraphicalViewer viewer = (IHTMLGraphicalViewer) _part.getViewer();

53. WARNING: DiscouragedReference

Discouraged access: The type IHTMLGraphicalViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

277 : IHTMLGraphicalViewer viewer = (IHTMLGraphicalViewer) _part.getViewer();

54. WARNING: DiscouragedReference

Discouraged access: The method getIDOMNode() from the type NodeEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

278 : Element panelGrid = (Element) _part.getIDOMNode();

55. WARNING: DiscouragedReference

Discouraged access: The type TableResizeRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

279 : if (request instanceof TableResizeRequest)

56. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

283 : else if (request instanceof TableInsertRequest)

57. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

285 : TableInsertRequest tableInsertRequest = (TableInsertRequest) request;

58. WARNING: DiscouragedReference

Discouraged access: The type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

285 : TableInsertRequest tableInsertRequest = (TableInsertRequest) request;

59. WARNING: DiscouragedReference

Discouraged access: The method isRow() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

286 : if (tableInsertRequest.isRow())

60. WARNING: DiscouragedReference

Discouraged access: The method getIndex() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

288 : int index = tableInsertRequest.getIndex() + (tableInsertRequest.isBefore() ? 0 : 1);

61. WARNING: DiscouragedReference

Discouraged access: The method isBefore() from the type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

288 : int index = tableInsertRequest.getIndex() + (tableInsertRequest.isBefore() ? 0 : 1);

62. WARNING: DiscouragedReference

Discouraged access: The method getIndex() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

291 : int index = tableInsertRequest.getIndex() + (tableInsertRequest.isBefore() ? 0 : 1);

63. WARNING: DiscouragedReference

Discouraged access: The method isBefore() from the type TableInsertRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

291 : int index = tableInsertRequest.getIndex() + (tableInsertRequest.isBefore() ? 0 : 1);

64. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

310 : else if (request instanceof TableRowColumnDeleteRequest)

65. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

312 : TableRowColumnDeleteRequest deleteReq = (TableRowColumnDeleteRequest) request;

66. WARNING: DiscouragedReference

Discouraged access: The type TableRowColumnDeleteRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

312 : TableRowColumnDeleteRequest deleteReq = (TableRowColumnDeleteRequest) request;

67. WARNING: DiscouragedReference

Discouraged access: The method isRow() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

313 : if (deleteReq.isRow())

68. WARNING: DiscouragedReference

Discouraged access: The method getIndex() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

315 : return new PanelGridDeleteRowCommand(viewer, panelGrid, deleteReq.getIndex());

69. WARNING: DiscouragedReference

Discouraged access: The method getIndex() from the type TableRowColumnRequest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridElementEdit.java :

317 : return new PanelGridDeleteColumnCommand(viewer, panelGrid, deleteReq.getIndex());

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/util/DataTableUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

DataTableUtil.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

DataTableUtil.java :

76 : while (!IJSFConstants.TAG_DATATABLE.equalsIgnoreCase(childBackup.getParentNode().getLocalName()))

3. WARNING: DiscouragedReference

Discouraged access: The field TAG_DATATABLE from the type IJSFConstants 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

DataTableUtil.java :

76 : while (!IJSFConstants.TAG_DATATABLE.equalsIgnoreCase(childBackup.getParentNode().getLocalName()))

4. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

DataTableUtil.java :

80 : if (IJSFConstants.TAG_COLUMN.equalsIgnoreCase(tagName))

5. WARNING: DiscouragedReference

Discouraged access: The field TAG_COLUMN from the type IJSFConstants 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

DataTableUtil.java :

80 : if (IJSFConstants.TAG_COLUMN.equalsIgnoreCase(tagName))

Source File: org/eclipse/jst/pagedesigner/jsf/ui/elementedit/util/PanelGridUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridUtil.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

20 : import org.eclipse.jst.pagedesigner.utils.DOMUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

107 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

4. WARNING: DiscouragedReference

Discouraged access: The method getIntAttributeIgnoreCase(Element, String, int) from the type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

107 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

5. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridUtil.java :

107 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

6. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridUtil.java :

107 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

7. WARNING: DiscouragedReference

Discouraged access: The type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

133 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

8. WARNING: DiscouragedReference

Discouraged access: The method getIntAttributeIgnoreCase(Element, String, int) from the type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

133 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridUtil.java :

133 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridUtil.java :

133 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

11. WARNING: DiscouragedReference

Discouraged access: The type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

154 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

12. WARNING: DiscouragedReference

Discouraged access: The method getIntAttributeIgnoreCase(Element, String, int) from the type DOMUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

PanelGridUtil.java :

154 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

PanelGridUtil.java :

154 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLUMNS from the type IJSFConstants 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

PanelGridUtil.java :

154 : int columns = DOMUtil.getIntAttributeIgnoreCase(this._panelGrid, IJSFConstants.ATTR_COLUMNS, 1);

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFCoreConvertDateTimeGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

20 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFCoreConvertDateTimeGroup.java :

21 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

22 : import org.eclipse.jst.pagedesigner.commands.single.ChangeAttributeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

24 : import org.eclipse.jst.pagedesigner.meta.EditorCreator;

5. WARNING: DiscouragedReference

Discouraged access: The type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

25 : import org.eclipse.jst.pagedesigner.properties.internal.AttributeGroup;

6. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

26 : import org.eclipse.jst.pagedesigner.ui.dialogfields.DialogFieldWrapper;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFCoreConvertDateTimeGroup.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

35 : public class JSFCoreConvertDateTimeGroup extends AttributeGroup//AttributeGroup

9. WARNING: DiscouragedReference

Discouraged access: The constructor AttributeGroup(String, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE, IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

10. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE,

11. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE,

12. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE,

13. WARNING: DiscouragedReference

Discouraged access: The field TAG_CONVERTDATETIME from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE,

14. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE,

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

64 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTDATETIME, new String[] { IJSFConstants.ATTR_TYPE,

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

65 : IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DATESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

65 : IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

65 : IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TIMESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

65 : IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

65 : IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

65 : IJSFConstants.ATTR_DATESTYLE, IJSFConstants.ATTR_TIMESTYLE, IJSFConstants.ATTR_PATTERN});

22. WARNING: DiscouragedReference

Discouraged access: The type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

69 : EditorCreator creator = EditorCreator.getInstance();

23. WARNING: DiscouragedReference

Discouraged access: The type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

69 : EditorCreator creator = EditorCreator.getInstance();

24. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

69 : EditorCreator creator = EditorCreator.getInstance();

25. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

70 : if (ppd.getAttributeName().equals(IJSFConstants.ATTR_TYPE))

26. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

70 : if (ppd.getAttributeName().equals(IJSFConstants.ATTR_TYPE))

27. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

72 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

28. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

72 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

29. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

72 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

30. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

73 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

31. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

73 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

32. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

74 : _typeField = (StyleComboDialogField) wrapper.getWrappedDialogField();

33. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

77 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_DATESTYLE))

34. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DATESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

77 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_DATESTYLE))

35. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

79 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

36. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

79 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

37. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

79 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

38. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

80 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

39. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

80 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

40. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

81 : _dateStyleField = (StyleComboDialogField) wrapper.getWrappedDialogField();

41. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

85 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_TIMESTYLE))

42. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TIMESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

85 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_TIMESTYLE))

43. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

87 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

44. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

87 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

45. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

87 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

46. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

88 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

47. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

88 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

48. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

89 : _timeStyleField = (StyleComboDialogField) wrapper.getWrappedDialogField();

49. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

93 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_PATTERN))

50. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

93 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_PATTERN))

51. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

95 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

52. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

95 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

53. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

95 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

54. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

96 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

55. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

96 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

56. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

97 : _patternField = (StyleComboDialogField) wrapper.getWrappedDialogField();

57. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

109 : if (attribute.equals(IJSFConstants.ATTR_TYPE) || attribute.equals(IJSFConstants.ATTR_DATESTYLE)

58. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

109 : if (attribute.equals(IJSFConstants.ATTR_TYPE) || attribute.equals(IJSFConstants.ATTR_DATESTYLE)

59. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

109 : if (attribute.equals(IJSFConstants.ATTR_TYPE) || attribute.equals(IJSFConstants.ATTR_DATESTYLE)

60. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DATESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

109 : if (attribute.equals(IJSFConstants.ATTR_TYPE) || attribute.equals(IJSFConstants.ATTR_DATESTYLE)

61. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

110 : || attribute.equals(IJSFConstants.ATTR_TIMESTYLE))

62. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TIMESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

110 : || attribute.equals(IJSFConstants.ATTR_TIMESTYLE))

63. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

123 : else if (attribute.equals(IJSFConstants.ATTR_PATTERN))

64. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

123 : else if (attribute.equals(IJSFConstants.ATTR_PATTERN))

65. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFCoreConvertDateTimeGroup.java :

147 : IDOMElement element = getElement();

66. WARNING: DiscouragedReference

Discouraged access: The method getElement() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

147 : IDOMElement element = getElement();

67. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

149 : String type = element.getAttribute(IJSFConstants.ATTR_TYPE);

68. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

149 : String type = element.getAttribute(IJSFConstants.ATTR_TYPE);

69. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

152 : String dateStyle = element.getAttribute(IJSFConstants.ATTR_DATESTYLE);

70. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DATESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

152 : String dateStyle = element.getAttribute(IJSFConstants.ATTR_DATESTYLE);

71. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

158 : String timeStyle = element.getAttribute(IJSFConstants.ATTR_TIMESTYLE);

72. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TIMESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

158 : String timeStyle = element.getAttribute(IJSFConstants.ATTR_TIMESTYLE);

73. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

165 : String pattern = element.getAttribute(IJSFConstants.ATTR_PATTERN);

74. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

165 : String pattern = element.getAttribute(IJSFConstants.ATTR_PATTERN);

75. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

272 : map.put(IJSFConstants.ATTR_TYPE, type);

76. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

272 : map.put(IJSFConstants.ATTR_TYPE, type);

77. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

273 : map.put(IJSFConstants.ATTR_DATESTYLE, dateStyle);

78. WARNING: DiscouragedReference

Discouraged access: The field ATTR_DATESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

273 : map.put(IJSFConstants.ATTR_DATESTYLE, dateStyle);

79. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

274 : map.put(IJSFConstants.ATTR_TIMESTYLE, timeStyle);

80. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TIMESTYLE from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

274 : map.put(IJSFConstants.ATTR_TIMESTYLE, timeStyle);

81. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

275 : map.put(IJSFConstants.ATTR_PATTERN, pattern);

82. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertDateTimeGroup.java :

275 : map.put(IJSFConstants.ATTR_PATTERN, pattern);

83. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

277 : ChangeAttributeCommand c = new ChangeAttributeCommand(SectionResources

84. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

277 : ChangeAttributeCommand c = new ChangeAttributeCommand(SectionResources .getString("JSFCoreConvertDateTimeSection.ChangeAttribute"), getElement(), map); //$NON-NLS-1$

85. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

277 : ChangeAttributeCommand c = new ChangeAttributeCommand(SectionResources

86. WARNING: DiscouragedReference

Discouraged access: The method getElement() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

278 : .getString("JSFCoreConvertDateTimeSection.ChangeAttribute"), getElement(), map); //$NON-NLS-1$

87. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertDateTimeGroup.java :

279 : c.execute();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFCoreConvertNumberGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

21 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFCoreConvertNumberGroup.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

23 : import org.eclipse.jst.pagedesigner.commands.single.ChangeAttributeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

25 : import org.eclipse.jst.pagedesigner.meta.EditorCreator;

5. WARNING: DiscouragedReference

Discouraged access: The type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

26 : import org.eclipse.jst.pagedesigner.properties.internal.AttributeGroup;

6. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

27 : import org.eclipse.jst.pagedesigner.ui.dialogfields.DialogFieldWrapper;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFCoreConvertNumberGroup.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

33 : public class JSFCoreConvertNumberGroup extends AttributeGroup

9. WARNING: DiscouragedReference

Discouraged access: The constructor AttributeGroup(String, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE, IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

10. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE,

11. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE,

12. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE,

13. WARNING: DiscouragedReference

Discouraged access: The field TAG_CONVERTNUMBER from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE,

14. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE,

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

48 : super(ITLDConstants.URI_JSF_CORE, IJSFConstants.TAG_CONVERTNUMBER, new String[] { IJSFConstants.ATTR_TYPE,

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

49 : IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYCODE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

49 : IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

49 : IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYSYMBOL from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

49 : IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

49 : IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

49 : IJSFConstants.ATTR_CURRENCYCODE, IJSFConstants.ATTR_CURRENCYSYMBOL, IJSFConstants.ATTR_PATTERN});

22. WARNING: DiscouragedReference

Discouraged access: The type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

54 : EditorCreator creator = EditorCreator.getInstance();

23. WARNING: DiscouragedReference

Discouraged access: The type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

54 : EditorCreator creator = EditorCreator.getInstance();

24. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

54 : EditorCreator creator = EditorCreator.getInstance();

25. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

55 : if (ppd.getAttributeName().equals(IJSFConstants.ATTR_TYPE))

26. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

55 : if (ppd.getAttributeName().equals(IJSFConstants.ATTR_TYPE))

27. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

57 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

28. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

57 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

29. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

57 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

30. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

58 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

31. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

58 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

32. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

59 : _typeField = (StyleComboDialogField) wrapper.getWrappedDialogField();

33. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

63 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_CURRENCYCODE))

34. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYCODE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

63 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_CURRENCYCODE))

35. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

65 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

36. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

65 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

37. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

65 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

38. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

66 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

39. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

66 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

40. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

67 : _currencyCodeField = (StyleComboDialogField) wrapper.getWrappedDialogField();

41. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

70 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_CURRENCYSYMBOL))

42. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYSYMBOL from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

70 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_CURRENCYSYMBOL))

43. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

72 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

44. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

72 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

45. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

72 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

46. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

73 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

47. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

73 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

48. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

74 : _currencySymbolField = (StringDialogField) wrapper.getWrappedDialogField();

49. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

77 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_PATTERN))

50. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

77 : else if (ppd.getAttributeName().equals(IJSFConstants.ATTR_PATTERN))

51. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

79 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

52. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

79 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator

53. WARNING: DiscouragedReference

Discouraged access: The method createDialogFieldWithWrapper(String, String, IPropertyPageDescriptor, IBindingHandler) from the type EditorCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

79 : DialogFieldWrapper wrapper = (DialogFieldWrapper) creator .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

54. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

80 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

55. WARNING: DiscouragedReference

Discouraged access: The method getTagName() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

80 : .createDialogFieldWithWrapper(getURI(), getTagName(), ppd, null);

56. WARNING: DiscouragedReference

Discouraged access: The method getWrappedDialogField() from the type DialogFieldWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

81 : _patternField = (StyleComboDialogField) wrapper.getWrappedDialogField();

57. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

93 : if (attribute.equals(IJSFConstants.ATTR_CURRENCYCODE) || attribute.equals(IJSFConstants.ATTR_CURRENCYSYMBOL)

58. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYCODE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

93 : if (attribute.equals(IJSFConstants.ATTR_CURRENCYCODE) || attribute.equals(IJSFConstants.ATTR_CURRENCYSYMBOL)

59. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

93 : if (attribute.equals(IJSFConstants.ATTR_CURRENCYCODE) || attribute.equals(IJSFConstants.ATTR_CURRENCYSYMBOL)

60. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYSYMBOL from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

93 : if (attribute.equals(IJSFConstants.ATTR_CURRENCYCODE) || attribute.equals(IJSFConstants.ATTR_CURRENCYSYMBOL)

61. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

94 : || attribute.equals(IJSFConstants.ATTR_PATTERN))

62. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

94 : || attribute.equals(IJSFConstants.ATTR_PATTERN))

63. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

105 : else if (attribute.equals(IJSFConstants.ATTR_TYPE))

64. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

105 : else if (attribute.equals(IJSFConstants.ATTR_TYPE))

65. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFCoreConvertNumberGroup.java :

128 : IDOMElement element = getElement();

66. WARNING: DiscouragedReference

Discouraged access: The method getElement() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

128 : IDOMElement element = getElement();

67. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

130 : String type = element.getAttribute(IJSFConstants.ATTR_TYPE);

68. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

130 : String type = element.getAttribute(IJSFConstants.ATTR_TYPE);

69. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

136 : String currencyCode = element.getAttribute(IJSFConstants.ATTR_CURRENCYCODE);

70. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYCODE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

136 : String currencyCode = element.getAttribute(IJSFConstants.ATTR_CURRENCYCODE);

71. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

139 : String currencySymbol = element.getAttribute(IJSFConstants.ATTR_CURRENCYSYMBOL);

72. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYSYMBOL from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

139 : String currencySymbol = element.getAttribute(IJSFConstants.ATTR_CURRENCYSYMBOL);

73. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

142 : String pattern = element.getAttribute(IJSFConstants.ATTR_PATTERN);

74. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

142 : String pattern = element.getAttribute(IJSFConstants.ATTR_PATTERN);

75. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

207 : map.put(IJSFConstants.ATTR_TYPE, type);

76. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TYPE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

207 : map.put(IJSFConstants.ATTR_TYPE, type);

77. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

208 : map.put(IJSFConstants.ATTR_CURRENCYCODE, currencyCode);

78. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYCODE from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

208 : map.put(IJSFConstants.ATTR_CURRENCYCODE, currencyCode);

79. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

209 : map.put(IJSFConstants.ATTR_CURRENCYSYMBOL, currencySymbol);

80. WARNING: DiscouragedReference

Discouraged access: The field ATTR_CURRENCYSYMBOL from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

209 : map.put(IJSFConstants.ATTR_CURRENCYSYMBOL, currencySymbol);

81. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

210 : map.put(IJSFConstants.ATTR_PATTERN, pattern);

82. WARNING: DiscouragedReference

Discouraged access: The field ATTR_PATTERN from the type IJSFConstants 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

JSFCoreConvertNumberGroup.java :

210 : map.put(IJSFConstants.ATTR_PATTERN, pattern);

83. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

212 : ChangeAttributeCommand c = new ChangeAttributeCommand(SectionResources

84. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

212 : ChangeAttributeCommand c = new ChangeAttributeCommand(SectionResources .getString("JSFCoreConvertNumberSection.CommandLabel.ChangeAttribute"), getElement(), map); //$NON-NLS-1$

85. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

212 : ChangeAttributeCommand c = new ChangeAttributeCommand(SectionResources

86. WARNING: DiscouragedReference

Discouraged access: The method getElement() from the type AttributeGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

213 : .getString("JSFCoreConvertNumberSection.CommandLabel.ChangeAttribute"), getElement(), map); //$NON-NLS-1$

87. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFCoreConvertNumberGroup.java :

214 : c.execute();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlActionListenerSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlActionListenerSection.java :

31 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

32 : import org.eclipse.jst.pagedesigner.commands.single.AddSubNodeCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

33 : import org.eclipse.jst.pagedesigner.commands.single.RemoveSubNodeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

34 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

5. WARNING: DiscouragedReference

Discouraged access: The type DesignerPropertyTool is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

35 : import org.eclipse.jst.pagedesigner.properties.DesignerPropertyTool;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlActionListenerSection.java :

50 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

51 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

59 : public class JSFHtmlActionListenerSection extends BaseCustomSection

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

63 : private IDOMElement _element;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

77 : IDOMElement root = _element;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

86 : IDOMElement element = (IDOMElement) child;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

86 : IDOMElement element = (IDOMElement) child;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

100 : return result.toArray(new IDOMElement[result.size()]);

14. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

187 : super();

15. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

192 : super.createControls(parent, aTabbedPropertySheetPage);

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

234 : IDOMElement node = (IDOMElement) selection.getFirstElement();

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

234 : IDOMElement node = (IDOMElement) selection.getFirstElement();

18. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

235 : gotoNode(node);

19. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

264 : AddSubNodeCommand c = new AddSubNodeCommand(

20. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

264 : AddSubNodeCommand c = new AddSubNodeCommand( SectionResources.getString("JSFHtmlCommandButtonSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

264 : AddSubNodeCommand c = new AddSubNodeCommand(

22. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlActionListenerSection.java :

265 : SectionResources.getString("JSFHtmlCommandButtonSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlActionListenerSection.java :

265 : SectionResources.getString("JSFHtmlCommandButtonSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

266 : c.execute();

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

284 : IDOMElement node = (IDOMElement) i.next();

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

284 : IDOMElement node = (IDOMElement) i.next();

27. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

285 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources

28. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

285 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources .getString("JSFHtmlCommandButtonSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

29. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

285 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources

30. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

287 : c.execute();

31. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

312 : super.setInput(part, selection);

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlActionListenerSection.java :

313 : _element = (IDOMElement) DesignerPropertyTool.getElement(part, selection);

33. WARNING: DiscouragedReference

Discouraged access: The type DesignerPropertyTool is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

313 : _element = (IDOMElement) DesignerPropertyTool.getElement(part, selection);

34. WARNING: DiscouragedReference

Discouraged access: The method getElement(IWorkbenchPart, ISelection) from the type DesignerPropertyTool is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlActionListenerSection.java :

313 : _element = (IDOMElement) DesignerPropertyTool.getElement(part, selection);

35. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlActionListenerSection.java :

318 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos)

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlDataTableColumnsSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

31 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

32 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

33 : import org.eclipse.jst.pagedesigner.commands.single.AddSubNodeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

34 : import org.eclipse.jst.pagedesigner.commands.single.InsertSubNodeCommand;

5. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

35 : import org.eclipse.jst.pagedesigner.commands.single.RemoveSubNodeCommand;

6. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

36 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlDataTableColumnsSection.java :

50 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

51 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

9. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

59 : public class JSFHtmlDataTableColumnsSection extends BaseCustomSection

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

77 : IDOMElement root = _element;

11. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

77 : IDOMElement root = _element;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

86 : IDOMElement element = (IDOMElement) child;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

86 : IDOMElement element = (IDOMElement) child;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

100 : return result.toArray(new IDOMElement[result.size()]);

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

114 : if (element instanceof IDOMElement)

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

116 : IDOMElement node = (IDOMElement) element;

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

116 : IDOMElement node = (IDOMElement) element;

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

120 : result = node.getAttribute(IJSFConstants.ATTR_ID);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

120 : result = node.getAttribute(IJSFConstants.ATTR_ID);

20. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

177 : super();

21. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

182 : super.createControls(parent, aTabbedPropertySheetPage);

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

220 : IDOMElement node = (IDOMElement) selection.getFirstElement();

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

220 : IDOMElement node = (IDOMElement) selection.getFirstElement();

24. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

221 : gotoNode(node);

25. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

246 : attributes.put(IJSFConstants.ATTR_ID, DEFAULT_COLUMN_NAME + (count + 1));

26. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

246 : attributes.put(IJSFConstants.ATTR_ID, DEFAULT_COLUMN_NAME + (count + 1));

27. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

247 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), _element, "column", //$NON-NLS-1$ //$NON-NLS-2$

28. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

247 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), _element, "column", //$NON-NLS-1$ //$NON-NLS-2$ ITLDConstants.URI_JSF_HTML, attributes);

29. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

247 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), _element, "column", //$NON-NLS-1$ //$NON-NLS-2$

30. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

247 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), _element, "column", //$NON-NLS-1$ //$NON-NLS-2$

31. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

248 : ITLDConstants.URI_JSF_HTML, attributes);

32. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

248 : ITLDConstants.URI_JSF_HTML, attributes);

33. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

249 : c.execute();

34. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

251 : IDOMElement child = c.getChildNode();

35. WARNING: DiscouragedReference

Discouraged access: The method getChildNode() from the type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

251 : IDOMElement child = c.getChildNode();

36. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

253 : attributes.put(IJSFConstants.ATTR_NAME, DEFAULT_FACET_NAME);

37. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

253 : attributes.put(IJSFConstants.ATTR_NAME, DEFAULT_FACET_NAME);

38. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

254 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "facet", ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$ //$NON-NLS-2$

39. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

254 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "facet", ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$ //$NON-NLS-2$

40. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

254 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "facet", ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$ //$NON-NLS-2$

41. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

254 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "facet", ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$ //$NON-NLS-2$

42. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

255 : c.execute();

43. WARNING: DiscouragedReference

Discouraged access: The method getChildNode() from the type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

257 : child = c.getChildNode();

44. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

259 : attributes.put(IJSFConstants.ATTR_ID, DEFAULT_TEXT_NAME + (count + 1));

45. WARNING: DiscouragedReference

Discouraged access: The field ATTR_ID from the type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

259 : attributes.put(IJSFConstants.ATTR_ID, DEFAULT_TEXT_NAME + (count + 1));

46. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

260 : attributes.put(IJSFConstants.ATTR_VALUE, DEFAULT_COLUMN_NAME + (count + 1));

47. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

JSFHtmlDataTableColumnsSection.java :

260 : attributes.put(IJSFConstants.ATTR_VALUE, DEFAULT_COLUMN_NAME + (count + 1));

48. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

261 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "outputText", ITLDConstants.URI_JSF_HTML, attributes); //$NON-NLS-1$ //$NON-NLS-2$

49. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

261 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "outputText", ITLDConstants.URI_JSF_HTML, attributes); //$NON-NLS-1$ //$NON-NLS-2$

50. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

261 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "outputText", ITLDConstants.URI_JSF_HTML, attributes); //$NON-NLS-1$ //$NON-NLS-2$

51. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_HTML from the type ITLDConstants 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

JSFHtmlDataTableColumnsSection.java :

261 : c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.AddSubTag"), child, "outputText", ITLDConstants.URI_JSF_HTML, attributes); //$NON-NLS-1$ //$NON-NLS-2$

52. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

262 : c.execute();

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

286 : IDOMElement node = (IDOMElement) i.next();

54. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

286 : IDOMElement node = (IDOMElement) i.next();

55. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

287 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

56. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

287 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

57. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

287 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

58. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

287 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

59. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

288 : c.execute();

60. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

305 : IDOMElement child = (IDOMElement) _columnsTable.getItem(index).getData();

61. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

305 : IDOMElement child = (IDOMElement) _columnsTable.getItem(index).getData();

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

306 : IDOMElement refchild = (IDOMElement) _columnsTable.getItem(index - 1).getData();

63. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

306 : IDOMElement refchild = (IDOMElement) _columnsTable.getItem(index - 1).getData();

64. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

307 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, child); //$NON-NLS-1$

65. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

307 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, child); //$NON-NLS-1$

66. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

307 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, child); //$NON-NLS-1$

67. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

307 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, child); //$NON-NLS-1$

68. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

308 : remove.execute();

69. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

309 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, child, refchild); //$NON-NLS-1$

70. WARNING: DiscouragedReference

Discouraged access: The constructor InsertSubNodeCommand(String, IDOMElement, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

309 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, child, refchild); //$NON-NLS-1$

71. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

309 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, child, refchild); //$NON-NLS-1$

72. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

309 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, child, refchild); //$NON-NLS-1$

73. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

310 : insert.execute();

74. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

325 : IDOMElement child = (IDOMElement) _columnsTable.getItem(index).getData();

75. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

325 : IDOMElement child = (IDOMElement) _columnsTable.getItem(index).getData();

76. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

326 : IDOMElement refchild = (IDOMElement) _columnsTable.getItem(index + 1).getData();

77. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlDataTableColumnsSection.java :

326 : IDOMElement refchild = (IDOMElement) _columnsTable.getItem(index + 1).getData();

78. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

327 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, refchild); //$NON-NLS-1$

79. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

327 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, refchild); //$NON-NLS-1$

80. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

327 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, refchild); //$NON-NLS-1$

81. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

327 : RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.RemoveSubTag"), _element, refchild); //$NON-NLS-1$

82. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

328 : remove.execute();

83. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

329 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, refchild, child); //$NON-NLS-1$

84. WARNING: DiscouragedReference

Discouraged access: The constructor InsertSubNodeCommand(String, IDOMElement, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

329 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, refchild, child); //$NON-NLS-1$

85. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

329 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, refchild, child); //$NON-NLS-1$

86. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

329 : InsertSubNodeCommand insert = new InsertSubNodeCommand(SectionResources.getString("JSFHtmlDataTableSection.CommandLabel.InsertSubTag"), _element, refchild, child); //$NON-NLS-1$

87. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

330 : insert.execute();

88. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

376 : super.setInput(part, selection);

89. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlDataTableColumnsSection.java :

378 : _columnsViewer.setInput(_element);

90. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlDataTableColumnsSection.java :

383 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos)

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlInputHiddenTypeSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

23 : import org.eclipse.jst.pagedesigner.commands.single.ChangeTagCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

24 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputHiddenTypeSection.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

36 : public class JSFHtmlInputHiddenTypeSection extends BaseCustomSection

6. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

51 : super();

7. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

60 : String prefix = _element.getPrefix();

8. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

70 : attrs.put(IJSFConstants.ATTR_SIZE, null);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

70 : attrs.put(IJSFConstants.ATTR_SIZE, null);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_COLS, size);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_COLS, size);

15. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

77 : String size = _element.getAttribute("cols"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

80 : attrs.put(IJSFConstants.ATTR_COLS, null);

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

80 : attrs.put(IJSFConstants.ATTR_COLS, null);

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_SIZE, size);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_SIZE, size);

20. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

21. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeTagCommand(String, IDOMElement, String, Map, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

23. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

85 : .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

86 : c.execute();

25. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

87 : _element = c.getNewElement();

26. WARNING: DiscouragedReference

Discouraged access: The method getNewElement() from the type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

87 : _element = c.getNewElement();

27. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

94 : super.createControls(parent, aTabbedPropertySheetPage);

28. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

111 : return IJSFConstants.TAG_INPUTSECRET;

29. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

111 : return IJSFConstants.TAG_INPUTSECRET;

30. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

113 : return IJSFConstants.TAG_INPUTHIDDEN;

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

113 : return IJSFConstants.TAG_INPUTHIDDEN;

32. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

115 : return IJSFConstants.TAG_INPUTTEXTAREA;

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

115 : return IJSFConstants.TAG_INPUTTEXTAREA;

34. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

117 : return IJSFConstants.TAG_INPUTTEXT;

35. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

117 : return IJSFConstants.TAG_INPUTTEXT;

36. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

119 : return IJSFConstants.TAG_INPUTHIDDEN;

37. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

119 : return IJSFConstants.TAG_INPUTHIDDEN;

38. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

125 : super.setInput(part, selection);

39. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputHiddenTypeSection.java :

135 : String localTag = _element.getLocalName();

40. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

136 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

41. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

136 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

42. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

140 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

43. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

140 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

44. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

144 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

45. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

144 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

46. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

148 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

47. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputHiddenTypeSection.java :

148 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

48. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputHiddenTypeSection.java :

158 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue,

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlInputOthersSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

35 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlInputOthersSection.java :

36 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

37 : import org.eclipse.jst.pagedesigner.commands.single.AddSubNodeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

38 : import org.eclipse.jst.pagedesigner.commands.single.ChangeAttributeCommand;

5. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

39 : import org.eclipse.jst.pagedesigner.commands.single.RemoveSubNodeCommand;

6. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

40 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputOthersSection.java :

56 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

57 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

9. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

65 : public class JSFHtmlInputOthersSection extends BaseCustomSection

10. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

80 : final private static String[] VALIDATORS_COLUMN_NAMES = { IJSFConstants.TAG_VALIDATOR, IJSFConstants.ATTR_MINIMUM,

11. WARNING: DiscouragedReference

Discouraged access: The field TAG_VALIDATOR from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

80 : final private static String[] VALIDATORS_COLUMN_NAMES = { IJSFConstants.TAG_VALIDATOR, IJSFConstants.ATTR_MINIMUM,

12. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

80 : final private static String[] VALIDATORS_COLUMN_NAMES = { IJSFConstants.TAG_VALIDATOR, IJSFConstants.ATTR_MINIMUM,

13. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

80 : final private static String[] VALIDATORS_COLUMN_NAMES = { IJSFConstants.TAG_VALIDATOR, IJSFConstants.ATTR_MINIMUM,

14. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

81 : IJSFConstants.ATTR_MAXIMUM };

15. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

81 : IJSFConstants.ATTR_MAXIMUM };

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

91 : IDOMElement root = _element;

17. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

91 : IDOMElement root = _element;

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

100 : IDOMElement element = (IDOMElement) child;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

100 : IDOMElement element = (IDOMElement) child;

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

114 : return result.toArray(new IDOMElement[result.size()]);

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

128 : if (element instanceof IDOMElement)

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

130 : IDOMElement node = (IDOMElement) element;

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

130 : IDOMElement node = (IDOMElement) element;

24. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

138 : result = node.getAttribute(IJSFConstants.ATTR_MINIMUM);

25. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

138 : result = node.getAttribute(IJSFConstants.ATTR_MINIMUM);

26. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

141 : result = node.getAttribute(IJSFConstants.ATTR_MAXIMUM);

27. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

141 : result = node.getAttribute(IJSFConstants.ATTR_MAXIMUM);

28. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

216 : IDOMElement node = (IDOMElement) element;

29. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

216 : IDOMElement node = (IDOMElement) element;

30. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

223 : result = node.getAttribute(IJSFConstants.ATTR_MINIMUM);

31. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

223 : result = node.getAttribute(IJSFConstants.ATTR_MINIMUM);

32. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

226 : result = node.getAttribute(IJSFConstants.ATTR_MAXIMUM);

33. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

226 : result = node.getAttribute(IJSFConstants.ATTR_MAXIMUM);

34. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

242 : IDOMElement node = (IDOMElement) item.getData();

35. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

242 : IDOMElement node = (IDOMElement) item.getData();

36. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

244 : ChangeAttributeCommand c;

37. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

249 : c = new ChangeAttributeCommand( SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_MINIMUM, valueString); //$NON-NLS-1$

38. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

249 : c = new ChangeAttributeCommand(

39. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

250 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_MINIMUM, valueString); //$NON-NLS-1$

40. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MINIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

250 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_MINIMUM, valueString); //$NON-NLS-1$

41. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

251 : c.execute();

42. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

255 : c = new ChangeAttributeCommand( SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_MAXIMUM, valueString); //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

255 : c = new ChangeAttributeCommand(

44. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputOthersSection.java :

256 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_MAXIMUM, valueString); //$NON-NLS-1$

45. WARNING: DiscouragedReference

Discouraged access: The field ATTR_MAXIMUM from the type IJSFConstants 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

JSFHtmlInputOthersSection.java :

256 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_MAXIMUM, valueString); //$NON-NLS-1$

46. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

257 : c.execute();

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

276 : IDOMElement root = _element;

48. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

276 : IDOMElement root = _element;

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

285 : IDOMElement element = (IDOMElement) child;

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

285 : IDOMElement element = (IDOMElement) child;

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

299 : return result.toArray(new IDOMElement[result.size()]);

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

313 : if (element instanceof IDOMElement)

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

315 : IDOMElement node = (IDOMElement) element;

54. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

315 : IDOMElement node = (IDOMElement) element;

55. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

379 : IDOMElement root = _element;

56. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

379 : IDOMElement root = _element;

57. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

388 : IDOMElement element = (IDOMElement) child;

58. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

388 : IDOMElement element = (IDOMElement) child;

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

402 : return result.toArray(new IDOMElement[result.size()]);

60. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

416 : if (element instanceof IDOMElement)

61. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

418 : IDOMElement node = (IDOMElement) element;

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

418 : IDOMElement node = (IDOMElement) element;

63. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

479 : super();

64. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

484 : super.createControls(parent, aTabbedPropertySheetPage);

65. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

529 : IDOMElement node = (IDOMElement) selection.getFirstElement();

66. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

529 : IDOMElement node = (IDOMElement) selection.getFirstElement();

67. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

530 : gotoNode(node);

68. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

557 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources

69. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

557 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources .getString("JSFHtmlInputTextSection.CommandLabel.AddSubTag"), _element, "convert" //$NON-NLS-1$ //$NON-NLS-2$ + _convertTypeCombo.getText(), ITLDConstants.URI_JSF_CORE, attributes);

70. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

557 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources

71. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

558 : .getString("JSFHtmlInputTextSection.CommandLabel.AddSubTag"), _element, "convert" //$NON-NLS-1$ //$NON-NLS-2$

72. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlInputOthersSection.java :

559 : + _convertTypeCombo.getText(), ITLDConstants.URI_JSF_CORE, attributes);

73. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlInputOthersSection.java :

559 : + _convertTypeCombo.getText(), ITLDConstants.URI_JSF_CORE, attributes);

74. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

560 : c.execute();

75. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

578 : IDOMElement node = (IDOMElement) i.next();

76. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

578 : IDOMElement node = (IDOMElement) i.next();

77. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

579 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources

78. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

579 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources .getString("JSFHtmlInputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

79. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

579 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources

80. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

580 : .getString("JSFHtmlInputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

81. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

581 : c.execute();

82. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

620 : IDOMElement node = (IDOMElement) selection.getFirstElement();

83. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

620 : IDOMElement node = (IDOMElement) selection.getFirstElement();

84. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

621 : gotoNode(node);

85. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

650 : AddSubNodeCommand c = new AddSubNodeCommand(

86. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

650 : AddSubNodeCommand c = new AddSubNodeCommand( SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

87. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

650 : AddSubNodeCommand c = new AddSubNodeCommand(

88. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

651 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

89. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlInputOthersSection.java :

651 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

90. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlInputOthersSection.java :

651 : SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.AddSubTag"), _element, listener, ITLDConstants.URI_JSF_CORE, attributes); //$NON-NLS-1$

91. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

652 : c.execute();

92. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

670 : IDOMElement node = (IDOMElement) i.next();

93. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

670 : IDOMElement node = (IDOMElement) i.next();

94. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

671 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources

95. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

671 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources .getString("JSFHtmlInputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

96. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

671 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources

97. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

672 : .getString("JSFHtmlInputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

98. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputOthersSection.java :

673 : c.execute();

99. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

732 : IDOMElement node = (IDOMElement) selection.getFirstElement();

100. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlInputOthersSection.java :

732 : IDOMElement node = (IDOMElement) selection.getFirstElement();

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlInputSecretTypeSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

23 : import org.eclipse.jst.pagedesigner.commands.single.ChangeTagCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

24 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputSecretTypeSection.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

36 : public class JSFHtmlInputSecretTypeSection extends BaseCustomSection

6. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

51 : super();

7. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

60 : String prefix = _element.getPrefix();

8. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

70 : attrs.put(IJSFConstants.ATTR_SIZE, null);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

70 : attrs.put(IJSFConstants.ATTR_SIZE, null);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_COLS, size);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_COLS, size);

15. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

77 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

77 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

77 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

80 : attrs.put(IJSFConstants.ATTR_COLS, null);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

80 : attrs.put(IJSFConstants.ATTR_COLS, null);

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_SIZE, size);

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_SIZE, size);

22. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

23. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeTagCommand(String, IDOMElement, String, Map, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

25. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

85 : .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

86 : c.execute();

27. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

87 : _element = c.getNewElement();

28. WARNING: DiscouragedReference

Discouraged access: The method getNewElement() from the type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

87 : _element = c.getNewElement();

29. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

94 : super.createControls(parent, aTabbedPropertySheetPage);

30. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

111 : return IJSFConstants.TAG_INPUTSECRET;

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

111 : return IJSFConstants.TAG_INPUTSECRET;

32. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

113 : return IJSFConstants.TAG_INPUTHIDDEN;

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

113 : return IJSFConstants.TAG_INPUTHIDDEN;

34. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

115 : return IJSFConstants.TAG_INPUTTEXTAREA;

35. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

115 : return IJSFConstants.TAG_INPUTTEXTAREA;

36. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

117 : return IJSFConstants.TAG_INPUTTEXT;

37. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

117 : return IJSFConstants.TAG_INPUTTEXT;

38. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

119 : return IJSFConstants.TAG_INPUTHIDDEN;

39. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

119 : return IJSFConstants.TAG_INPUTHIDDEN;

40. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

125 : super.setInput(part, selection);

41. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputSecretTypeSection.java :

134 : String localTag = _element.getLocalName();

42. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

135 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

43. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

135 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

44. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

139 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

45. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

139 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

46. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

143 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

47. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

143 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

48. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

147 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

49. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputSecretTypeSection.java :

147 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

50. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputSecretTypeSection.java :

157 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue,

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlInputTextTypeSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

23 : import org.eclipse.jst.pagedesigner.commands.single.ChangeTagCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

24 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputTextTypeSection.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

36 : public class JSFHtmlInputTextTypeSection extends BaseCustomSection

6. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

51 : super();

7. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

60 : String prefix = _element.getPrefix();

8. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

67 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

70 : attrs.put(IJSFConstants.ATTR_SIZE, null);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

70 : attrs.put(IJSFConstants.ATTR_SIZE, null);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_COLS, size);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_COLS, size);

15. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

77 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

77 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

77 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

80 : attrs.put(IJSFConstants.ATTR_COLS, null);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

80 : attrs.put(IJSFConstants.ATTR_COLS, null);

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_SIZE, size);

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_SIZE, size);

22. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

23. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeTagCommand(String, IDOMElement, String, Map, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

84 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

25. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

85 : .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

86 : c.execute();

27. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

87 : _element = c.getNewElement();

28. WARNING: DiscouragedReference

Discouraged access: The method getNewElement() from the type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

87 : _element = c.getNewElement();

29. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

94 : super.createControls(parent, aTabbedPropertySheetPage);

30. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

111 : return IJSFConstants.TAG_INPUTSECRET;

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

111 : return IJSFConstants.TAG_INPUTSECRET;

32. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

113 : return IJSFConstants.TAG_INPUTHIDDEN;

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

113 : return IJSFConstants.TAG_INPUTHIDDEN;

34. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

115 : return IJSFConstants.TAG_INPUTTEXTAREA;

35. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

115 : return IJSFConstants.TAG_INPUTTEXTAREA;

36. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

117 : return IJSFConstants.TAG_INPUTTEXT;

37. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

117 : return IJSFConstants.TAG_INPUTTEXT;

38. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

119 : return IJSFConstants.TAG_INPUTHIDDEN;

39. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

119 : return IJSFConstants.TAG_INPUTHIDDEN;

40. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

125 : super.setInput(part, selection);

41. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextTypeSection.java :

135 : String localTag = _element.getLocalName();

42. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

136 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

43. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

136 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

44. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

140 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

45. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

140 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

46. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

144 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

47. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

144 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

48. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

148 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

49. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputTextTypeSection.java :

148 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

50. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputTextTypeSection.java :

158 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue,

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlInputTextareaTypeSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

22 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

23 : import org.eclipse.jst.pagedesigner.commands.single.ChangeTagCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

24 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputTextareaTypeSection.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

37 : public class JSFHtmlInputTextareaTypeSection extends BaseCustomSection

6. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

52 : super();

7. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

61 : String prefix = _element.getPrefix();

8. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

68 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

68 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

68 : String size = _element.getAttribute(IJSFConstants.ATTR_SIZE);

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_SIZE, null);

12. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

71 : attrs.put(IJSFConstants.ATTR_SIZE, null);

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

72 : attrs.put(IJSFConstants.ATTR_COLS, size);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

72 : attrs.put(IJSFConstants.ATTR_COLS, size);

15. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

78 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

16. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

78 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

17. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

78 : String size = _element.getAttribute(IJSFConstants.ATTR_COLS);

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_COLS, null);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COLS from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

81 : attrs.put(IJSFConstants.ATTR_COLS, null);

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

82 : attrs.put(IJSFConstants.ATTR_SIZE, size);

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_SIZE from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

82 : attrs.put(IJSFConstants.ATTR_SIZE, size);

22. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

85 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

23. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeTagCommand(String, IDOMElement, String, Map, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

85 : ChangeTagCommand c = new ChangeTagCommand(SectionResources .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

85 : ChangeTagCommand c = new ChangeTagCommand(SectionResources

25. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

86 : .getString("JSFHtmlInputHidden.CommandLabel.ChangeType"), _element, newtag, attrs, true); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

87 : c.execute();

27. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

88 : _element = c.getNewElement();

28. WARNING: DiscouragedReference

Discouraged access: The method getNewElement() from the type ChangeTagCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

88 : _element = c.getNewElement();

29. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

95 : super.createControls(parent, aTabbedPropertySheetPage);

30. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

112 : return IJSFConstants.TAG_INPUTSECRET;

31. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

112 : return IJSFConstants.TAG_INPUTSECRET;

32. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

114 : return IJSFConstants.TAG_INPUTHIDDEN;

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

114 : return IJSFConstants.TAG_INPUTHIDDEN;

34. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

116 : return IJSFConstants.TAG_INPUTTEXTAREA;

35. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

116 : return IJSFConstants.TAG_INPUTTEXTAREA;

36. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

118 : return IJSFConstants.TAG_INPUTTEXT;

37. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

118 : return IJSFConstants.TAG_INPUTTEXT;

38. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

120 : return IJSFConstants.TAG_INPUTHIDDEN;

39. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

120 : return IJSFConstants.TAG_INPUTHIDDEN;

40. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

126 : super.setInput(part, selection);

41. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlInputTextareaTypeSection.java :

136 : String localTag = _element.getLocalName();

42. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

137 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

43. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXT from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

137 : if (IJSFConstants.TAG_INPUTTEXT.equals(localTag))

44. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

141 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

45. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTSECRET from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

141 : else if (IJSFConstants.TAG_INPUTSECRET.equals(localTag))

46. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

145 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

47. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTHIDDEN from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

145 : else if (IJSFConstants.TAG_INPUTHIDDEN.equals(localTag))

48. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

149 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

49. WARNING: DiscouragedReference

Discouraged access: The field TAG_INPUTTEXTAREA from the type IJSFConstants 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

JSFHtmlInputTextareaTypeSection.java :

149 : else if (IJSFConstants.TAG_INPUTTEXTAREA.equals(localTag))

50. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlInputTextareaTypeSection.java :

159 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue,

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlOutputFormatParamsSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

35 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlOutputFormatParamsSection.java :

36 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

37 : import org.eclipse.jst.pagedesigner.commands.single.AddSubNodeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

38 : import org.eclipse.jst.pagedesigner.commands.single.ChangeAttributeCommand;

5. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

39 : import org.eclipse.jst.pagedesigner.commands.single.RemoveSubNodeCommand;

6. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

40 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlOutputFormatParamsSection.java :

56 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

57 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

9. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

65 : public class JSFHtmlOutputFormatParamsSection extends BaseCustomSection

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

84 : IDOMElement root = _element;

11. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

84 : IDOMElement root = _element;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

93 : IDOMElement element = (IDOMElement) child;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

93 : IDOMElement element = (IDOMElement) child;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

107 : return result.toArray(new IDOMElement[result.size()]);

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

121 : if (element instanceof IDOMElement)

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

123 : IDOMElement node = (IDOMElement) element;

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

123 : IDOMElement node = (IDOMElement) element;

18. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

127 : result = node.getAttribute(IJSFConstants.ATTR_NAME);

19. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

127 : result = node.getAttribute(IJSFConstants.ATTR_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

130 : result = node.getAttribute(IJSFConstants.ATTR_VALUE);

21. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

130 : result = node.getAttribute(IJSFConstants.ATTR_VALUE);

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

199 : IDOMElement node = (IDOMElement) element;

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

199 : IDOMElement node = (IDOMElement) element;

24. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

203 : result = node.getAttribute(IJSFConstants.ATTR_NAME);

25. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

203 : result = node.getAttribute(IJSFConstants.ATTR_NAME);

26. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

206 : result = node.getAttribute(IJSFConstants.ATTR_VALUE);

27. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

206 : result = node.getAttribute(IJSFConstants.ATTR_VALUE);

28. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

222 : IDOMElement node = (IDOMElement) item.getData();

29. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

222 : IDOMElement node = (IDOMElement) item.getData();

30. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

224 : ChangeAttributeCommand c;

31. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

229 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_NAME, valueString); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

229 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_NAME, valueString); //$NON-NLS-1$

33. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

229 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_NAME, valueString); //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

229 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_NAME, valueString); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

230 : c.execute();

36. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

234 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_VALUE, valueString); //$NON-NLS-1$

37. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

234 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_VALUE, valueString); //$NON-NLS-1$

38. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

234 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_VALUE, valueString); //$NON-NLS-1$

39. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

234 : c = new ChangeAttributeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.ChangeAttribute"), node, IJSFConstants.ATTR_VALUE, valueString); //$NON-NLS-1$

40. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

235 : c.execute();

41. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

240 : _paramViewer.setInput(_element);

42. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

250 : super();

43. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

255 : super.createControls(parent, aTabbedPropertySheetPage);

44. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

316 : IDOMElement node = (IDOMElement) selection.getFirstElement();

45. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

316 : IDOMElement node = (IDOMElement) selection.getFirstElement();

46. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

317 : gotoNode(node);

47. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

340 : attributes.put(IJSFConstants.ATTR_NAME, "name"); //$NON-NLS-1$

48. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

340 : attributes.put(IJSFConstants.ATTR_NAME, "name"); //$NON-NLS-1$

49. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

341 : attributes.put(IJSFConstants.ATTR_VALUE, "value"); //$NON-NLS-1$

50. WARNING: DiscouragedReference

Discouraged access: The field ATTR_VALUE from the type IJSFConstants 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

JSFHtmlOutputFormatParamsSection.java :

341 : attributes.put(IJSFConstants.ATTR_VALUE, "value"); //$NON-NLS-1$

51. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

342 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.AddSubTag"), _element, "param", //$NON-NLS-1$ //$NON-NLS-2$

52. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

342 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.AddSubTag"), _element, "param", //$NON-NLS-1$ //$NON-NLS-2$ ITLDConstants.URI_JSF_CORE, attributes);

53. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

342 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.AddSubTag"), _element, "param", //$NON-NLS-1$ //$NON-NLS-2$

54. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

342 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.AddSubTag"), _element, "param", //$NON-NLS-1$ //$NON-NLS-2$

55. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlOutputFormatParamsSection.java :

343 : ITLDConstants.URI_JSF_CORE, attributes);

56. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlOutputFormatParamsSection.java :

343 : ITLDConstants.URI_JSF_CORE, attributes);

57. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

344 : c.execute();

58. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

363 : IDOMElement node = (IDOMElement) i.next();

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputFormatParamsSection.java :

363 : IDOMElement node = (IDOMElement) i.next();

60. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

364 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

61. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

364 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

62. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

364 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

63. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

364 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputFormatSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

64. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

365 : c.execute();

65. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

382 : super.setInput(part, selection);

66. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputFormatParamsSection.java :

384 : _paramViewer.setInput(_element);

67. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlOutputFormatParamsSection.java :

393 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos)

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlOutputTextConverterSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlOutputTextConverterSection.java :

31 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

32 : import org.eclipse.jst.pagedesigner.commands.single.AddSubNodeCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

33 : import org.eclipse.jst.pagedesigner.commands.single.RemoveSubNodeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

34 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlOutputTextConverterSection.java :

49 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

50 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

7. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

58 : public class JSFHtmlOutputTextConverterSection extends BaseCustomSection

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

78 : IDOMElement root = _element;

9. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

78 : IDOMElement root = _element;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

87 : IDOMElement element = (IDOMElement) child;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

87 : IDOMElement element = (IDOMElement) child;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

101 : return result.toArray(new IDOMElement[result.size()]);

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

115 : if (element instanceof IDOMElement)

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

117 : IDOMElement node = (IDOMElement) element;

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

117 : IDOMElement node = (IDOMElement) element;

16. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

179 : super();

17. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

184 : super.createControls(parent, aTabbedPropertySheetPage);

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

224 : IDOMElement node = (IDOMElement) selection.getFirstElement();

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

224 : IDOMElement node = (IDOMElement) selection.getFirstElement();

20. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

225 : gotoNode(node);

21. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

254 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.AddSubTag"), _element, "convert" //$NON-NLS-1$ //$NON-NLS-2$

22. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

254 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.AddSubTag"), _element, "convert" //$NON-NLS-1$ //$NON-NLS-2$ + _convertTypeCombo.getText(), ITLDConstants.URI_JSF_CORE, attributes);

23. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

254 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.AddSubTag"), _element, "convert" //$NON-NLS-1$ //$NON-NLS-2$

24. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

254 : AddSubNodeCommand c = new AddSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.AddSubTag"), _element, "convert" //$NON-NLS-1$ //$NON-NLS-2$

25. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlOutputTextConverterSection.java :

255 : + _convertTypeCombo.getText(), ITLDConstants.URI_JSF_CORE, attributes);

26. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlOutputTextConverterSection.java :

255 : + _convertTypeCombo.getText(), ITLDConstants.URI_JSF_CORE, attributes);

27. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

256 : c.execute();

28. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

275 : IDOMElement node = (IDOMElement) i.next();

29. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlOutputTextConverterSection.java :

275 : IDOMElement node = (IDOMElement) i.next();

30. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

276 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

276 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

276 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

33. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

276 : RemoveSubNodeCommand c = new RemoveSubNodeCommand(SectionResources.getString("JSFHtmlOutputTextSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

277 : c.execute();

35. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

308 : super.setInput(part, selection);

36. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlOutputTextConverterSection.java :

310 : _convertViewer.setInput(_element);

37. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlOutputTextConverterSection.java :

314 : protected void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos)

Source File: org/eclipse/jst/pagedesigner/jsf/ui/sections/JSFHtmlSelectChoicesSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlSelectChoicesSection.java :

34 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlSelectChoicesSection.java :

35 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

36 : import org.eclipse.jst.pagedesigner.commands.single.AddSubNodeCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

37 : import org.eclipse.jst.pagedesigner.commands.single.ChangeAttributeCommand;

5. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

38 : import org.eclipse.jst.pagedesigner.commands.single.InsertSubNodeCommand;

6. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

39 : import org.eclipse.jst.pagedesigner.commands.single.RemoveSubNodeCommand;

7. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

40 : import org.eclipse.jst.pagedesigner.properties.BaseCustomSection;

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlSelectChoicesSection.java :

56 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

57 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

10. WARNING: DiscouragedReference

Discouraged access: The type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

65 : public class JSFHtmlSelectChoicesSection extends BaseCustomSection

11. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlSelectChoicesSection.java :

67 : final private static String[] CHOICETYPES = { IJSFConstants.TAG_SELECTITEM, IJSFConstants.TAG_SELECTITEMS};

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTITEM from the type IJSFConstants 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

JSFHtmlSelectChoicesSection.java :

67 : final private static String[] CHOICETYPES = { IJSFConstants.TAG_SELECTITEM, IJSFConstants.TAG_SELECTITEMS};

13. WARNING: DiscouragedReference

Discouraged access: The type IJSFConstants 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

JSFHtmlSelectChoicesSection.java :

67 : final private static String[] CHOICETYPES = { IJSFConstants.TAG_SELECTITEM, IJSFConstants.TAG_SELECTITEMS};

14. WARNING: DiscouragedReference

Discouraged access: The field TAG_SELECTITEMS from the type IJSFConstants 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

JSFHtmlSelectChoicesSection.java :

67 : final private static String[] CHOICETYPES = { IJSFConstants.TAG_SELECTITEM, IJSFConstants.TAG_SELECTITEMS};

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

82 : final IDOMElement root = _element;

16. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

82 : final IDOMElement root = _element;

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

91 : final IDOMElement element = (IDOMElement) child;

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

91 : final IDOMElement element = (IDOMElement) child;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

105 : return result.toArray(new IDOMElement[result.size()]);

20. WARNING: DiscouragedReference

Discouraged access: The constructor BaseCustomSection() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

190 : super();

21. WARNING: DiscouragedReference

Discouraged access: The method createControls(Composite, TabbedPropertySheetPage) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

196 : super.createControls(parent, aTabbedPropertySheetPage);

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

255 : final IDOMElement node = (IDOMElement)element;

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

255 : final IDOMElement node = (IDOMElement)element;

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

265 : final IDOMElement node = (IDOMElement) element;

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

265 : final IDOMElement node = (IDOMElement) element;

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

273 : final IDOMElement node = (IDOMElement) item.getData();

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

273 : final IDOMElement node = (IDOMElement) item.getData();

28. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

275 : ChangeAttributeCommand c;

29. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeAttributeCommand(String, IDOMElement, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

278 : c = new ChangeAttributeCommand( SectionResources.getString("JSFHtmlInputTextSection.CommandLabel.ChangeAttribute"), node, property, valueString); //$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The type ChangeAttributeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

278 : c = new ChangeAttributeCommand(

31. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

280 : c.execute();

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

295 : final IDOMElement node = (IDOMElement) selection.getFirstElement();

33. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

295 : final IDOMElement node = (IDOMElement) selection.getFirstElement();

34. WARNING: DiscouragedReference

Discouraged access: The method gotoNode(Node) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

296 : gotoNode(node);

35. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

324 : final AddSubNodeCommand c = new AddSubNodeCommand(

36. WARNING: DiscouragedReference

Discouraged access: The constructor AddSubNodeCommand(String, IDOMElement, String, String, Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

324 : final AddSubNodeCommand c = new AddSubNodeCommand( SectionResources.getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.AddSubTag"), _element, _choiceTypeCombo.getText(), //$NON-NLS-1$ ITLDConstants.URI_JSF_CORE, attributes);

37. WARNING: DiscouragedReference

Discouraged access: The type AddSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

324 : final AddSubNodeCommand c = new AddSubNodeCommand(

38. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

325 : SectionResources.getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.AddSubTag"), _element, _choiceTypeCombo.getText(), //$NON-NLS-1$

39. WARNING: DiscouragedReference

Discouraged access: The type ITLDConstants 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

JSFHtmlSelectChoicesSection.java :

326 : ITLDConstants.URI_JSF_CORE, attributes);

40. WARNING: DiscouragedReference

Discouraged access: The field URI_JSF_CORE from the type ITLDConstants 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

JSFHtmlSelectChoicesSection.java :

326 : ITLDConstants.URI_JSF_CORE, attributes);

41. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

327 : c.execute();

42. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

346 : final IDOMElement node = (IDOMElement) i.next();

43. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

346 : final IDOMElement node = (IDOMElement) i.next();

44. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

347 : final RemoveSubNodeCommand c = new RemoveSubNodeCommand(

45. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

347 : final RemoveSubNodeCommand c = new RemoveSubNodeCommand( SectionResources .getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

46. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

347 : final RemoveSubNodeCommand c = new RemoveSubNodeCommand(

47. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

349 : .getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.RemoveSubTag"), _element, node); //$NON-NLS-1$

48. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

350 : c.execute();

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

367 : final IDOMElement child = (IDOMElement) _choiceTable.getItem(index).getData();

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

367 : final IDOMElement child = (IDOMElement) _choiceTable.getItem(index).getData();

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

368 : final IDOMElement refchild = (IDOMElement) _choiceTable.getItem(index - 1).getData();

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

368 : final IDOMElement refchild = (IDOMElement) _choiceTable.getItem(index - 1).getData();

53. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

369 : final RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources

54. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

369 : final RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources .getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.RemoveSubTag"), _element, child); //$NON-NLS-1$

55. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

369 : final RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources

56. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

370 : .getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.RemoveSubTag"), _element, child); //$NON-NLS-1$

57. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

371 : remove.execute();

58. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

372 : final InsertSubNodeCommand insert = new InsertSubNodeCommand(

59. WARNING: DiscouragedReference

Discouraged access: The constructor InsertSubNodeCommand(String, IDOMElement, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

372 : final InsertSubNodeCommand insert = new InsertSubNodeCommand( SectionResources.getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.InsertSubTag"), _element, child, refchild); //$NON-NLS-1$

60. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

372 : final InsertSubNodeCommand insert = new InsertSubNodeCommand(

61. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

373 : SectionResources.getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.InsertSubTag"), _element, child, refchild); //$NON-NLS-1$

62. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

374 : insert.execute();

63. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

390 : final IDOMElement child = (IDOMElement) _choiceTable.getItem(index).getData();

64. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

390 : final IDOMElement child = (IDOMElement) _choiceTable.getItem(index).getData();

65. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

391 : final IDOMElement refchild = (IDOMElement) _choiceTable.getItem(index + 1).getData();

66. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement 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

JSFHtmlSelectChoicesSection.java :

391 : final IDOMElement refchild = (IDOMElement) _choiceTable.getItem(index + 1).getData();

67. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

392 : final RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources

68. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveSubNodeCommand(String, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

392 : final RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources .getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.RemoveSubTag"), _element, refchild); //$NON-NLS-1$

69. WARNING: DiscouragedReference

Discouraged access: The type RemoveSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

392 : final RemoveSubNodeCommand remove = new RemoveSubNodeCommand(SectionResources

70. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

393 : .getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.RemoveSubTag"), _element, refchild); //$NON-NLS-1$

71. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

394 : remove.execute();

72. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

395 : final InsertSubNodeCommand insert = new InsertSubNodeCommand(

73. WARNING: DiscouragedReference

Discouraged access: The constructor InsertSubNodeCommand(String, IDOMElement, IDOMElement, IDOMElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

395 : final InsertSubNodeCommand insert = new InsertSubNodeCommand( SectionResources.getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.InsertSubTag"), _element, refchild, child); //$NON-NLS-1$

74. WARNING: DiscouragedReference

Discouraged access: The type InsertSubNodeCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

395 : final InsertSubNodeCommand insert = new InsertSubNodeCommand(

75. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

396 : SectionResources.getString("JSFHtmlSelectManyCheckboxSection.CommandLabel.InsertSubTag"), _element, refchild, child); //$NON-NLS-1$

76. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type DesignerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

397 : insert.execute();

77. WARNING: DiscouragedReference

Discouraged access: The method setInput(IWorkbenchPart, ISelection) from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

441 : super.setInput(part, selection);

78. WARNING: DiscouragedReference

Discouraged access: The field _element from the type BaseCustomSection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

JSFHtmlSelectChoicesSection.java :

443 : _choiceViewer.setInput(_element);

79. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier 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

JSFHtmlSelectChoicesSection.java :

448 : protected void notifyChanged(final INodeNotifier notifier, final int eventType, final Object changedFeature, final Object oldValue,