Compiler Report

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

Number of source files: 749 Number of classfiles: 1016

Problems: 2146 (Errors: 0 Warnings: 2146 )

Source File: org/eclipse/jst/pagedesigner/IHTMLConstants.java
1. WARNING: DiscouragedReference

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

IHTMLConstants.java :

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

2. WARNING: DiscouragedReference

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

IHTMLConstants.java :

504 : TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, TAG_FORM);

3. WARNING: DiscouragedReference

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

IHTMLConstants.java :

504 : TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, TAG_FORM);

Source File: org/eclipse/jst/pagedesigner/PageDesignerTraceOptions.java
1. WARNING: DiscouragedReference

Discouraged access: The type FrameworkDebugOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar

PageDesignerTraceOptions.java :

13 : import org.eclipse.osgi.framework.debug.FrameworkDebugOptions;

2. WARNING: DiscouragedReference

Discouraged access: The type FrameworkDebugOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar

PageDesignerTraceOptions.java :

62 : final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type FrameworkDebugOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar

PageDesignerTraceOptions.java :

62 : final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();

Source File: org/eclipse/jst/pagedesigner/actions/link/MakeLinkAction.java
1. 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

MakeLinkAction.java :

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

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

MakeLinkAction.java :

147 : EditPart part = (EditPart) ((INodeNotifier) selectedNode) .getAdapterFor(EditPart.class);

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

MakeLinkAction.java :

147 : EditPart part = (EditPart) ((INodeNotifier) selectedNode)

Source File: org/eclipse/jst/pagedesigner/actions/menuextension/CustomedContextMenuActionGroup.java
1. 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

CustomedContextMenuActionGroup.java :

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

2. WARNING: DiscouragedReference

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

CustomedContextMenuActionGroup.java :

43 : private IStructuredModel _model;

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

CustomedContextMenuActionGroup.java :

106 : public IStructuredModel getModel() {

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

CustomedContextMenuActionGroup.java :

114 : public void setModel(IStructuredModel model) {

Source File: org/eclipse/jst/pagedesigner/actions/range/ChangeStyleAction.java
1. 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

ChangeStyleAction.java :

141 : && viewer.getModel().getDocument().hasChildNodes()) {

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

ChangeStyleAction.java :

166 : && viewer.getModel().getDocument().hasChildNodes()) {

Source File: org/eclipse/jst/pagedesigner/actions/range/DesignerToolBarAction.java
1. 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

DesignerToolBarAction.java :

99 : && viewer.getModel().getDocument().hasChildNodes()) {

Source File: org/eclipse/jst/pagedesigner/actions/range/RangeActionGroup.java
1. 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

RangeActionGroup.java :

158 : Document document = viewer.getModel().getDocument();

Source File: org/eclipse/jst/pagedesigner/actions/single/BorderStyleAction.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

BorderStyleAction.java :

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

BorderStyleAction.java :

29 : public BorderStyleAction(String text, IDOMElement ele, String stylevalue) {

Source File: org/eclipse/jst/pagedesigner/actions/single/ChangeAttributeAction.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

ChangeAttributeAction.java :

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

ChangeAttributeAction.java :

24 : IDOMElement _ele;

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

ChangeAttributeAction.java :

36 : public ChangeAttributeAction(String label, IDOMElement ele,

Source File: org/eclipse/jst/pagedesigner/actions/single/ChangeStyleAction.java
1. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

23 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

2. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

24 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

ChangeStyleAction.java :

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

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

ChangeStyleAction.java :

38 : private IDOMElement _element;

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

ChangeStyleAction.java :

44 : public ChangeStyleAction(ElementEditPart part, IDOMElement ele) {

6. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

51 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) this._element)

7. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

51 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) this._element)

8. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

57 : CSSPropertyContext context = new CSSPropertyContext(styleDeclaration);

9. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

57 : CSSPropertyContext context = new CSSPropertyContext(styleDeclaration);

10. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

57 : CSSPropertyContext context = new CSSPropertyContext(styleDeclaration);

11. WARNING: DiscouragedReference

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

ChangeStyleAction.java :

60 : if (context.isModified()) {

Source File: org/eclipse/jst/pagedesigner/actions/single/ChangeStylePropertyAction.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

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

ChangeStylePropertyAction.java :

26 : private IDOMElement _ele;

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

ChangeStylePropertyAction.java :

38 : public ChangeStylePropertyAction(String text, IDOMElement ele,

Source File: org/eclipse/jst/pagedesigner/actions/single/ColorSupport.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

ColorSupport.java :

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

ColorSupport.java :

71 : static void createColorActions(IMenuManager menu, IDOMElement ele,

Source File: org/eclipse/jst/pagedesigner/actions/single/SingleElementActionGroup.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

SingleElementActionGroup.java :

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

SingleElementActionGroup.java :

60 : IDOMElement ele = (IDOMElement) part.getIDOMNode();

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

SingleElementActionGroup.java :

60 : IDOMElement ele = (IDOMElement) part.getIDOMNode();

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

SingleElementActionGroup.java :

95 : private void addPositionRelativeMenu(IMenuManager menu, ElementEditPart part, IDOMElement 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

SingleElementActionGroup.java :

154 : IDOMElement ele) {

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

SingleElementActionGroup.java :

180 : IDOMElement ele) {

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

SingleElementActionGroup.java :

189 : ElementEditPart part, final IDOMElement ele) {

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

SingleElementActionGroup.java :

203 : final IDOMElement ele) {

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

SingleElementActionGroup.java :

224 : final IDOMElement ele) {

Source File: org/eclipse/jst/pagedesigner/actions/single/StyleClassSupport.java
1. WARNING: DiscouragedReference

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

StyleClassSupport.java :

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

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

StyleClassSupport.java :

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

StyleClassSupport.java :

36 : IDOMElement ele) {

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

StyleClassSupport.java :

76 : public static String getStyleClass(IDOMElement 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

StyleClassSupport.java :

92 : public static String getStyleClassAttributeName(IDOMElement ele) {

6. WARNING: DiscouragedReference

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

StyleClassSupport.java :

93 : CMElementDeclaration decl = CMUtil.getElementDeclaration(ele);

7. WARNING: DiscouragedReference

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

StyleClassSupport.java :

99 : if (decl.getAttributes().getNamedItem("class") != null) { //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

StyleClassSupport.java :

99 : if (decl.getAttributes().getNamedItem("class") != null) { //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

StyleClassSupport.java :

103 : } else if (decl.getAttributes().getNamedItem("styleClass") != null) { //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

StyleClassSupport.java :

103 : } else if (decl.getAttributes().getNamedItem("styleClass") != null) { //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

StyleClassSupport.java :

105 : } else if (decl.getAttributes().getNamedItem("class") != null) { //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

StyleClassSupport.java :

105 : } else if (decl.getAttributes().getNamedItem("class") != null) { //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/actions/single/StyleSupport.java
1. WARNING: DiscouragedReference

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

StyleSupport.java :

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

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

StyleSupport.java :

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

StyleSupport.java :

33 : ElementEditPart part, IDOMElement ele) {

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

StyleSupport.java :

43 : private static boolean hasStyleAttribute(IDOMElement ele) {

5. WARNING: DiscouragedReference

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

StyleSupport.java :

44 : CMElementDeclaration decl = CMUtil.getElementDeclaration(ele);

6. WARNING: DiscouragedReference

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

StyleSupport.java :

48 : if (decl.getAttributes().getNamedItem("style") != null) { //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

StyleSupport.java :

48 : if (decl.getAttributes().getNamedItem("style") != null) { //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/actions/table/TableActionGroup.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

TableActionGroup.java :

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

TableActionGroup.java :

73 : String tag = ((IDOMElement) tablePart.getIDOMNode()).getLocalName();

Source File: org/eclipse/jst/pagedesigner/adapters/IBodyInfo.java
1. 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

IBodyInfo.java :

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

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

IBodyInfo.java :

78 : public boolean isBodyContainer(IDOMNode node);

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

IBodyInfo.java :

90 : public boolean isBodyHeader(IDOMNode node, String uri, String localname);

Source File: org/eclipse/jst/pagedesigner/adapters/internal/BodyInfo.java
1. WARNING: DiscouragedReference

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

BodyInfo.java :

19 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

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

BodyInfo.java :

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

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

BodyInfo.java :

38 : public boolean isBodyContainer(IDOMNode node) {

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

BodyInfo.java :

76 : public boolean isBodyHeader(IDOMNode node, String uri, String localname) {

5. WARNING: DiscouragedReference

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

BodyInfo.java :

118 : return IJSPCoreConstants.TAG_DIRECTIVE_PAGE.equals(localname)

6. WARNING: DiscouragedReference

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

BodyInfo.java :

118 : return IJSPCoreConstants.TAG_DIRECTIVE_PAGE.equals(localname)

7. WARNING: DiscouragedReference

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

BodyInfo.java :

119 : || IJSPCoreConstants.TAG_DIRECTIVE_TAGLIB.equals(localname);

8. WARNING: DiscouragedReference

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

BodyInfo.java :

119 : || IJSPCoreConstants.TAG_DIRECTIVE_TAGLIB.equals(localname);

Source File: org/eclipse/jst/pagedesigner/commands/CreateItemCommand.java
1. 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

CreateItemCommand.java :

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

2. WARNING: DiscouragedReference

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

CreateItemCommand.java :

38 : public CreateItemCommand(String label, IDOMModel model,

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

CreateItemCommand.java :

40 : super(label, model.getDocument());

Source File: org/eclipse/jst/pagedesigner/commands/DesignerCommand.java
1. WARNING: DiscouragedReference

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

DesignerCommand.java :

34 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;

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

DesignerCommand.java :

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

3. WARNING: DiscouragedReference

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

DesignerCommand.java :

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

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

DesignerCommand.java :

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

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

DesignerCommand.java :

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

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

DesignerCommand.java :

51 : private final IDOMModel _model;

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

DesignerCommand.java :

76 : public DesignerCommand(String label, IDOMNode node) {

9. WARNING: DiscouragedReference

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

DesignerCommand.java :

77 : this(label, (IDOMDocument) node.getOwnerDocument());

10. WARNING: DiscouragedReference

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

DesignerCommand.java :

84 : public DesignerCommand(String label, IDOMDocument document)

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

DesignerCommand.java :

87 : this._model = document.getModel();

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

DesignerCommand.java :

88 : EditPart part = (EditPart) document.getAdapterFor(EditPart.class);

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

DesignerCommand.java :

104 : public IDOMModel getModel() {

14. WARNING: DiscouragedReference

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

DesignerCommand.java :

111 : public IDOMDocument getDocument() {

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

DesignerCommand.java :

112 : return getModel().getDocument();

16. WARNING: DiscouragedReference

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

DesignerCommand.java :

186 : getModel().beginRecording(this, getLabel(), position, length);

17. WARNING: DiscouragedReference

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

DesignerCommand.java :

188 : getModel().beginRecording(this, getLabel());

18. WARNING: DiscouragedReference

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

DesignerCommand.java :

191 : getModel().aboutToChangeModel();

19. WARNING: DiscouragedReference

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

DesignerCommand.java :

221 : getModel().changedModel();

20. WARNING: DiscouragedReference

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

DesignerCommand.java :

238 : getModel().endRecording(this, textSel.getOffset(), textSel.getLength());

21. WARNING: DiscouragedReference

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

DesignerCommand.java :

241 : getModel().endRecording(this);

22. WARNING: DiscouragedReference

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

DesignerCommand.java :

244 : getModel().endRecording(this);

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

DesignerCommand.java :

296 : if (node instanceof INodeNotifier) {

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

DesignerCommand.java :

297 : EditPart part = (EditPart) ((INodeNotifier) node) .getAdapterFor(EditPart.class);

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

DesignerCommand.java :

297 : EditPart part = (EditPart) ((INodeNotifier) node)

26. WARNING: DiscouragedReference

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

DesignerCommand.java :

331 : new HTMLFormatProcessorImpl().formatNode(node);

27. WARNING: DiscouragedReference

Discouraged access: The method formatNode(Node) from the type AbstractStructuredFormatProcessor 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

DesignerCommand.java :

331 : new HTMLFormatProcessorImpl().formatNode(node);

28. WARNING: DiscouragedReference

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

DesignerCommand.java :

331 : new HTMLFormatProcessorImpl().formatNode(node);

29. WARNING: DiscouragedReference

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

DesignerCommand.java :

342 : getModel().getUndoManager().redo();

30. WARNING: DiscouragedReference

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

DesignerCommand.java :

342 : getModel().getUndoManager().redo();

31. WARNING: DiscouragedReference

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

DesignerCommand.java :

356 : getModel().getUndoManager().undo();

32. WARNING: DiscouragedReference

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

DesignerCommand.java :

356 : getModel().getUndoManager().undo();

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

DesignerCommand.java :

367 : if (ele instanceof IDOMElement) {

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

DesignerCommand.java :

368 : EditPart part = (EditPart) ((IDOMElement) ele) .getAdapterFor(EditPart.class);

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

DesignerCommand.java :

368 : EditPart part = (EditPart) ((IDOMElement) ele)

Source File: org/eclipse/jst/pagedesigner/commands/MoveNodeCommand.java
1. WARNING: DiscouragedReference

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

MoveNodeCommand.java :

52 : getModel().beginRecording(this);

2. WARNING: DiscouragedReference

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

MoveNodeCommand.java :

87 : getModel().endRecording(this);

Source File: org/eclipse/jst/pagedesigner/commands/PaletteDropInsertCommand.java
1. WARNING: DiscouragedReference

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

PaletteDropInsertCommand.java :

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

2. WARNING: DiscouragedReference

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

PaletteDropInsertCommand.java :

65 : node = getSourceEditingTextTools().getNode(_location);

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

PaletteDropInsertCommand.java :

75 : if (getModel().getDocument().getFirstChild() != null) {

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

PaletteDropInsertCommand.java :

79 : .findPosition(getModel().getDocument().getEndOffset(), getModel().getDocument().getFirstChild());

5. WARNING: DiscouragedReference

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

PaletteDropInsertCommand.java :

79 : .findPosition(getModel().getDocument().getEndOffset(), getModel().getDocument().getFirstChild());

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

PaletteDropInsertCommand.java :

79 : .findPosition(getModel().getDocument().getEndOffset(), getModel().getDocument().getFirstChild());

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

PaletteDropInsertCommand.java :

83 : position = new DOMPosition(getModel().getDocument(), 0);

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

PaletteDropInsertCommand.java :

91 : final IStatus status = performCustomization(getModel().getDocument(),

9. WARNING: DiscouragedReference

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

PaletteDropInsertCommand.java :

111 : protected IStatus performCustomization(final IDOMDocument domDoc, final IDOMPosition position) {

Source File: org/eclipse/jst/pagedesigner/commands/PasteNodeCommand.java
1. WARNING: DiscouragedReference

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

PasteNodeCommand.java :

18 : import org.eclipse.wst.html.core.internal.document.ElementStyleImpl;

2. WARNING: DiscouragedReference

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

PasteNodeCommand.java :

47 : ((ElementStyleImpl) child).getStartOffset(),

3. WARNING: DiscouragedReference

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

PasteNodeCommand.java :

47 : ((ElementStyleImpl) child).getStartOffset(),

4. WARNING: DiscouragedReference

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

PasteNodeCommand.java :

48 : ((ElementStyleImpl) child).getStartOffset());

5. WARNING: DiscouragedReference

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

PasteNodeCommand.java :

48 : ((ElementStyleImpl) child).getStartOffset());

Source File: org/eclipse/jst/pagedesigner/commands/SourceViewerCommand.java
1. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

20 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;

2. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

22 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;

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

SourceViewerCommand.java :

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

4. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

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

5. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

25 : import org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools;

6. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

49 : IDOMSourceEditingTextTools tools = getSourceEditingTextTools();

7. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

50 : _document = tools.getDOMDocument();

8. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

56 : protected IDOMSourceEditingTextTools getSourceEditingTextTools() {

9. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

57 : IDOMSourceEditingTextTools tools = (IDOMSourceEditingTextTools) _editor

10. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

57 : IDOMSourceEditingTextTools tools = (IDOMSourceEditingTextTools) _editor

11. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

58 : .getAdapter(ISourceEditingTextTools.class);

12. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

76 : getModel().beginRecording(this, getLabel(), position, length);

13. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

77 : getModel().aboutToChangeModel();

14. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

86 : getModel().changedModel();

15. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

87 : getModel().endRecording(this);

16. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

98 : new HTMLFormatProcessorImpl().formatNode(node);

17. WARNING: DiscouragedReference

Discouraged access: The method formatNode(Node) from the type AbstractStructuredFormatProcessor 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

SourceViewerCommand.java :

98 : new HTMLFormatProcessorImpl().formatNode(node);

18. WARNING: DiscouragedReference

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

SourceViewerCommand.java :

98 : new HTMLFormatProcessorImpl().formatNode(node);

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

SourceViewerCommand.java :

104 : protected IDOMModel getModel() {

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

SourceViewerCommand.java :

105 : Assert.isTrue(_document != null && _document instanceof IDOMNode);

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

SourceViewerCommand.java :

106 : return ((IDOMNode) _document).getModel();

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

SourceViewerCommand.java :

106 : return ((IDOMNode) _document).getModel();

Source File: org/eclipse/jst/pagedesigner/commands/range/ApplyStyleCommand.java
1. 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

ApplyStyleCommand.java :

324 : Text middleText = getModel().getDocument().createTextNode(middle);

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

ApplyStyleCommand.java :

330 : getModel().getDocument().createTextNode(before), textNode);

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

ApplyStyleCommand.java :

344 : parent.insertBefore(getModel().getDocument().createTextNode(

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

ApplyStyleCommand.java :

424 : Element element = getModel().getDocument().createElement(getTag());

Source File: org/eclipse/jst/pagedesigner/commands/range/DesignEdit.java
1. 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

DesignEdit.java :

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

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

DesignEdit.java :

63 : _document = ((IDOMNode) _operationPosition.getContainerNode()) .getModel().getDocument();

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

DesignEdit.java :

63 : _document = ((IDOMNode) _operationPosition.getContainerNode()) .getModel().getDocument();

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

DesignEdit.java :

63 : _document = ((IDOMNode) _operationPosition.getContainerNode())

Source File: org/eclipse/jst/pagedesigner/commands/range/InsertEdit.java
1. WARNING: DiscouragedReference

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

InsertEdit.java :

23 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

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

InsertEdit.java :

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

3. WARNING: DiscouragedReference

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

InsertEdit.java :

151 : IJSPCoreConstants.TAG_LEADING_DIRECTIVE)

4. WARNING: DiscouragedReference

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

InsertEdit.java :

151 : IJSPCoreConstants.TAG_LEADING_DIRECTIVE)

5. WARNING: DiscouragedReference

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

InsertEdit.java :

152 : || IJSPCoreConstants.TAG_DECLARATION.equals(name)

6. WARNING: DiscouragedReference

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

InsertEdit.java :

152 : || IJSPCoreConstants.TAG_DECLARATION.equals(name)

7. WARNING: DiscouragedReference

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

InsertEdit.java :

153 : || IJSPCoreConstants.TAG_EXPRESSION.equals(name) || IJSPCoreConstants.TAG_SCRIPTLET

8. WARNING: DiscouragedReference

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

InsertEdit.java :

153 : || IJSPCoreConstants.TAG_EXPRESSION.equals(name) || IJSPCoreConstants.TAG_SCRIPTLET

9. WARNING: DiscouragedReference

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

InsertEdit.java :

153 : || IJSPCoreConstants.TAG_EXPRESSION.equals(name) || IJSPCoreConstants.TAG_SCRIPTLET

10. WARNING: DiscouragedReference

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

InsertEdit.java :

153 : || IJSPCoreConstants.TAG_EXPRESSION.equals(name) || IJSPCoreConstants.TAG_SCRIPTLET

11. WARNING: DiscouragedReference

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

InsertEdit.java :

156 : ((IDOMElement) node).setJSPTag(true);

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

InsertEdit.java :

156 : ((IDOMElement) node).setJSPTag(true);

Source File: org/eclipse/jst/pagedesigner/commands/range/ParagraphApplyStyleCommand.java
1. 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

ParagraphApplyStyleCommand.java :

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

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

ParagraphApplyStyleCommand.java :

260 : TextEditPart part = (TextEditPart) ((INodeNotifier) startNode) .getAdapterFor(EditPart.class);

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

ParagraphApplyStyleCommand.java :

260 : TextEditPart part = (TextEditPart) ((INodeNotifier) startNode)

Source File: org/eclipse/jst/pagedesigner/commands/range/RangeModeCommand.java
1. WARNING: DiscouragedReference

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

RangeModeCommand.java :

87 : getModel().beginRecording(this, getLabel(), position, length);

2. WARNING: DiscouragedReference

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

RangeModeCommand.java :

89 : getModel().beginRecording(this, getLabel());

3. WARNING: DiscouragedReference

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

RangeModeCommand.java :

92 : getModel().aboutToChangeModel();

Source File: org/eclipse/jst/pagedesigner/commands/range/SelectAllCommand.java
1. 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

SelectAllCommand.java :

47 : Node document = _viewer.getModel().getDocument();

Source File: org/eclipse/jst/pagedesigner/commands/single/AddSubNodeCommand.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

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

AddSubNodeCommand.java :

26 : private final IDOMElement _parent;

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

AddSubNodeCommand.java :

27 : private IDOMElement _child;

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

AddSubNodeCommand.java :

42 : public AddSubNodeCommand(String label, IDOMElement node, String name,

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

AddSubNodeCommand.java :

61 : String prefix = JSPUtil.getOrCreatePrefix(_parent.getModel(), _url, null);

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

AddSubNodeCommand.java :

65 : _child = (IDOMElement) _parent.getOwnerDocument().createElement(nodeName);

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

AddSubNodeCommand.java :

84 : public IDOMElement getChildNode() {

Source File: org/eclipse/jst/pagedesigner/commands/single/ChangeAttributeCommand.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

ChangeAttributeCommand.java :

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

ChangeAttributeCommand.java :

26 : private IDOMElement _element;

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

ChangeAttributeCommand.java :

44 : public ChangeAttributeCommand(String label, IDOMElement node,

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

ChangeAttributeCommand.java :

58 : public ChangeAttributeCommand(String label, IDOMElement node, Map attributes) {

Source File: org/eclipse/jst/pagedesigner/commands/single/ChangeStyleCommand.java
1. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

2. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

20 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

ChangeStyleCommand.java :

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

4. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

31 : private CSSPropertyContext _context = null;

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

ChangeStyleCommand.java :

37 : public ChangeStyleCommand(IDOMElement node, Map map) {

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

ChangeStyleCommand.java :

47 : public ChangeStyleCommand(IDOMElement node, CSSPropertyContext context) {

7. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

47 : public ChangeStyleCommand(IDOMElement node, CSSPropertyContext context) {

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

ChangeStyleCommand.java :

59 : getOriginalElement().getModel().beginRecording(this);

9. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

59 : getOriginalElement().getModel().beginRecording(this);

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

ChangeStyleCommand.java :

62 : IDOMElement original = this.getOriginalElement();

11. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

65 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) getOriginalElement())

12. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

65 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) getOriginalElement())

13. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

71 : styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) getOriginalElement())

14. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

74 : _context.applyModified(styleDeclaration);

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

ChangeStyleCommand.java :

77 : getOriginalElement().getModel().endRecording(this);

16. WARNING: DiscouragedReference

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

ChangeStyleCommand.java :

77 : getOriginalElement().getModel().endRecording(this);

Source File: org/eclipse/jst/pagedesigner/commands/single/ChangeTagCommand.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

ChangeTagCommand.java :

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

ChangeTagCommand.java :

32 : private final IDOMElement _element;

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

ChangeTagCommand.java :

51 : public ChangeTagCommand(String label, IDOMElement node, String totaltag,

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

ChangeTagCommand.java :

82 : IDOMElement replacement = (IDOMElement) _element.getOwnerDocument()

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

ChangeTagCommand.java :

82 : IDOMElement replacement = (IDOMElement) _element.getOwnerDocument()

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

ChangeTagCommand.java :

115 : public IDOMElement getNewElement() {

Source File: org/eclipse/jst/pagedesigner/commands/single/InsertSubNodeCommand.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

InsertSubNodeCommand.java :

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

InsertSubNodeCommand.java :

21 : private IDOMElement _parent, _child, _refchild;

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

InsertSubNodeCommand.java :

29 : public InsertSubNodeCommand(String label, IDOMElement parent,

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

InsertSubNodeCommand.java :

30 : IDOMElement child, IDOMElement refchild) {

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

InsertSubNodeCommand.java :

30 : IDOMElement child, IDOMElement refchild) {

Source File: org/eclipse/jst/pagedesigner/commands/single/RemoveSubNodeCommand.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

RemoveSubNodeCommand.java :

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

RemoveSubNodeCommand.java :

21 : private IDOMElement _parent, _child;

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

RemoveSubNodeCommand.java :

28 : public RemoveSubNodeCommand(String label, IDOMElement parent,

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

RemoveSubNodeCommand.java :

29 : IDOMElement child) {

Source File: org/eclipse/jst/pagedesigner/commands/single/SingleNodeCommand.java
1. 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

SingleNodeCommand.java :

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

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

SingleNodeCommand.java :

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

SingleNodeCommand.java :

47 : IDOMElement _originalElement;

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

SingleNodeCommand.java :

49 : IDOMElement _replacement;

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

SingleNodeCommand.java :

55 : public SingleNodeCommand(String label, IDOMElement node) {

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

SingleNodeCommand.java :

86 : protected void setReplacedElement(IDOMElement ele) {

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

SingleNodeCommand.java :

93 : protected IDOMElement getReplacedElment() {

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

SingleNodeCommand.java :

100 : protected IDOMElement getOriginalElement() {

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

SingleNodeCommand.java :

124 : if (obj instanceof INodeNotifier) {

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

SingleNodeCommand.java :

125 : EditPart part = (EditPart) ((INodeNotifier) obj) .getAdapterFor(EditPart.class);

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

SingleNodeCommand.java :

125 : EditPart part = (EditPart) ((INodeNotifier) obj)

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

SingleNodeCommand.java :

143 : IDOMElement original, IDOMElement replacement) {

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

SingleNodeCommand.java :

143 : IDOMElement original, IDOMElement replacement) {

Source File: org/eclipse/jst/pagedesigner/converter/AbstractTagConverter.java
1. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

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

2. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

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

3. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

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

4. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

39 : ITagEditInfo, INodeAdapter, IDOMFactory {

5. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

40 : private IDOMDocument _targetDocument;

6. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

71 : public void setDestDocument(IDOMDocument document) {

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

AbstractTagConverter.java :

86 : if (_resultElement instanceof INodeNotifier) {

8. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

87 : ((INodeNotifier) _resultElement).addAdapter(this);

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

AbstractTagConverter.java :

87 : ((INodeNotifier) _resultElement).addAdapter(this);

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

AbstractTagConverter.java :

97 : public void notifyChanged(INodeNotifier notifier, int eventType,

11. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

254 : public IDOMDocument getDestDocument() {

12. WARNING: DiscouragedReference

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

AbstractTagConverter.java :

258 : return (IDOMDocument) _hostElement.getOwnerDocument();

Source File: org/eclipse/jst/pagedesigner/converter/ConverterFactoryRegistry.java
1. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

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

2. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

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

3. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

77 : final IDOMDocument targetDocument)

4. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

164 : final CMElementDeclaration decl = CMUtil.getElementDeclaration(ele);

5. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

178 : final int contentType = decl.getContentType();

6. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

179 : if (contentType == CMElementDeclaration.EMPTY)

7. WARNING: DiscouragedReference

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

ConverterFactoryRegistry.java :

179 : if (contentType == CMElementDeclaration.EMPTY)

Source File: org/eclipse/jst/pagedesigner/converter/ConverterUtil.java
1. WARNING: DiscouragedReference

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

ConverterUtil.java :

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

2. WARNING: DiscouragedReference

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

ConverterUtil.java :

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

3. WARNING: DiscouragedReference

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

ConverterUtil.java :

81 : if (!(node instanceof IDOMText)) {

4. WARNING: DiscouragedReference

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

ConverterUtil.java :

84 : if (!((IDOMText) node).isElementContentWhitespace()) {

5. WARNING: DiscouragedReference

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

ConverterUtil.java :

84 : if (!((IDOMText) node).isElementContentWhitespace()) {

6. WARNING: DiscouragedReference

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

ConverterUtil.java :

96 : public static Element createDescriptionElement(IDOMDocument document,

Source File: org/eclipse/jst/pagedesigner/converter/HTMLStringTagConverter.java
1. WARNING: DiscouragedReference

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

HTMLStringTagConverter.java :

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

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

HTMLStringTagConverter.java :

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

3. WARNING: DiscouragedReference

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

HTMLStringTagConverter.java :

69 : IModelManager manager = StructuredModelManager.getModelManager();

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

HTMLStringTagConverter.java :

71 : IDOMModel model = (IDOMModel) manager.getModelForRead(id, stream,

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

HTMLStringTagConverter.java :

71 : IDOMModel model = (IDOMModel) manager.getModelForRead(id, stream,

6. WARNING: DiscouragedReference

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

HTMLStringTagConverter.java :

71 : IDOMModel model = (IDOMModel) manager.getModelForRead(id, stream, null);

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

HTMLStringTagConverter.java :

73 : Element root = model.getDocument().getDocumentElement();

8. WARNING: DiscouragedReference

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

HTMLStringTagConverter.java :

76 : model.releaseFromRead();

Source File: org/eclipse/jst/pagedesigner/converter/HiddenTagConverter.java
1. WARNING: DiscouragedReference

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

HiddenTagConverter.java :

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

2. WARNING: DiscouragedReference

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

HiddenTagConverter.java :

53 : public void setDestDocument(IDOMDocument document) {

Source File: org/eclipse/jst/pagedesigner/converter/ITagConverter.java
1. WARNING: DiscouragedReference

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

ITagConverter.java :

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

2. WARNING: DiscouragedReference

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

ITagConverter.java :

34 : public void setDestDocument(IDOMDocument document);

Source File: org/eclipse/jst/pagedesigner/converter/jsp/IncludeTagConverterPreview.java
1. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

29 : import org.eclipse.jst.pagedesigner.jsp.core.internal.pagevar.DocumentPageVariableAdapter;

2. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

30 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.adapter.PageVariableAdapterFactory;

3. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

34 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

4. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

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

5. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

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

IncludeTagConverterPreview.java :

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

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

IncludeTagConverterPreview.java :

109 : IDOMModel xmlModel = null;

8. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

110 : DocumentPageVariableAdapter provider = null;

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

IncludeTagConverterPreview.java :

114 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead(

10. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

114 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead( file);

11. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

117 : IDOMDocument doc = xmlModel.getDocument();

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

IncludeTagConverterPreview.java :

117 : IDOMDocument doc = xmlModel.getDocument();

13. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

122 : xmlModel.getFactoryRegistry().addFactory(

14. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry 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

IncludeTagConverterPreview.java :

122 : xmlModel.getFactoryRegistry().addFactory( new PageVariableAdapterFactory());

15. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

123 : new PageVariableAdapterFactory());

16. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

123 : new PageVariableAdapterFactory());

17. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentPageVariableAdapter(IDOMDocument) 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

IncludeTagConverterPreview.java :

124 : provider = new DocumentPageVariableAdapter(doc);

18. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

124 : provider = new DocumentPageVariableAdapter(doc);

19. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

125 : doc.addAdapter(provider);

20. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

127 : provider.refresh();

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

IncludeTagConverterPreview.java :

131 : Node child = xmlModel.getDocument().getFirstChild();

22. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

167 : xmlModel.releaseFromRead();

23. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

174 : URIResolver resolver = null;

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

IncludeTagConverterPreview.java :

175 : if (element instanceof IDOMNode) {

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

IncludeTagConverterPreview.java :

177 : resolver = ((IDOMNode) element).getModel().getResolver();

26. WARNING: DiscouragedReference

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

IncludeTagConverterPreview.java :

177 : resolver = ((IDOMNode) element).getModel().getResolver();

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

IncludeTagConverterPreview.java :

177 : resolver = ((IDOMNode) element).getModel().getResolver();

28. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String) from the type URIResolver 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

IncludeTagConverterPreview.java :

184 : return resolver.getLocationByURI(src);

Source File: org/eclipse/jst/pagedesigner/converter/jsp/JSPConverterFactory.java
1. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

25 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

2. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

54 : if (IJSPCoreConstants.TAG_INCLUDE.equalsIgnoreCase(tagName)) {

3. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

54 : if (IJSPCoreConstants.TAG_INCLUDE.equalsIgnoreCase(tagName)) {

4. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

59 : } else if (IJSPCoreConstants.TAG_DIRECTIVE_INCLUDE

5. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

59 : } else if (IJSPCoreConstants.TAG_DIRECTIVE_INCLUDE

6. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

65 : } else if (IJSPCoreConstants.TAG_ROOT.equalsIgnoreCase(tagName)) {

7. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

65 : } else if (IJSPCoreConstants.TAG_ROOT.equalsIgnoreCase(tagName)) {

8. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

74 : if (IJSPCoreConstants.TAG_ROOT.equalsIgnoreCase(tagName)) {

9. WARNING: DiscouragedReference

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

JSPConverterFactory.java :

74 : if (IJSPCoreConstants.TAG_ROOT.equalsIgnoreCase(tagName)) {

Source File: org/eclipse/jst/pagedesigner/css2/CSSTempUtil.java
1. WARNING: DiscouragedReference

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

CSSTempUtil.java :

20 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

2. WARNING: DiscouragedReference

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

CSSTempUtil.java :

21 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

3. WARNING: DiscouragedReference

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

CSSTempUtil.java :

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

4. WARNING: DiscouragedReference

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

CSSTempUtil.java :

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

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

CSSTempUtil.java :

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

CSSTempUtil.java :

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

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

CSSTempUtil.java :

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

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

CSSTempUtil.java :

56 : INodeNotifier docnotifier = (INodeNotifier) element.getOwnerDocument();

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

CSSTempUtil.java :

56 : INodeNotifier docnotifier = (INodeNotifier) element.getOwnerDocument();

10. WARNING: DiscouragedReference

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

CSSTempUtil.java :

57 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) docnotifier

11. WARNING: DiscouragedReference

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

CSSTempUtil.java :

57 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) docnotifier

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

CSSTempUtil.java :

57 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) docnotifier .getAdapterFor(IStyleSheetListAdapter.class);

13. WARNING: DiscouragedReference

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

CSSTempUtil.java :

58 : .getAdapterFor(IStyleSheetListAdapter.class);

14. WARNING: DiscouragedReference

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

CSSTempUtil.java :

60 : StyleSheetList ssl = (adapter == null ? null : adapter.getStyleSheets());

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

CSSTempUtil.java :

80 : if (element instanceof IDOMNode) {

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

CSSTempUtil.java :

82 : DTSkinManager.getInstance((IDOMNode)element).getCurrentSkins();

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

CSSTempUtil.java :

96 : IDOMElement element = (IDOMElement) node;

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

CSSTempUtil.java :

96 : IDOMElement element = (IDOMElement) node;

19. WARNING: DiscouragedReference

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

CSSTempUtil.java :

103 : if (element.isCommentTag()) {

20. WARNING: DiscouragedReference

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

CSSTempUtil.java :

115 : .equalsIgnoreCase(HTML40Namespace.ElementName.HEAD)) {

21. WARNING: DiscouragedReference

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

CSSTempUtil.java :

115 : .equalsIgnoreCase(HTML40Namespace.ElementName.HEAD)) {

22. WARNING: DiscouragedReference

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

CSSTempUtil.java :

115 : .equalsIgnoreCase(HTML40Namespace.ElementName.HEAD)) {

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

CSSTempUtil.java :

120 : INodeNotifier notifier = element;

24. WARNING: DiscouragedReference

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

CSSTempUtil.java :

129 : INodeAdapter adapter = notifier

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

CSSTempUtil.java :

129 : INodeAdapter adapter = notifier .getAdapterFor(IStyleSheetAdapter.class);

26. WARNING: DiscouragedReference

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

CSSTempUtil.java :

130 : .getAdapterFor(IStyleSheetAdapter.class);

27. WARNING: DiscouragedReference

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

CSSTempUtil.java :

131 : if (adapter instanceof IStyleSheetAdapter) {

28. WARNING: DiscouragedReference

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

CSSTempUtil.java :

134 : IStyleSheetAdapter sheetAdapter = (IStyleSheetAdapter) adapter;

29. WARNING: DiscouragedReference

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

CSSTempUtil.java :

134 : IStyleSheetAdapter sheetAdapter = (IStyleSheetAdapter) adapter;

30. WARNING: DiscouragedReference

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

CSSTempUtil.java :

135 : if (sheetAdapter.getElement() != null

31. WARNING: DiscouragedReference

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

CSSTempUtil.java :

136 : && "text/css".equals(sheetAdapter.getElement().getAttribute(HTML40Namespace.ATTR_NAME_TYPE))) //$NON-NLS-1$

32. WARNING: DiscouragedReference

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

CSSTempUtil.java :

136 : && "text/css".equals(sheetAdapter.getElement().getAttribute(HTML40Namespace.ATTR_NAME_TYPE))) //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

CSSTempUtil.java :

136 : && "text/css".equals(sheetAdapter.getElement().getAttribute(HTML40Namespace.ATTR_NAME_TYPE))) //$NON-NLS-1$

34. WARNING: DiscouragedReference

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

CSSTempUtil.java :

139 : StyleSheet sheet = ((IStyleSheetAdapter) adapter) .getSheet();

35. WARNING: DiscouragedReference

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

CSSTempUtil.java :

139 : StyleSheet sheet = ((IStyleSheetAdapter) adapter)

Source File: org/eclipse/jst/pagedesigner/css2/CSSUtil.java
1. WARNING: DiscouragedReference

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

CSSUtil.java :

28 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

2. WARNING: DiscouragedReference

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

CSSUtil.java :

29 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

3. WARNING: DiscouragedReference

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

CSSUtil.java :

30 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

4. WARNING: DiscouragedReference

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

CSSUtil.java :

31 : import org.eclipse.wst.css.core.internal.util.CSSClassTraverser;

5. WARNING: DiscouragedReference

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

CSSUtil.java :

32 : import org.eclipse.wst.html.core.internal.htmlcss.CSSQueryTraverser;

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

CSSUtil.java :

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

7. WARNING: DiscouragedReference

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

CSSUtil.java :

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

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

CSSUtil.java :

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

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

CSSUtil.java :

55 : if (doc instanceof INodeNotifier) {

10. WARNING: DiscouragedReference

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

CSSUtil.java :

56 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) ((INodeNotifier) doc)

11. WARNING: DiscouragedReference

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

CSSUtil.java :

56 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) ((INodeNotifier) doc)

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

CSSUtil.java :

56 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) ((INodeNotifier) doc) .getAdapterFor(IStyleSheetListAdapter.class);

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

CSSUtil.java :

56 : IStyleSheetListAdapter adapter = (IStyleSheetListAdapter) ((INodeNotifier) doc)

14. WARNING: DiscouragedReference

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

CSSUtil.java :

57 : .getAdapterFor(IStyleSheetListAdapter.class);

15. WARNING: DiscouragedReference

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

CSSUtil.java :

58 : StyleSheetList ssl = (adapter == null ? null : adapter .getStyleSheets());

16. WARNING: DiscouragedReference

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

CSSUtil.java :

61 : CSSClassTraverser traverser = new CSSClassTraverser();

17. WARNING: DiscouragedReference

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

CSSUtil.java :

61 : CSSClassTraverser traverser = new CSSClassTraverser();

18. WARNING: DiscouragedReference

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

CSSUtil.java :

61 : CSSClassTraverser traverser = new CSSClassTraverser();

19. WARNING: DiscouragedReference

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

CSSUtil.java :

68 : traverser.apply((ICSSNode) ss);

20. WARNING: DiscouragedReference

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

CSSUtil.java :

68 : traverser.apply((ICSSNode) ss);

21. WARNING: DiscouragedReference

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

CSSUtil.java :

76 : c = traverser.getClassNames();

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

CSSUtil.java :

92 : if (node instanceof IDOMElement) {

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

CSSUtil.java :

93 : style = (ICSSStyle) ((IDOMElement) node) .getAdapterFor(ICSSStyle.class);

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

CSSUtil.java :

93 : style = (ICSSStyle) ((IDOMElement) node)

25. WARNING: DiscouragedReference

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

CSSUtil.java :

151 : CSSQueryTraverser query = new CSSQueryTraverser();

26. WARNING: DiscouragedReference

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

CSSUtil.java :

151 : CSSQueryTraverser query = new CSSQueryTraverser();

27. WARNING: DiscouragedReference

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

CSSUtil.java :

151 : CSSQueryTraverser query = new CSSQueryTraverser();

28. WARNING: DiscouragedReference

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

CSSUtil.java :

152 : query.setTraverseImported(true);

29. WARNING: DiscouragedReference

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

CSSUtil.java :

153 : query.setTraverseImportFirst(true);

30. WARNING: DiscouragedReference

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

CSSUtil.java :

154 : query.setElement(element, pseudoName);

31. WARNING: DiscouragedReference

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

CSSUtil.java :

166 : query.apply((ICSSNode) ss);

32. WARNING: DiscouragedReference

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

CSSUtil.java :

166 : query.apply((ICSSNode) ss);

33. WARNING: DiscouragedReference

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

CSSUtil.java :

174 : CSSStyleDeclaration declare = query.getDeclaration();

34. WARNING: DiscouragedReference

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

CSSUtil.java :

191 : CSSQueryTraverser query = new CSSQueryTraverser();

35. WARNING: DiscouragedReference

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

CSSUtil.java :

191 : CSSQueryTraverser query = new CSSQueryTraverser();

36. WARNING: DiscouragedReference

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

CSSUtil.java :

191 : CSSQueryTraverser query = new CSSQueryTraverser();

37. WARNING: DiscouragedReference

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

CSSUtil.java :

192 : query.setTraverseImported(true);

38. WARNING: DiscouragedReference

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

CSSUtil.java :

193 : query.setTraverseImportFirst(true);

39. WARNING: DiscouragedReference

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

CSSUtil.java :

195 : query.setElement(element, pseudoName);

40. WARNING: DiscouragedReference

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

CSSUtil.java :

209 : query.apply((ICSSNode) _userAgentDefault);

41. WARNING: DiscouragedReference

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

CSSUtil.java :

209 : query.apply((ICSSNode) _userAgentDefault);

42. WARNING: DiscouragedReference

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

CSSUtil.java :

215 : CSSStyleDeclaration declare = query.getDeclaration();

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

CSSUtil.java :

238 : IStructuredModel model = StructuredModelManager.getModelManager()

44. WARNING: DiscouragedReference

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

CSSUtil.java :

238 : IStructuredModel model = StructuredModelManager.getModelManager() .getModelForEdit(IJMTConstants.USERAGENT, input, null);

45. WARNING: DiscouragedReference

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

CSSUtil.java :

240 : ICSSModel cssmodel = (ICSSModel) model;

46. WARNING: DiscouragedReference

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

CSSUtil.java :

240 : ICSSModel cssmodel = (ICSSModel) model;

47. WARNING: DiscouragedReference

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

CSSUtil.java :

241 : _userAgentDefault = (StyleSheet) cssmodel.getDocument();

Source File: org/eclipse/jst/pagedesigner/css2/ICSSStyle.java
1. WARNING: DiscouragedReference

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

ICSSStyle.java :

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

2. WARNING: DiscouragedReference

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

ICSSStyle.java :

27 : public interface ICSSStyle extends INodeAdapter, IAdaptable

Source File: org/eclipse/jst/pagedesigner/css2/list/CounterHelper.java
1. WARNING: DiscouragedReference

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

CounterHelper.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

2. WARNING: DiscouragedReference

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

CounterHelper.java :

263 : return (cssValue instanceof ICSSPrimitiveValue)

3. WARNING: DiscouragedReference

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

CounterHelper.java :

264 : && ((ICSSPrimitiveValue) cssValue).getPrimitiveType() == CSSPrimitiveValue.CSS_IDENT;

4. WARNING: DiscouragedReference

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

CounterHelper.java :

272 : return cssValue instanceof ICSSPrimitiveValue

5. WARNING: DiscouragedReference

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

CounterHelper.java :

273 : && ((ICSSPrimitiveValue) cssValue).getPrimitiveType() == ICSSPrimitiveValue.CSS_INTEGER;

6. WARNING: DiscouragedReference

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

CounterHelper.java :

273 : && ((ICSSPrimitiveValue) cssValue).getPrimitiveType() == ICSSPrimitiveValue.CSS_INTEGER;

7. WARNING: DiscouragedReference

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

CounterHelper.java :

273 : && ((ICSSPrimitiveValue) cssValue).getPrimitiveType() == ICSSPrimitiveValue.CSS_INTEGER;

Source File: org/eclipse/jst/pagedesigner/css2/property/BackgroundImageMeta.java
1. 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

BackgroundImageMeta.java :

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

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

BackgroundImageMeta.java :

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

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

BackgroundImageMeta.java :

139 : if (element instanceof IDOMNode) {

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

BackgroundImageMeta.java :

140 : IDOMModel model = ((IDOMNode)element).getModel();

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

BackgroundImageMeta.java :

140 : IDOMModel model = ((IDOMNode)element).getModel();

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

BackgroundImageMeta.java :

140 : IDOMModel model = ((IDOMNode)element).getModel();

7. WARNING: DiscouragedReference

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

BackgroundImageMeta.java :

142 : String baseLocation = model.getBaseLocation();

Source File: org/eclipse/jst/pagedesigner/css2/property/CounterIncrementMeta.java
1. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

2. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

3. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

72 : ICSSNode cssValue = (ICSSNode) value;

4. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

72 : ICSSNode cssValue = (ICSSNode) value;

5. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

76 : cssValue = cssValue.getNextSibling();

6. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

82 : identifier = ((ICSSPrimitiveValue) value).getStringValue();

7. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

83 : cssValue = cssValue.getNextSibling();

8. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

86 : increment = new Integer((int) ((ICSSPrimitiveValue) value)

9. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

87 : .getFloatValue(ICSSPrimitiveValue.CSS_INTEGER));

10. WARNING: DiscouragedReference

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

CounterIncrementMeta.java :

87 : .getFloatValue(ICSSPrimitiveValue.CSS_INTEGER));

Source File: org/eclipse/jst/pagedesigner/css2/property/CounterResetMeta.java
1. WARNING: DiscouragedReference

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

CounterResetMeta.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

2. WARNING: DiscouragedReference

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

CounterResetMeta.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

3. WARNING: DiscouragedReference

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

CounterResetMeta.java :

69 : ICSSNode cssValue = (ICSSNode) value;

4. WARNING: DiscouragedReference

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

CounterResetMeta.java :

69 : ICSSNode cssValue = (ICSSNode) value;

5. WARNING: DiscouragedReference

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

CounterResetMeta.java :

73 : cssValue = cssValue.getNextSibling();

6. WARNING: DiscouragedReference

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

CounterResetMeta.java :

79 : identifier = ((ICSSPrimitiveValue) value).getStringValue();

7. WARNING: DiscouragedReference

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

CounterResetMeta.java :

80 : cssValue = cssValue.getNextSibling();

8. WARNING: DiscouragedReference

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

CounterResetMeta.java :

83 : initial = new Integer((int) ((ICSSPrimitiveValue) value)

9. WARNING: DiscouragedReference

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

CounterResetMeta.java :

84 : .getFloatValue(ICSSPrimitiveValue.CSS_INTEGER));

10. WARNING: DiscouragedReference

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

CounterResetMeta.java :

84 : .getFloatValue(ICSSPrimitiveValue.CSS_INTEGER));

Source File: org/eclipse/jst/pagedesigner/css2/property/FloatInfo.java
1. WARNING: DiscouragedReference

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

FloatInfo.java :

14 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

2. WARNING: DiscouragedReference

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

FloatInfo.java :

89 : valueType = ICSSPrimitiveValue.CSS_INTEGER;

3. WARNING: DiscouragedReference

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

FloatInfo.java :

89 : valueType = ICSSPrimitiveValue.CSS_INTEGER;

Source File: org/eclipse/jst/pagedesigner/css2/style/AbstractStyle.java
1. 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

AbstractStyle.java :

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

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

AbstractStyle.java :

335 : while (node instanceof Element && node instanceof INodeNotifier) {

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

AbstractStyle.java :

336 : ICSSStyle parentStyle = (ICSSStyle) ((INodeNotifier) node) .getAdapterFor(ICSSStyle.class);

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

AbstractStyle.java :

336 : ICSSStyle parentStyle = (ICSSStyle) ((INodeNotifier) node)

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

AbstractStyle.java :

474 : public void notifyChanged(INodeNotifier notifier, int eventType,

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

AbstractStyle.java :

669 : if (this._element instanceof INodeNotifier) {

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

AbstractStyle.java :

670 : Object ret = ((INodeNotifier) _element).getAdapterFor(adapter);

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

AbstractStyle.java :

670 : Object ret = ((INodeNotifier) _element).getAdapterFor(adapter);

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

AbstractStyle.java :

704 : if (_element instanceof INodeNotifier) {

10. WARNING: DiscouragedReference

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

AbstractStyle.java :

705 : Collection nodeAdapters = ((INodeNotifier)_element).getAdapters();

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

AbstractStyle.java :

705 : Collection nodeAdapters = ((INodeNotifier)_element).getAdapters();

Source File: org/eclipse/jst/pagedesigner/css2/style/DefaultStyle.java
1. 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

DefaultStyle.java :

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

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

DefaultStyle.java :

131 : public void notifyChanged(INodeNotifier notifier, int eventType,

Source File: org/eclipse/jst/pagedesigner/css2/style/HiddenElementStyle.java
1. 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

HiddenElementStyle.java :

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

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

HiddenElementStyle.java :

72 : if (_convertedElement instanceof INodeNotifier) {

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

HiddenElementStyle.java :

73 : Object ret = ((INodeNotifier) _convertedElement) .getAdapterFor(AbstractStyle.class);

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

HiddenElementStyle.java :

73 : Object ret = ((INodeNotifier) _convertedElement)

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

HiddenElementStyle.java :

88 : if (_convertedElement instanceof INodeNotifier) {

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

HiddenElementStyle.java :

89 : Object ret = ((INodeNotifier) _convertedElement) .getAdapterFor(AbstractStyle.class);

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

HiddenElementStyle.java :

89 : Object ret = ((INodeNotifier) _convertedElement)

Source File: org/eclipse/jst/pagedesigner/dnd/internal/DesignerSourceDropTargetListener.java
1. WARNING: DiscouragedReference

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

DesignerSourceDropTargetListener.java :

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

2. WARNING: DiscouragedReference

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

DesignerSourceDropTargetListener.java :

32 : ExtendedEditorDropTargetAdapter implements

3. WARNING: DiscouragedReference

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

DesignerSourceDropTargetListener.java :

42 : super(false);

4. WARNING: DiscouragedReference

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

DesignerSourceDropTargetListener.java :

44 : setTextViewer(_textEditor.getTextViewer());

5. WARNING: DiscouragedReference

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

DesignerSourceDropTargetListener.java :

93 : super.dragOver(event);

Source File: org/eclipse/jst/pagedesigner/dnd/internal/DesignerSourceMouseTrackAdapter.java
1. WARNING: DiscouragedReference

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

DesignerSourceMouseTrackAdapter.java :

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

2. WARNING: DiscouragedReference

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

DesignerSourceMouseTrackAdapter.java :

32 : ExtendedEditorDropTargetAdapter implements MouseListener,

3. WARNING: DiscouragedReference

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

DesignerSourceMouseTrackAdapter.java :

46 : super(false);

Source File: org/eclipse/jst/pagedesigner/dnd/internal/LocalSelectionDropTargetListener.java
1. WARNING: DiscouragedReference

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

LocalSelectionDropTargetListener.java :

114 : String path = ((IHTMLGraphicalViewer) getViewer()).getModel() .getBaseLocation();

Source File: org/eclipse/jst/pagedesigner/dnd/internal/SourceViewerDragDropHelper.java
1. 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

SourceViewerDragDropHelper.java :

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

2. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

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

3. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

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

4. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

35 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

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

SourceViewerDragDropHelper.java :

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

6. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

230 : protected ModelQuery getModelQuery(Node node) {

7. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

232 : return ModelQueryUtil.getModelQuery((Document) node);

8. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

232 : return ModelQueryUtil.getModelQuery((Document) node);

9. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

234 : return ModelQueryUtil.getModelQuery(node.getOwnerDocument());

10. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

234 : return ModelQueryUtil.getModelQuery(node.getOwnerDocument());

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

SourceViewerDragDropHelper.java :

245 : ((IDOMNode) element).getModel(), caretPos, false);

12. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

245 : ((IDOMNode) element).getModel(), caretPos, false);

13. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

261 : start = ((IndexedRegion) tmp).getEndOffset();

14. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

261 : start = ((IndexedRegion) tmp).getEndOffset();

15. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

264 : start = ((IndexedRegion) tmp).getStartOffset();

16. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

264 : start = ((IndexedRegion) tmp).getStartOffset();

17. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

268 : offset = ((IndexedRegion) tmp).getStartOffset() - start;

18. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

268 : offset = ((IndexedRegion) tmp).getStartOffset() - start;

19. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

271 : offset = ((IndexedRegion) tmp).getEndOffset() - start;

20. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

271 : offset = ((IndexedRegion) tmp).getEndOffset() - start;

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

SourceViewerDragDropHelper.java :

353 : IStructuredModel model = textEditor.getModel();

22. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

358 : IndexedRegion inode = model.getIndexedRegion(pos);

23. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

358 : IndexedRegion inode = model.getIndexedRegion(pos);

24. WARNING: DiscouragedReference

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

SourceViewerDragDropHelper.java :

360 : inode = model.getIndexedRegion(pos - 1);

Source File: org/eclipse/jst/pagedesigner/dom/DOMPositionHelper.java
1. 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

DOMPositionHelper.java :

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

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

DOMPositionHelper.java :

38 : IDOMNode container = (IDOMNode) node.getParentNode();

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

DOMPositionHelper.java :

38 : IDOMNode container = (IDOMNode) node.getParentNode();

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

DOMPositionHelper.java :

39 : EditPart part = (EditPart) container.getAdapterFor(EditPart.class);

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

DOMPositionHelper.java :

66 : IDOMNode container = (IDOMNode) position.getContainerNode();

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

DOMPositionHelper.java :

66 : IDOMNode container = (IDOMNode) position.getContainerNode();

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

DOMPositionHelper.java :

67 : EditPart part = (EditPart) container.getAdapterFor(EditPart.class);

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

DOMPositionHelper.java :

103 : IDOMNode container = (IDOMNode) position.getContainerNode();

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

DOMPositionHelper.java :

103 : IDOMNode container = (IDOMNode) position.getContainerNode();

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

DOMPositionHelper.java :

104 : EditPart part = (EditPart) container.getAdapterFor(EditPart.class);

Source File: org/eclipse/jst/pagedesigner/dom/DOMStyleUtil.java
1. WARNING: DiscouragedReference

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

DOMStyleUtil.java :

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

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

DOMStyleUtil.java :

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

DOMStyleUtil.java :

169 : public static boolean supportStyleAttribute(IDOMElement ele) {

4. WARNING: DiscouragedReference

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

DOMStyleUtil.java :

170 : CMElementDeclaration decl = CMUtil.getElementDeclaration(ele);

5. WARNING: DiscouragedReference

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

DOMStyleUtil.java :

171 : if (decl != null && decl.getAttributes().getNamedItem("style") != null) { //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

DOMStyleUtil.java :

171 : if (decl != null && decl.getAttributes().getNamedItem("style") != null) { //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/dom/DOMUtil.java
1. WARNING: DiscouragedReference

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

DOMUtil.java :

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

2. WARNING: DiscouragedReference

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

DOMUtil.java :

139 : if (txt instanceof IDOMText && sourceNode instanceof IDOMText) {

3. WARNING: DiscouragedReference

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

DOMUtil.java :

139 : if (txt instanceof IDOMText && sourceNode instanceof IDOMText) {

4. WARNING: DiscouragedReference

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

DOMUtil.java :

141 : ((IDOMText) txt).setSource(((IDOMText) sourceNode) .getSource());

5. WARNING: DiscouragedReference

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

DOMUtil.java :

141 : ((IDOMText) txt).setSource(((IDOMText) sourceNode)

6. WARNING: DiscouragedReference

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

DOMUtil.java :

141 : ((IDOMText) txt).setSource(((IDOMText) sourceNode) .getSource());

7. WARNING: DiscouragedReference

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

DOMUtil.java :

141 : ((IDOMText) txt).setSource(((IDOMText) sourceNode)

8. WARNING: DiscouragedReference

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

DOMUtil.java :

181 : if (txt instanceof IDOMText && sourceNode instanceof IDOMText) {

9. WARNING: DiscouragedReference

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

DOMUtil.java :

181 : if (txt instanceof IDOMText && sourceNode instanceof IDOMText) {

10. WARNING: DiscouragedReference

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

DOMUtil.java :

183 : ((IDOMText) txt).setSource(((IDOMText) sourceNode) .getSource());

11. WARNING: DiscouragedReference

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

DOMUtil.java :

183 : ((IDOMText) txt).setSource(((IDOMText) sourceNode)

12. WARNING: DiscouragedReference

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

DOMUtil.java :

183 : ((IDOMText) txt).setSource(((IDOMText) sourceNode) .getSource());

13. WARNING: DiscouragedReference

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

DOMUtil.java :

183 : ((IDOMText) txt).setSource(((IDOMText) sourceNode)

Source File: org/eclipse/jst/pagedesigner/dom/EditModelQuery.java
1. 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

EditModelQuery.java :

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

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

EditModelQuery.java :

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

3. WARNING: DiscouragedReference

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

EditModelQuery.java :

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

4. WARNING: DiscouragedReference

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

EditModelQuery.java :

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

5. WARNING: DiscouragedReference

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

EditModelQuery.java :

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

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

EditModelQuery.java :

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

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

EditModelQuery.java :

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

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

EditModelQuery.java :

434 : static boolean isSame(IStructuredModel model,

9. WARNING: DiscouragedReference

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

EditModelQuery.java :

439 : return model.getIndexedRegion(t1) == model.getIndexedRegion(t2);

10. WARNING: DiscouragedReference

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

EditModelQuery.java :

439 : return model.getIndexedRegion(t1) == model.getIndexedRegion(t2);

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

EditModelQuery.java :

452 : static boolean isSame(IStructuredModel model, DesignRange range,

12. WARNING: DiscouragedReference

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

EditModelQuery.java :

461 : return (model.getIndexedRegion(t1) == model.getIndexedRegion(r1) && //

13. WARNING: DiscouragedReference

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

EditModelQuery.java :

461 : return (model.getIndexedRegion(t1) == model.getIndexedRegion(r1) && //

14. WARNING: DiscouragedReference

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

EditModelQuery.java :

462 : model.getIndexedRegion(t2) == model.getIndexedRegion(r2))

15. WARNING: DiscouragedReference

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

EditModelQuery.java :

462 : model.getIndexedRegion(t2) == model.getIndexedRegion(r2))

16. WARNING: DiscouragedReference

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

EditModelQuery.java :

463 : || (model.getIndexedRegion(t2) == model

17. WARNING: DiscouragedReference

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

EditModelQuery.java :

463 : || (model.getIndexedRegion(t2) == model .getIndexedRegion(r1) && //

18. WARNING: DiscouragedReference

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

EditModelQuery.java :

465 : model.getIndexedRegion(t1) == model.getIndexedRegion(r2));

19. WARNING: DiscouragedReference

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

EditModelQuery.java :

465 : model.getIndexedRegion(t1) == model.getIndexedRegion(r2));

20. WARNING: DiscouragedReference

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

EditModelQuery.java :

557 : return ((IndexedRegion) parent).getStartOffset() + p.getOffset();

21. WARNING: DiscouragedReference

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

EditModelQuery.java :

557 : return ((IndexedRegion) parent).getStartOffset() + p.getOffset();

22. WARNING: DiscouragedReference

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

EditModelQuery.java :

563 : IStructuredDocumentRegion region = ((IDOMNode) parent)

23. WARNING: DiscouragedReference

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

EditModelQuery.java :

563 : IStructuredDocumentRegion region = ((IDOMNode) parent) .getStartStructuredDocumentRegion();

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

EditModelQuery.java :

563 : IStructuredDocumentRegion region = ((IDOMNode) parent)

25. WARNING: DiscouragedReference

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

EditModelQuery.java :

565 : return region.getEnd();

26. WARNING: DiscouragedReference

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

EditModelQuery.java :

568 : int offset = ((IndexedRegion) parent).getStartOffset();

27. WARNING: DiscouragedReference

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

EditModelQuery.java :

568 : int offset = ((IndexedRegion) parent).getStartOffset();

28. WARNING: DiscouragedReference

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

EditModelQuery.java :

578 : int offset = ((IndexedRegion) parent).getEndOffset();

29. WARNING: DiscouragedReference

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

EditModelQuery.java :

578 : int offset = ((IndexedRegion) parent).getEndOffset();

30. WARNING: DiscouragedReference

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

EditModelQuery.java :

582 : return ((IndexedRegion) node).getStartOffset();

31. WARNING: DiscouragedReference

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

EditModelQuery.java :

582 : return ((IndexedRegion) node).getStartOffset();

32. WARNING: DiscouragedReference

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

EditModelQuery.java :

605 : end = ((IndexedRegion) node).getEndOffset();

33. WARNING: DiscouragedReference

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

EditModelQuery.java :

605 : end = ((IndexedRegion) node).getEndOffset();

34. WARNING: DiscouragedReference

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

EditModelQuery.java :

609 : end = ((IndexedRegion) node).getEndOffset();

35. WARNING: DiscouragedReference

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

EditModelQuery.java :

609 : end = ((IndexedRegion) node).getEndOffset();

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

EditModelQuery.java :

814 : if (node instanceof INodeNotifier) {

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

EditModelQuery.java :

815 : Object adapter = ((INodeNotifier) node) .getAdapterFor(ICSSStyle.class);

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

EditModelQuery.java :

815 : Object adapter = ((INodeNotifier) node)

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

EditModelQuery.java :

840 : } else if (node instanceof INodeNotifier) {

40. WARNING: DiscouragedReference

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

EditModelQuery.java :

841 : Object adapter = ((INodeNotifier) node) .getAdapterFor(ICSSStyle.class);

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

EditModelQuery.java :

841 : Object adapter = ((INodeNotifier) node)

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

EditModelQuery.java :

863 : if (node instanceof INodeNotifier) {

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

EditModelQuery.java :

864 : Object adapter = ((INodeNotifier) node) .getAdapterFor(ICSSStyle.class);

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

EditModelQuery.java :

864 : Object adapter = ((INodeNotifier) node)

45. WARNING: DiscouragedReference

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

EditModelQuery.java :

1162 : IndexedRegion getPosNode(IStructuredModel model, int pos) {

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

EditModelQuery.java :

1162 : IndexedRegion getPosNode(IStructuredModel model, int pos) {

47. WARNING: DiscouragedReference

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

EditModelQuery.java :

1163 : IndexedRegion inode = model.getIndexedRegion(pos);

48. WARNING: DiscouragedReference

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

EditModelQuery.java :

1163 : IndexedRegion inode = model.getIndexedRegion(pos);

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

EditModelQuery.java :

1210 : static DesignRange convertToDesignRange(IStructuredModel fModel,

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

EditModelQuery.java :

1215 : .createDomposition((IDOMModel) fModel, start, false);

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

EditModelQuery.java :

1217 : .createDomposition((IDOMModel) fModel, end, false);

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

EditModelQuery.java :

1245 : public IDOMPosition createDomposition(IDOMModel model, int position,

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

EditModelQuery.java :

1261 : public IDOMPosition createDomposition1(IDOMModel model, int position,

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

EditModelQuery.java :

1273 : return new DOMPosition(model.getDocument(), 0);

55. WARNING: DiscouragedReference

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

EditModelQuery.java :

1322 : return ((IndexedRegion) node).getEndOffset()

56. WARNING: DiscouragedReference

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

EditModelQuery.java :

1322 : return ((IndexedRegion) node).getEndOffset()

57. WARNING: DiscouragedReference

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

EditModelQuery.java :

1323 : - ((IndexedRegion) node).getStartOffset();

58. WARNING: DiscouragedReference

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

EditModelQuery.java :

1323 : - ((IndexedRegion) node).getStartOffset();

59. WARNING: DiscouragedReference

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

EditModelQuery.java :

1336 : if (EditValidateUtil.validNode(node) && node instanceof IndexedRegion) {

60. WARNING: DiscouragedReference

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

EditModelQuery.java :

1337 : return ((IndexedRegion) node).getStartOffset();

61. WARNING: DiscouragedReference

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

EditModelQuery.java :

1337 : return ((IndexedRegion) node).getStartOffset();

62. WARNING: DiscouragedReference

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

EditModelQuery.java :

1350 : if (EditValidateUtil.validNode(node) && node instanceof IndexedRegion) {

63. WARNING: DiscouragedReference

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

EditModelQuery.java :

1351 : return ((IndexedRegion) node).getEndOffset();

64. WARNING: DiscouragedReference

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

EditModelQuery.java :

1351 : return ((IndexedRegion) node).getEndOffset();

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

EditModelQuery.java :

1363 : static Node getNodeAt(IStructuredModel model, int position) {

66. WARNING: DiscouragedReference

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

EditModelQuery.java :

1365 : IndexedRegion region = model.getIndexedRegion(position);

67. WARNING: DiscouragedReference

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

EditModelQuery.java :

1365 : IndexedRegion region = model.getIndexedRegion(position);

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

EditModelQuery.java :

1388 : if (EditValidateUtil.validNode(node) && node instanceof IDOMNode) {

69. WARNING: DiscouragedReference

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

EditModelQuery.java :

1389 : IStructuredDocumentRegion region = ((IDOMNode) node)

70. WARNING: DiscouragedReference

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

EditModelQuery.java :

1389 : IStructuredDocumentRegion region = ((IDOMNode) node) .getStartStructuredDocumentRegion();

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

EditModelQuery.java :

1389 : IStructuredDocumentRegion region = ((IDOMNode) node)

72. WARNING: DiscouragedReference

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

EditModelQuery.java :

1392 : return region.getEndOffset();

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

EditModelQuery.java :

1422 : if (EditValidateUtil.validNode(node) && node instanceof IDOMNode) {

74. WARNING: DiscouragedReference

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

EditModelQuery.java :

1423 : IStructuredDocumentRegion region = ((IDOMNode) node)

75. WARNING: DiscouragedReference

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

EditModelQuery.java :

1423 : IStructuredDocumentRegion region = ((IDOMNode) node) .getEndStructuredDocumentRegion();

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

EditModelQuery.java :

1423 : IStructuredDocumentRegion region = ((IDOMNode) node)

77. WARNING: DiscouragedReference

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

EditModelQuery.java :

1426 : return region.getStartOffset();

78. WARNING: DiscouragedReference

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

EditModelQuery.java :

1529 : (IDOMDocument) getDocumentNode((Node) host))

Source File: org/eclipse/jst/pagedesigner/dom/EditValidateUtil.java
1. 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

EditValidateUtil.java :

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

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

EditValidateUtil.java :

157 : Assert.isTrue(node instanceof IDOMNode);

Source File: org/eclipse/jst/pagedesigner/dom/ValidatorSupport.java
1. 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

ValidatorSupport.java :

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

2. WARNING: DiscouragedReference

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

ValidatorSupport.java :

98 : final IDOMModel model,

Source File: org/eclipse/jst/pagedesigner/dtmanager/DTManager.java
1. WARNING: DiscouragedReference

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

DTManager.java :

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

2. WARNING: DiscouragedReference

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

DTManager.java :

59 : public ITagConverter getTagConverter(Element element, int mode, IDOMDocument document) {

Source File: org/eclipse/jst/pagedesigner/dtmanager/DefaultDTInfoFactory.java
1. 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

DefaultDTInfoFactory.java :

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

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

DefaultDTInfoFactory.java :

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

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

DefaultDTInfoFactory.java :

71 : if (element instanceof IDOMNode) {

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

DefaultDTInfoFactory.java :

72 : IDOMModel model = ((IDOMNode)element).getModel();

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

DefaultDTInfoFactory.java :

72 : IDOMModel model = ((IDOMNode)element).getModel();

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

DefaultDTInfoFactory.java :

72 : IDOMModel model = ((IDOMNode)element).getModel();

Source File: org/eclipse/jst/pagedesigner/dtmanager/converter/internal/AttributeValueResolverRegistryReader.java
1. WARNING: DiscouragedReference

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

AttributeValueResolverRegistryReader.java :

15 : import org.eclipse.jst.jsf.common.internal.pde.AbstractSimpleClassExtensionRegistryReader;

2. WARNING: DiscouragedReference

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

AttributeValueResolverRegistryReader.java :

24 : AbstractSimpleClassExtensionRegistryReader<IAttributeValueResolver>

3. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractSimpleClassExtensionRegistryReader<IAttributeValueResolver>(String, String, String, String, Comparator<AbstractSimpleClassExtensionRegistryReader.SortableExecutableExtension<IAttributeValueResolver>>) 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

AttributeValueResolverRegistryReader.java :

33 : super(PDPlugin.getPluginId(), IJMTConstants.EXTENSION_POINT_PAGEDESIGNER, "attributeValueResolver", //$NON-NLS-1$ "class", //$NON-NLS-1$ new CompareOrgEclipseJstContributorsLastComparator<IAttributeValueResolver>() );

4. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractSimpleClassExtensionRegistryReader.CompareOrgEclipseJstContributorsLastComparator<IAttributeValueResolver>() 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

AttributeValueResolverRegistryReader.java :

37 : new CompareOrgEclipseJstContributorsLastComparator<IAttributeValueResolver>()

5. WARNING: DiscouragedReference

Discouraged access: The type AbstractSimpleClassExtensionRegistryReader.CompareOrgEclipseJstContributorsLastComparator<IAttributeValueResolver> 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

AttributeValueResolverRegistryReader.java :

37 : new CompareOrgEclipseJstContributorsLastComparator<IAttributeValueResolver>()

Source File: org/eclipse/jst/pagedesigner/dtmanager/converter/internal/DTTagConverter.java
1. WARNING: DiscouragedReference

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

DTTagConverter.java :

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

2. WARNING: DiscouragedReference

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

DTTagConverter.java :

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

3. WARNING: DiscouragedReference

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

DTTagConverter.java :

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

4. WARNING: DiscouragedReference

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

DTTagConverter.java :

40 : ITagConverter, ITagEditInfo, INodeAdapter, IDOMFactory {

5. WARNING: DiscouragedReference

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

DTTagConverter.java :

46 : private IDOMDocument destDocument;

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

DTTagConverter.java :

77 : if (resultElement instanceof INodeNotifier) {

7. WARNING: DiscouragedReference

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

DTTagConverter.java :

78 : ((INodeNotifier)resultElement).addAdapter(this);

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

DTTagConverter.java :

78 : ((INodeNotifier)resultElement).addAdapter(this);

9. WARNING: DiscouragedReference

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

DTTagConverter.java :

217 : public void setDestDocument(IDOMDocument destDocument) {

10. WARNING: DiscouragedReference

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

DTTagConverter.java :

226 : public IDOMDocument getDestDocument() {

11. WARNING: DiscouragedReference

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

DTTagConverter.java :

227 : IDOMDocument document = null;

12. WARNING: DiscouragedReference

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

DTTagConverter.java :

231 : document = (IDOMDocument)hostElement.getOwnerDocument();

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

DTTagConverter.java :

337 : public void notifyChanged(INodeNotifier notifier, int eventType,

Source File: org/eclipse/jst/pagedesigner/dtmanager/converter/internal/DTTagConverterDecorator.java
1. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

25 : import org.eclipse.jst.jsf.common.metadata.internal.IImageDescriptorProvider;

2. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

26 : import org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider;

3. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

27 : import org.eclipse.jst.jsf.common.metadata.internal.IResourceURLProvider;

4. WARNING: DiscouragedReference

Discouraged access: The method getExtensions() from the type AbstractRegistryReader<IAttributeValueResolver> 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

DTTagConverterDecorator.java :

344 : for (final IAttributeValueResolver resolver : AttributeValueResolverRegistryReader .getInstance().getExtensions())

5. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

418 : IMetaDataSourceModelProvider mdSourceModelProvider = trait

6. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

420 : IResourceURLProvider resourceURLProvider = (IResourceURLProvider) mdSourceModelProvider

7. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

420 : IResourceURLProvider resourceURLProvider = (IResourceURLProvider) mdSourceModelProvider

8. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

421 : .getAdapter(IResourceURLProvider.class);

9. WARNING: DiscouragedReference

Discouraged access: The method getResourceURL(String) from the type IResourceURLProvider 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

DTTagConverterDecorator.java :

422 : URL url = resourceURLProvider.getResourceURL("/META-INF/"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

450 : IImageDescriptorProvider imgDescProvider = (IImageDescriptorProvider) trait

11. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

450 : IImageDescriptorProvider imgDescProvider = (IImageDescriptorProvider) trait

12. WARNING: DiscouragedReference

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

DTTagConverterDecorator.java :

452 : IImageDescriptorProvider.class);

13. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type IImageDescriptorProvider 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

DTTagConverterDecorator.java :

455 : ImageDescriptor imageDescriptor = imgDescProvider .getImageDescriptor(imagePath);

Source File: org/eclipse/jst/pagedesigner/dtmanager/dtinfo/DTInfoPackage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

DTInfoPackage.java :

668 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/pagedesigner/dtresourceprovider/DTResourceProviderFactory.java
1. 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

DTResourceProviderFactory.java :

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

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

DTResourceProviderFactory.java :

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

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

DTResourceProviderFactory.java :

107 : public List<IDTResourceProvider> getActiveDTResourceProviders(IDOMNode domNode) {

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

DTResourceProviderFactory.java :

108 : IDOMModel domModel = domNode.getModel();

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

DTResourceProviderFactory.java :

108 : IDOMModel domModel = domNode.getModel();

Source File: org/eclipse/jst/pagedesigner/dtresourceprovider/DTSkinManager.java
1. 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

DTSkinManager.java :

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

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

DTSkinManager.java :

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

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

DTSkinManager.java :

73 : public static DTSkinManager getInstance(IDOMNode domNode) {

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

DTSkinManager.java :

74 : IDOMModel domModel = domNode.getModel();

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

DTSkinManager.java :

74 : IDOMModel domModel = domNode.getModel();

Source File: org/eclipse/jst/pagedesigner/dtresourceprovider/DefaultDTSkin.java
1. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

24 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

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

DefaultDTSkin.java :

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

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

DefaultDTSkin.java :

38 : private List<IStructuredModel> models;

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

DefaultDTSkin.java :

86 : IStructuredModel model = StructuredModelManager.getModelManager().getModelForRead(currentURL.toExternalForm(), in, null);

5. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

86 : IStructuredModel model = StructuredModelManager.getModelManager().getModelForRead(currentURL.toExternalForm(), in, null);

6. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

87 : if (model instanceof ICSSModel) {

7. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

88 : styleSheets.add((StyleSheet)((ICSSModel)model).getDocument());

8. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

88 : styleSheets.add((StyleSheet)((ICSSModel)model).getDocument());

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

DefaultDTSkin.java :

90 : models = new ArrayList<IStructuredModel>();

10. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

94 : model.releaseFromRead();

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

DefaultDTSkin.java :

135 : for (IStructuredModel model: models) {

12. WARNING: DiscouragedReference

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

DefaultDTSkin.java :

136 : model.releaseFromRead();

Source File: org/eclipse/jst/pagedesigner/editors/DesignerStructuredTextEditorJSP.java
1. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

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

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

DesignerStructuredTextEditorJSP.java :

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

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

DesignerStructuredTextEditorJSP.java :

38 : private IStructuredModel _structuredModel;

4. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

39 : private IModelStateListener _modelStateListener;

5. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

99 : _structuredModel.releaseFromRead();

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

DesignerStructuredTextEditorJSP.java :

105 : private IStructuredModel getStructuredModel() {

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

DesignerStructuredTextEditorJSP.java :

106 : IStructuredModel model = null;

8. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

113 : _structuredModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

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

DesignerStructuredTextEditorJSP.java :

121 : IStructuredModel model = getStructuredModel();

10. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

126 : model.removeModelStateListener(_modelStateListener);

11. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

128 : model.addModelStateListener(_modelStateListener);

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

DesignerStructuredTextEditorJSP.java :

133 : IStructuredModel model = getStructuredModel();

13. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

136 : model.removeModelStateListener(_modelStateListener);

14. WARNING: DiscouragedReference

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

DesignerStructuredTextEditorJSP.java :

142 : private class ModelStateListener implements IModelStateListener {

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

DesignerStructuredTextEditorJSP.java :

144 : public void modelAboutToBeChanged(IStructuredModel model) {

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

DesignerStructuredTextEditorJSP.java :

148 : public void modelChanged(IStructuredModel model) {

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

DesignerStructuredTextEditorJSP.java :

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

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

DesignerStructuredTextEditorJSP.java :

163 : public void modelResourceDeleted(IStructuredModel model) {

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

DesignerStructuredTextEditorJSP.java :

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

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

DesignerStructuredTextEditorJSP.java :

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

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

DesignerStructuredTextEditorJSP.java :

171 : public void modelAboutToBeReinitialized(IStructuredModel structuredModel) {

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

DesignerStructuredTextEditorJSP.java :

175 : public void modelReinitialized(IStructuredModel structuredModel) {

Source File: org/eclipse/jst/pagedesigner/editors/HTMLEditor.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

HTMLEditor.java :

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

2. WARNING: DiscouragedReference

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

HTMLEditor.java :

47 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.adapter.IDocumentPageVariableAdapter;

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

HTMLEditor.java :

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

4. WARNING: DiscouragedReference

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

HTMLEditor.java :

82 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;

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

HTMLEditor.java :

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

6. WARNING: DiscouragedReference

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

HTMLEditor.java :

84 : import org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools;

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

HTMLEditor.java :

641 : } else if (key == IPageVariablesProvider.class) {

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

HTMLEditor.java :

642 : Object obj = ((IDOMModel) getModel()).getDocument().getAdapterFor(

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

HTMLEditor.java :

642 : Object obj = ((IDOMModel) getModel()).getDocument().getAdapterFor( IDocumentPageVariableAdapter.class);

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

HTMLEditor.java :

642 : Object obj = ((IDOMModel) getModel()).getDocument().getAdapterFor(

11. WARNING: DiscouragedReference

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

HTMLEditor.java :

643 : IDocumentPageVariableAdapter.class);

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

HTMLEditor.java :

644 : if (obj instanceof IPageVariablesProvider) {

13. WARNING: DiscouragedReference

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

HTMLEditor.java :

670 : Object apapter = _textEditor.getAdapter(ISourceEditingTextTools.class);

14. WARNING: DiscouragedReference

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

HTMLEditor.java :

672 : return ((ISourceEditingTextTools) apapter).getDocument();

15. WARNING: DiscouragedReference

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

HTMLEditor.java :

672 : return ((ISourceEditingTextTools) apapter).getDocument();

16. WARNING: DiscouragedReference

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

HTMLEditor.java :

687 : Object adapter = _textEditor.getAdapter(ISourceEditingTextTools.class);

17. WARNING: DiscouragedReference

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

HTMLEditor.java :

688 : if (adapter instanceof IDOMSourceEditingTextTools) {

18. WARNING: DiscouragedReference

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

HTMLEditor.java :

689 : return ((IDOMSourceEditingTextTools) adapter).getDOMDocument();

19. WARNING: DiscouragedReference

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

HTMLEditor.java :

689 : return ((IDOMSourceEditingTextTools) adapter).getDOMDocument();

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

HTMLEditor.java :

705 : public IStructuredModel getModel() {

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

HTMLEditor.java :

706 : IStructuredModel model = null;

22. WARNING: DiscouragedReference

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

HTMLEditor.java :

1029 : .append(this.getModel().getStructuredDocument()

23. WARNING: DiscouragedReference

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

HTMLEditor.java :

1029 : .append(this.getModel().getStructuredDocument() .getText());

Source File: org/eclipse/jst/pagedesigner/editors/IDesignViewer.java
1. 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

IDesignViewer.java :

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

2. WARNING: DiscouragedReference

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

IDesignViewer.java :

32 : void setModel(IStructuredModel model);

Source File: org/eclipse/jst/pagedesigner/editors/OutlineConfiguration.java
1. 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

OutlineConfiguration.java :

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

2. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

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

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

OutlineConfiguration.java :

34 : if ((viewer.getInput() instanceof 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

OutlineConfiguration.java :

36 : _selections = getSelectedObjects((IStructuredModel) viewer

5. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

50 : private Object[] getSelectedObjects(IStructuredModel model,

6. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

54 : IndexedRegion region = model

7. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

54 : IndexedRegion region = model .getIndexedRegion(selection.getOffset());

8. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

58 : if (end <= region.getEndOffset()) {

9. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

64 : int maxLength = model.getStructuredDocument().getLength();

10. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

66 : while (region != null && region.getEndOffset() <= end

11. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

67 : && region.getEndOffset() < maxLength) {

12. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

69 : region = model .getIndexedRegion(region.getEndOffset() + 1);

13. WARNING: DiscouragedReference

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

OutlineConfiguration.java :

70 : .getIndexedRegion(region.getEndOffset() + 1);

Source File: org/eclipse/jst/pagedesigner/editors/SimpleGraphicalEditor.java
1. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

66 : import org.eclipse.jst.pagedesigner.jsp.core.internal.pagevar.DocumentPageVariableAdapter;

2. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

67 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.adapter.PageVariableAdapterFactory;

3. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

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

4. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

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

5. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

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

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

SimpleGraphicalEditor.java :

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

7. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

92 : import org.eclipse.wst.sse.core.internal.undo.IDocumentSelectionMediator;

8. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

93 : import org.eclipse.wst.sse.core.internal.undo.UndoDocumentEvent;

9. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

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

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

SimpleGraphicalEditor.java :

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

11. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

101 : IDesignViewer, IDocumentSelectionMediator {

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

SimpleGraphicalEditor.java :

107 : private IStructuredModel _model;

13. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

117 : private IModelStateListener _internalModelListener = new IModelStateListener() {

14. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

117 : private IModelStateListener _internalModelListener = new IModelStateListener() {

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

SimpleGraphicalEditor.java :

118 : public void modelAboutToBeChanged(IStructuredModel model) {

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

SimpleGraphicalEditor.java :

122 : public void modelChanged(IStructuredModel model) {

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

SimpleGraphicalEditor.java :

126 : public void modelDirtyStateChanged(IStructuredModel model,

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

SimpleGraphicalEditor.java :

131 : public void modelResourceDeleted(IStructuredModel model) {

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

SimpleGraphicalEditor.java :

135 : public void modelResourceMoved(IStructuredModel oldModel,

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

SimpleGraphicalEditor.java :

136 : IStructuredModel newModel) {

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

SimpleGraphicalEditor.java :

140 : public void modelAboutToBeReinitialized(IStructuredModel structuredModel) {

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

SimpleGraphicalEditor.java :

144 : public void modelReinitialized(IStructuredModel structuredModel) {

23. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

186 : _model.getUndoManager().disconnect(this);

24. WARNING: DiscouragedReference

Discouraged access: The method disconnect(IDocumentSelectionMediator) from the type IStructuredTextUndoManager 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

SimpleGraphicalEditor.java :

186 : _model.getUndoManager().disconnect(this);

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

SimpleGraphicalEditor.java :

388 : public void setModel(IStructuredModel model) {

26. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

390 : if (_model.getUndoManager() != null)

27. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

391 : _model.getUndoManager().disconnect(this);

28. WARNING: DiscouragedReference

Discouraged access: The method disconnect(IDocumentSelectionMediator) from the type IStructuredTextUndoManager 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

SimpleGraphicalEditor.java :

391 : _model.getUndoManager().disconnect(this);

29. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

392 : _model.removeModelStateListener(_internalModelListener);

30. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

398 : _model.addModelStateListener(_internalModelListener);

31. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

399 : if (_model.getUndoManager() != null) {

32. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

400 : _model.getUndoManager().connect(this);

33. WARNING: DiscouragedReference

Discouraged access: The method connect(IDocumentSelectionMediator) from the type IStructuredTextUndoManager 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

SimpleGraphicalEditor.java :

400 : _model.getUndoManager().connect(this);

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

SimpleGraphicalEditor.java :

405 : if (model instanceof IDOMModel) {

35. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

406 : IDOMDocument doc = ((IDOMModel) model).getDocument();

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

SimpleGraphicalEditor.java :

406 : IDOMDocument doc = ((IDOMModel) model).getDocument();

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

SimpleGraphicalEditor.java :

406 : IDOMDocument doc = ((IDOMModel) model).getDocument();

38. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

407 : PropagatingAdapter adapter = (PropagatingAdapter) doc

39. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

407 : PropagatingAdapter adapter = (PropagatingAdapter) doc

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

SimpleGraphicalEditor.java :

407 : PropagatingAdapter adapter = (PropagatingAdapter) doc .getAdapterFor(PropagatingAdapter.class);

41. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

408 : .getAdapterFor(PropagatingAdapter.class);

42. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

410 : INodeAdapterFactory factory = RefresherFactory.getInstance();

43. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

411 : adapter.addAdaptOnCreateFactory(factory);

44. WARNING: DiscouragedReference

Discouraged access: The method initializeForFactory(INodeAdapterFactory, INodeNotifier) from the type PropagatingAdapter 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

SimpleGraphicalEditor.java :

412 : adapter.initializeForFactory(factory, doc);

45. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

418 : ((IDOMModel) model).getFactoryRegistry().addFactory(

46. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry 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

SimpleGraphicalEditor.java :

418 : ((IDOMModel) model).getFactoryRegistry().addFactory( CSSStyleAdapterFactory.getInstance());

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

SimpleGraphicalEditor.java :

418 : ((IDOMModel) model).getFactoryRegistry().addFactory(

48. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

422 : ((IDOMModel) model).getFactoryRegistry().addFactory(

49. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry 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

SimpleGraphicalEditor.java :

422 : ((IDOMModel) model).getFactoryRegistry().addFactory( new PageVariableAdapterFactory());

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

SimpleGraphicalEditor.java :

422 : ((IDOMModel) model).getFactoryRegistry().addFactory(

51. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

423 : new PageVariableAdapterFactory());

52. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

423 : new PageVariableAdapterFactory());

53. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

424 : doc.addAdapter(new DocumentPageVariableAdapter(doc));

54. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentPageVariableAdapter(IDOMDocument) 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

SimpleGraphicalEditor.java :

424 : doc.addAdapter(new DocumentPageVariableAdapter(doc));

55. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

424 : doc.addAdapter(new DocumentPageVariableAdapter(doc));

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

SimpleGraphicalEditor.java :

425 : _viewer.setContents(((IDOMModel) model).getDocument());

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

SimpleGraphicalEditor.java :

425 : _viewer.setContents(((IDOMModel) model).getDocument());

58. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

617 : return _model.getStructuredDocument();

59. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

627 : public void undoOperationSelectionChanged(UndoDocumentEvent event) {

60. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

628 : IDocumentSelectionMediator requester = event.getRequester();

61. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

628 : IDocumentSelectionMediator requester = event.getRequester();

62. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

637 : final int offset = event.getOffset();

63. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

638 : final int length = event.getLength();

64. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

640 : _model.addModelStateListener(new IModelStateListener() { public void modelAboutToBeChanged(IStructuredModel model) { // nothing to do } public void modelChanged(IStructuredModel model) { _model.removeModelStateListener(this); ISelection sel = SelectionHelper .convertToDesignerSelection(getGraphicViewer(), offset, length); if (sel != null) { getGraphicViewer().setSelection(sel); } } public void modelDirtyStateChanged(IStructuredModel model, boolean isDirty) { // do nothing } public void modelResourceDeleted(IStructuredModel model) { // do nothign } public void modelResourceMoved(IStructuredModel oldModel, IStructuredModel newModel) { // do nothing } public void modelAboutToBeReinitialized( IStructuredModel structuredModel) { // do nothing } public void modelReinitialized(IStructuredModel structuredModel) { // do nothing } });

65. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

640 : _model.addModelStateListener(new IModelStateListener() {

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

SimpleGraphicalEditor.java :

641 : public void modelAboutToBeChanged(IStructuredModel model) {

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

SimpleGraphicalEditor.java :

645 : public void modelChanged(IStructuredModel model) {

68. WARNING: DiscouragedReference

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

SimpleGraphicalEditor.java :

646 : _model.removeModelStateListener(this);

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

SimpleGraphicalEditor.java :

655 : public void modelDirtyStateChanged(IStructuredModel model,

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

SimpleGraphicalEditor.java :

660 : public void modelResourceDeleted(IStructuredModel model) {

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

SimpleGraphicalEditor.java :

664 : public void modelResourceMoved(IStructuredModel oldModel,

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

SimpleGraphicalEditor.java :

665 : IStructuredModel newModel) {

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

SimpleGraphicalEditor.java :

670 : IStructuredModel structuredModel) {

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

SimpleGraphicalEditor.java :

674 : public void modelReinitialized(IStructuredModel structuredModel) {

Source File: org/eclipse/jst/pagedesigner/editors/actions/DesignerUndoRedoAction.java
1. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

20 : import org.eclipse.wst.sse.core.internal.undo.IStructuredTextUndoManager;

2. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

60 : IStructuredTextUndoManager undoManager = _designer.getHTMLEditor()

3. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

60 : IStructuredTextUndoManager undoManager = _designer.getHTMLEditor() .getModel().getUndoManager();

4. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

63 : Command c = undoManager.getUndoCommand();

5. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

64 : this.setEnabled(undoManager.undoable());

6. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

77 : Command c = undoManager.getRedoCommand();

7. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

78 : this.setEnabled(undoManager.redoable());

8. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

100 : IStructuredTextUndoManager undoManager = _designer.getHTMLEditor()

9. WARNING: DiscouragedReference

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

DesignerUndoRedoAction.java :

100 : IStructuredTextUndoManager undoManager = _designer.getHTMLEditor() .getModel().getUndoManager();

10. WARNING: DiscouragedReference

Discouraged access: The method undo(IDocumentSelectionMediator) from the type IStructuredTextUndoManager 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

DesignerUndoRedoAction.java :

103 : undoManager.undo(_designer);

11. WARNING: DiscouragedReference

Discouraged access: The method redo(IDocumentSelectionMediator) from the type IStructuredTextUndoManager 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

DesignerUndoRedoAction.java :

105 : undoManager.redo(_designer);

Source File: org/eclipse/jst/pagedesigner/editors/actions/ManageSkinsAction.java
1. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

24 : import org.eclipse.ui.internal.Workbench;

2. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

46 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();

3. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

46 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();

4. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

46 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();

5. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

165 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();

6. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

165 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();

7. WARNING: DiscouragedReference

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

ManageSkinsAction.java :

165 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();

Source File: org/eclipse/jst/pagedesigner/editors/actions/PageDesignerActionBarContributor2.java
1. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

25 : import org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder;

2. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

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

3. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

27 : import org.eclipse.wst.sse.ui.internal.ISourceViewerActionBarContributor;

4. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

37 : NestedEditorActionBarContributor implements IExtendedContributor {

5. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

41 : private ISourceViewerActionBarContributor _sourceViewerActionContributor = null;

6. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

48 : private IExtendedContributor _extendedContributor;

7. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

62 : ExtendedEditorActionBuilder builder = new ExtendedEditorActionBuilder();

8. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

62 : ExtendedEditorActionBuilder builder = new ExtendedEditorActionBuilder();

9. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

62 : ExtendedEditorActionBuilder builder = new ExtendedEditorActionBuilder();

10. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

63 : _extendedContributor = builder.readActionExtensions(EDITOR_ID);

11. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

124 : _extendedContributor.contributeToMenu(menu);

12. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

153 : _extendedContributor.contributeToPopupMenu(menu);

13. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

167 : _extendedContributor.contributeToToolBar(toolBarManager);

14. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

180 : _extendedContributor.contributeToStatusLine(manager);

15. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

191 : _extendedContributor.updateToolbarActions();

16. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

248 : _sourceViewerActionContributor .setViewerSpecificContributionsEnabled(false);

17. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

270 : _sourceViewerActionContributor .setViewerSpecificContributionsEnabled(false);

18. WARNING: DiscouragedReference

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

PageDesignerActionBarContributor2.java :

305 : _sourceViewerActionContributor.setViewerSpecificContributionsEnabled(true);

Source File: org/eclipse/jst/pagedesigner/editors/actions/SkinsMenuItemBuilder.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

SkinsMenuItemBuilder.java :

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

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

SkinsMenuItemBuilder.java :

152 : this.name = TraitValueHelper.getValueAsString(trait);

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

SkinsMenuItemBuilder.java :

152 : this.name = TraitValueHelper.getValueAsString(trait);

Source File: org/eclipse/jst/pagedesigner/editors/actions/SourcePageActionContributor.java
1. WARNING: DiscouragedReference

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

SourcePageActionContributor.java :

19 : import org.eclipse.wst.xml.ui.internal.actions.ActionContributorXML;

2. WARNING: DiscouragedReference

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

SourcePageActionContributor.java :

28 : public class SourcePageActionContributor extends ActionContributorXML {

3. WARNING: DiscouragedReference

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

SourcePageActionContributor.java :

51 : contributeToMenu(bars.getMenuManager());

4. WARNING: DiscouragedReference

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

SourcePageActionContributor.java :

52 : contributeToToolBar(bars.getToolBarManager());

5. WARNING: DiscouragedReference

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

SourcePageActionContributor.java :

53 : contributeToStatusLine(bars.getStatusLineManager());

6. WARNING: DiscouragedReference

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

SourcePageActionContributor.java :

71 : super.setViewerSpecificContributionsEnabled(enabled);

Source File: org/eclipse/jst/pagedesigner/editors/palette/DesignerPaletteViewerProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

16 : import org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart;

2. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

50 : && sel.getFirstElement() instanceof DrawerEditPart

3. WARNING: DiscouragedReference

Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

51 : && ((DrawerEditPart)sel.getFirstElement()).getDrawer() instanceof TaglibPaletteDrawer)

4. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

51 : && ((DrawerEditPart)sel.getFirstElement()).getDrawer() instanceof TaglibPaletteDrawer)

5. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

52 : menu.add(new HideTagLibAction((DrawerEditPart)sel.getFirstElement(), Messages.DesignerPaletteViewerProvider_Hide));

6. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

87 : private DrawerEditPart tagLib;

7. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

94 : public HideTagLibAction(DrawerEditPart tagLibDrawer, String string) {

8. WARNING: DiscouragedReference

Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/dropins/gef/eclipse/plugins/org.eclipse.gef_3.6.1.v20100712-1224.jar

DesignerPaletteViewerProvider.java :

103 : TaglibPaletteDrawer pd = (TaglibPaletteDrawer)tagLib.getDrawer();

Source File: org/eclipse/jst/pagedesigner/editors/palette/IPaletteItemManager.java
1. WARNING: DiscouragedReference

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

IPaletteItemManager.java :

16 : import org.eclipse.jst.jsf.core.internal.CompositeTagRegistryFactory.TagRegistryIdentifier;

2. WARNING: DiscouragedReference

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

IPaletteItemManager.java :

30 : public TagRegistryIdentifier getTagRegistryIdentifier();

Source File: org/eclipse/jst/pagedesigner/editors/palette/MetadataTagDropSourceData.java
1. 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

MetadataTagDropSourceData.java :

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

2. WARNING: DiscouragedReference

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

MetadataTagDropSourceData.java :

28 : private final IDOMModel _model;

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

MetadataTagDropSourceData.java :

38 : final IDOMModel model)

Source File: org/eclipse/jst/pagedesigner/editors/palette/TagImageManager.java
1. WARNING: DiscouragedReference

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

TagImageManager.java :

21 : import org.eclipse.jst.jsf.common.metadata.internal.IImageDescriptorProvider;

2. WARNING: DiscouragedReference

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

TagImageManager.java :

22 : import org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider;

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

TagImageManager.java :

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

4. WARNING: DiscouragedReference

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

TagImageManager.java :

167 : IMetaDataSourceModelProvider sourceProvider = ((Trait)tag.eContainer().eContainer()).getSourceModelProvider();

5. WARNING: DiscouragedReference

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

TagImageManager.java :

195 : private ImageDescriptor getImageDescriptorFromString(IMetaDataSourceModelProvider sourceModelProvider, String imgDesc, ImageDescriptor defaultValue){

6. WARNING: DiscouragedReference

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

TagImageManager.java :

197 : IImageDescriptorProvider imageProvider = (IImageDescriptorProvider)sourceModelProvider.getAdapter(IImageDescriptorProvider.class);

7. WARNING: DiscouragedReference

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

TagImageManager.java :

197 : IImageDescriptorProvider imageProvider = (IImageDescriptorProvider)sourceModelProvider.getAdapter(IImageDescriptorProvider.class);

8. WARNING: DiscouragedReference

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

TagImageManager.java :

197 : IImageDescriptorProvider imageProvider = (IImageDescriptorProvider)sourceModelProvider.getAdapter(IImageDescriptorProvider.class);

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type IImageDescriptorProvider 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

TagImageManager.java :

199 : image = imageProvider.getImageDescriptor(imgDesc);

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

TagImageManager.java :

207 : String imgDesc = TraitValueHelper.getValueAsString(t);

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

TagImageManager.java :

207 : String imgDesc = TraitValueHelper.getValueAsString(t);

Source File: org/eclipse/jst/pagedesigner/editors/palette/TagToolCreationAdapter.java
1. 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

TagToolCreationAdapter.java :

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

2. WARNING: DiscouragedReference

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

TagToolCreationAdapter.java :

66 : public static MetadataTagDropSourceData createMdTagCreationProvider(final ITagDropSourceData provider, final IDOMModel model)

Source File: org/eclipse/jst/pagedesigner/editors/palette/impl/PaletteElementTemplateHelper.java
1. 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

PaletteElementTemplateHelper.java :

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

2. WARNING: DiscouragedReference

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

PaletteElementTemplateHelper.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

3. 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

PaletteElementTemplateHelper.java :

58 : public static void applyTemplate(IDOMModel model, Element element,

4. 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

PaletteElementTemplateHelper.java :

73 : private static Node[] getTemplateNodes(IDOMModel model,

5. 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

PaletteElementTemplateHelper.java :

92 : Node[] templateNodes = applyPrefixes(model, templateNode.getChildNodes(), model.getDocument());

6. 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

PaletteElementTemplateHelper.java :

127 : public static Node[] applyPrefixes(IDOMModel model,

7. 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

PaletteElementTemplateHelper.java :

143 : private static void internalApplyPrefixes(IDOMModel model, Element refNode, Element node) {

8. 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

PaletteElementTemplateHelper.java :

161 : public static Node cloneNodeDeep(IDOMModel model, Document destDoc, Node sourceNode) {

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteElementTemplateHelper.java :

185 : if (txt instanceof IDOMText && sourceNode instanceof IDOMText) {

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteElementTemplateHelper.java :

185 : if (txt instanceof IDOMText && sourceNode instanceof IDOMText) {

11. WARNING: DiscouragedReference

Discouraged access: The method setSource(String) 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

PaletteElementTemplateHelper.java :

187 : ((IDOMText) txt).setSource(((IDOMText) sourceNode) .getSource());

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteElementTemplateHelper.java :

187 : ((IDOMText) txt).setSource(((IDOMText) sourceNode)

13. WARNING: DiscouragedReference

Discouraged access: The method getSource() 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

PaletteElementTemplateHelper.java :

187 : ((IDOMText) txt).setSource(((IDOMText) sourceNode) .getSource());

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteElementTemplateHelper.java :

187 : ((IDOMText) txt).setSource(((IDOMText) sourceNode)

Source File: org/eclipse/jst/pagedesigner/editors/palette/impl/PaletteHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type IImageDescriptorProvider 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

PaletteHelper.java :

27 : import org.eclipse.jst.jsf.common.metadata.internal.IImageDescriptorProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IMetaDataSourceModelProvider 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

PaletteHelper.java :

28 : import org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider;

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

PaletteHelper.java :

29 : import org.eclipse.jst.jsf.common.metadata.internal.TraitValueHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

32 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;

5. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

33 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

39 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentFactoryTLD;

7. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

40 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDDocument;

8. WARNING: DiscouragedReference

Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

41 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDElementDeclaration;

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

49 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

10. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

50 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

11. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

51 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

12. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteHelper.java :

108 : final String tldURI = CMUtil.getURIFromTaglibRecord(tldRec, manager.getTagRegistryIdentifier().getProject());

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

110 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();

14. WARNING: DiscouragedReference

Discouraged access: The constructor CMDocumentFactoryTLD() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

110 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();

15. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

110 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();

16. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

111 : final TLDDocument doc = (TLDDocument) factory.createCMDocument(tldRec);

17. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

111 : final TLDDocument doc = (TLDDocument) factory.createCMDocument(tldRec);

18. WARNING: DiscouragedReference

Discouraged access: The method createCMDocument(ITaglibRecord) from the type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

111 : final TLDDocument doc = (TLDDocument) factory.createCMDocument(tldRec);

19. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

123 : final IPaletteItemManager manager, final CMDocument doc, final String tldURI) {

20. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteHelper.java :

130 : .createMetaDataModelContext(manager.getTagRegistryIdentifier().getProject(), tldURI);

21. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

171 : private void loadTags(final TaglibPaletteDrawer category, final CMDocument doc,

22. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

197 : final IPaletteItemManager manager, final CMDocument doc, final Model model) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

260 : final CMDocument cmdoc) {

24. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

262 : final CMNamedNodeMap nodeMap = cmdoc.getElements();

25. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

262 : final CMNamedNodeMap nodeMap = cmdoc.getElements();

26. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

263 : for (int i = 0, size = nodeMap.getLength(); i < size; i++) {

27. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

264 : final CMElementDeclaration eledecl = (CMElementDeclaration) nodeMap

28. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

264 : final CMElementDeclaration eledecl = (CMElementDeclaration) nodeMap

29. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

264 : final CMElementDeclaration eledecl = (CMElementDeclaration) nodeMap .item(i);

30. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

266 : final String tagName = eledecl.getElementName();

31. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

286 : final PaletteInfo info, final CMDocument doc) {

32. WARNING: DiscouragedReference

Discouraged access: The type IMetaDataSourceModelProvider 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

PaletteHelper.java :

293 : final IMetaDataSourceModelProvider sourceProvider = ((Trait) info

33. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

311 : final PaletteInfo info, final Namespace ns) {

34. WARNING: DiscouragedReference

Discouraged access: The type IMetaDataSourceModelProvider 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

PaletteHelper.java :

318 : final IMetaDataSourceModelProvider sourceProvider = ((Trait) info

35. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

336 : final Entity entity, final CMDocument doc) {

36. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

358 : final Entity entity, final Namespace ns) {

37. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

397 : private TagToolPaletteEntry internalCreateTagEntry(final CMDocument doc,

38. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

409 : private TagToolPaletteEntry internalCreateTagEntry(final Namespace ns,

39. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

421 : private boolean verifyPresentInContentModel(final CMDocument doc,

40. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

424 : return doc.getElements().getNamedItem(tagName) != null;

41. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

424 : return doc.getElements().getNamedItem(tagName) != null;

42. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

427 : private boolean verifyPresentInContentModel(final Namespace ns,

43. WARNING: DiscouragedReference

Discouraged access: The method getViewElement(String) from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

430 : return ns.getViewElement(tagName) != null;

44. 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

PaletteHelper.java :

437 : return TraitValueHelper.getValueAsBoolean(trait);

45. WARNING: DiscouragedReference

Discouraged access: The method getValueAsBoolean(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

PaletteHelper.java :

437 : return TraitValueHelper.getValueAsBoolean(trait);

46. 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

PaletteHelper.java :

447 : final String val = TraitValueHelper.getValueAsString(trait);

47. 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

PaletteHelper.java :

447 : final String val = TraitValueHelper.getValueAsString(trait);

48. 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

PaletteHelper.java :

458 : final String imgDesc = TraitValueHelper.getValueAsString(t);

49. 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

PaletteHelper.java :

458 : final String imgDesc = TraitValueHelper.getValueAsString(t);

50. WARNING: DiscouragedReference

Discouraged access: The type IMetaDataSourceModelProvider 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

PaletteHelper.java :

466 : final IMetaDataSourceModelProvider sourceModelProvider, final String imgDesc,

51. WARNING: DiscouragedReference

Discouraged access: The type IImageDescriptorProvider 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

PaletteHelper.java :

471 : final IImageDescriptorProvider imageProvider = (IImageDescriptorProvider) sourceModelProvider

52. WARNING: DiscouragedReference

Discouraged access: The type IImageDescriptorProvider 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

PaletteHelper.java :

471 : final IImageDescriptorProvider imageProvider = (IImageDescriptorProvider) sourceModelProvider

53. WARNING: DiscouragedReference

Discouraged access: The type IImageDescriptorProvider 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

PaletteHelper.java :

472 : .getAdapter(IImageDescriptorProvider.class);

54. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type IImageDescriptorProvider 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

PaletteHelper.java :

474 : image = imageProvider.getImageDescriptor(imgDesc);

55. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

481 : final CMElementDeclaration eledecl) {

56. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteHelper.java :

483 : final String tagName = eledecl.getElementName();

57. WARNING: DiscouragedReference

Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

487 : if (eledecl instanceof TLDElementDeclaration) {

58. WARNING: DiscouragedReference

Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

488 : final TLDElementDeclaration tag = (TLDElementDeclaration) eledecl;

59. WARNING: DiscouragedReference

Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

488 : final TLDElementDeclaration tag = (TLDElementDeclaration) eledecl;

60. WARNING: DiscouragedReference

Discouraged access: The method getDisplayName() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

489 : label = tag.getDisplayName();

61. WARNING: DiscouragedReference

Discouraged access: The method getDescription() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

PaletteHelper.java :

490 : desc = tag.getDescription();

62. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

557 : final Namespace ns) {

63. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

568 : final IPaletteItemManager manager, final Namespace ns) {

64. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

570 : TaglibPaletteDrawer category = findCategory(manager, ns.getNSUri());

65. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteHelper.java :

574 : final IProject project = manager.getTagRegistryIdentifier().getProject();

66. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

576 : .createMetaDataModelContext(project, ns.getNSUri());

67. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

588 : final IPaletteItemManager manager, final Namespace ns, final Model model) {

68. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

627 : final Namespace ns, final Model model) {

69. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

651 : final Namespace ns) {

70. WARNING: DiscouragedReference

Discouraged access: The method getViewElements() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

653 : for (Object velem : ns.getViewElements()) {

71. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

654 : final ITagElement tag = (ITagElement) velem;

72. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

654 : final ITagElement tag = (ITagElement) velem;

73. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

655 : final TagToolPaletteEntry item = category.getTagPaletteEntryByTagName(tag .getName());

74. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

664 : final ITagElement tag) {

75. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteHelper.java :

666 : final String tagName = tag.getName();

Source File: org/eclipse/jst/pagedesigner/editors/palette/impl/PaletteItemManager.java
1. 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.jsf.common/@dot

PaletteItemManager.java :

37 : import org.eclipse.jst.jsf.common.internal.JSPUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

38 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace;

3. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

39 : import org.eclipse.jst.jsf.core.internal.CompositeTagRegistryFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

40 : import org.eclipse.jst.jsf.core.internal.CompositeTagRegistryFactory.TagRegistryIdentifier;

5. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

41 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry;

6. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry.ITagRegistryListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

42 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry.ITagRegistryListener;

7. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry.TagRegistryChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

43 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry.TagRegistryChangeEvent;

8. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry.TagRegistryChangeEvent.EventType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

44 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry.TagRegistryChangeEvent.EventType;

9. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PaletteItemManager.java :

51 : import org.eclipse.wst.html.core.internal.contentmodel.HTMLCMDocumentFactory;

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

52 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

53 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

12. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry.ITagRegistryListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

63 : IPaletteConstants, ITagRegistryListener {

13. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

68 : private static Map<TagRegistryIdentifier, PaletteItemManager> _managers = new HashMap<TagRegistryIdentifier, PaletteItemManager>();

14. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

68 : private static Map<TagRegistryIdentifier, PaletteItemManager> _managers = new HashMap<TagRegistryIdentifier, PaletteItemManager>();

15. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

73 : private TagRegistryIdentifier _tagRegId;

16. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

80 : private ITagRegistry _tagRegistry;

17. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

110 : final TagRegistryIdentifier regId = getTagRegistryIdentifier(paletteContext);

18. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

137 : private static TagRegistryIdentifier getTagRegistryIdentifier(

19. WARNING: DiscouragedReference

Discouraged access: The constructor CompositeTagRegistryFactory.TagRegistryIdentifier(IProject, IContentType) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

148 : return new TagRegistryIdentifier(file.getProject(), contentType);

20. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

148 : return new TagRegistryIdentifier(file.getProject(), contentType);

21. WARNING: DiscouragedReference

Discouraged access: The constructor CompositeTagRegistryFactory.TagRegistryIdentifier(IProject, IContentType) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

153 : return new TagRegistryIdentifier(null, org.eclipse.jst.pagedesigner.utils.JSPUtil.JSP_CONTENTTYPE);

22. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

153 : return new TagRegistryIdentifier(null, org.eclipse.jst.pagedesigner.utils.JSPUtil.JSP_CONTENTTYPE);

23. WARNING: DiscouragedReference

Discouraged access: The method removeListener(ITagRegistry.ITagRegistryListener) from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

216 : manager.getTagRegistry().removeListener(manager);

24. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

219 : private ITagRegistry getTagRegistry() {

25. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

254 : private PaletteItemManager(final TagRegistryIdentifier regId) {

26. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

320 : private boolean isJSP(final TagRegistryIdentifier tagRegistryId) {

27. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

321 : final IContentType ct = tagRegistryId.getContentType();

28. 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.jsf.common/@dot

PaletteItemManager.java :

322 : if (JSPUtil.isJSPContentType(ct.getId()))

29. WARNING: DiscouragedReference

Discouraged access: The method isJSPContentType(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.jsf.common/@dot

PaletteItemManager.java :

322 : if (JSPUtil.isJSPContentType(ct.getId()))

30. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

330 : for (final Namespace ns : _tagRegistry.getAllTagLibraries()) {

31. WARNING: DiscouragedReference

Discouraged access: The method getAllTagLibraries() from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

330 : for (final Namespace ns : _tagRegistry.getAllTagLibraries()) {

32. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

336 : private ITagRegistry getTagRegistry(final TagRegistryIdentifier regId) {

33. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

336 : private ITagRegistry getTagRegistry(final TagRegistryIdentifier regId) {

34. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

337 : ITagRegistry reg = null;

35. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

338 : if (regId.getProject() != null) {

36. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

339 : reg = CompositeTagRegistryFactory.getInstance().getRegistry(regId);

37. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CompositeTagRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

339 : reg = CompositeTagRegistryFactory.getInstance().getRegistry(regId);

38. WARNING: DiscouragedReference

Discouraged access: The method getRegistry(CompositeTagRegistryFactory.TagRegistryIdentifier) from the type CompositeTagRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

339 : reg = CompositeTagRegistryFactory.getInstance().getRegistry(regId);

39. WARNING: DiscouragedReference

Discouraged access: The method addListener(ITagRegistry.ITagRegistryListener) from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

341 : reg.addListener(this);

40. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

348 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

41. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PaletteItemManager.java :

348 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

42. WARNING: DiscouragedReference

Discouraged access: The method getCMDocument(String) from the type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PaletteItemManager.java :

348 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

43. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

348 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

44. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

348 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

45. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

349 : _paletteHelper.getOrCreateTaglibPaletteDrawer(this, doc, CMDocType.HTML_DOC_TYPE);

46. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

349 : _paletteHelper.getOrCreateTaglibPaletteDrawer(this, doc, CMDocType.HTML_DOC_TYPE);

47. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

353 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

48. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PaletteItemManager.java :

353 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

49. WARNING: DiscouragedReference

Discouraged access: The method getCMDocument(String) from the type HTMLCMDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PaletteItemManager.java :

353 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

50. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

353 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

51. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

353 : final CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

52. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

354 : _paletteHelper.getOrCreateTaglibPaletteDrawer(this, doc, CMDocType.JSP11_DOC_TYPE);

53. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PaletteItemManager.java :

354 : _paletteHelper.getOrCreateTaglibPaletteDrawer(this, doc, CMDocType.JSP11_DOC_TYPE);

54. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry.TagRegistryChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

482 : public void registryChanged(final TagRegistryChangeEvent event) {

55. WARNING: DiscouragedReference

Discouraged access: The type ITagRegistry.TagRegistryChangeEvent.EventType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

483 : final EventType eventType = event.getType();

56. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITagRegistry.TagRegistryChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

483 : final EventType eventType = event.getType();

57. WARNING: DiscouragedReference

Discouraged access: The field ADDED_NAMESPACE from the type ITagRegistry.TagRegistryChangeEvent.EventType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

485 : case ADDED_NAMESPACE:

58. WARNING: DiscouragedReference

Discouraged access: The method getAffectedObjects() from the type ITagRegistry.TagRegistryChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

486 : addNamespaces(event.getAffectedObjects());

59. WARNING: DiscouragedReference

Discouraged access: The field REMOVED_NAMESPACE from the type ITagRegistry.TagRegistryChangeEvent.EventType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

488 : case REMOVED_NAMESPACE:

60. WARNING: DiscouragedReference

Discouraged access: The method getAffectedObjects() from the type ITagRegistry.TagRegistryChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

489 : removeNamespaces(event.getAffectedObjects());

61. WARNING: DiscouragedReference

Discouraged access: The field CHANGED_NAMESPACE from the type ITagRegistry.TagRegistryChangeEvent.EventType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

491 : case CHANGED_NAMESPACE:

62. WARNING: DiscouragedReference

Discouraged access: The method getAffectedObjects() from the type ITagRegistry.TagRegistryChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

492 : changeNamespaces(event.getAffectedObjects());

63. WARNING: DiscouragedReference

Discouraged access: The field REGISTRY_DISPOSED from the type ITagRegistry.TagRegistryChangeEvent.EventType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

494 : case REGISTRY_DISPOSED:

64. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

508 : private void addNamespaces(final List<? extends Namespace> affectedObjects) {

65. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

510 : for (final Namespace ns : affectedObjects) {

66. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

512 : System.out.println("Add NS: "+ns.getNSUri()+"["+System.currentTimeMillis()+"]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

67. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

518 : private void removeNamespaces(final List<? extends Namespace> affectedObjects) {

68. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

521 : for (final Namespace ns : affectedObjects) {

69. WARNING: DiscouragedReference

Discouraged access: The method getNSUri() from the type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

524 : if (drawer.getId().equals(ns.getNSUri())) {

70. WARNING: DiscouragedReference

Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

PaletteItemManager.java :

550 : private void changeNamespaces(final List<? extends Namespace> affectedObjects) {

71. WARNING: DiscouragedReference

Discouraged access: The type CompositeTagRegistryFactory.TagRegistryIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

PaletteItemManager.java :

556 : public TagRegistryIdentifier getTagRegistryIdentifier() {

Source File: org/eclipse/jst/pagedesigner/editors/properties/internal/PropertyDescriptor.java
1. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModelKeyDescriptor 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

PropertyDescriptor.java :

130 : return getMetaDataContext().getEntity().getModel().getCurrentModelContext().getUri();

Source File: org/eclipse/jst/pagedesigner/editors/properties/quickedittabsections/QuickEditTabSectionsPackage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

QuickEditTabSectionsPackage.java :

29 : @SuppressWarnings("hiding")

Source File: org/eclipse/jst/pagedesigner/editpolicies/ElementResizableEditPolicy.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

ElementResizableEditPolicy.java :

54 : 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

ElementResizableEditPolicy.java :

373 : protected Command getResizeCommand(IDOMElement element, int width,

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

ElementResizableEditPolicy.java :

433 : return getResizeCommand((IDOMElement) part.getIDOMNode(), width, height);

Source File: org/eclipse/jst/pagedesigner/editpolicies/LocationHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

3. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

26 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

148 : ModelQuery modelQuery = getModelQuery(node);

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

150 : CMElementDeclaration elementDecl = modelQuery

6. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

150 : CMElementDeclaration elementDecl = modelQuery .getCMElementDeclaration((Element) node);

7. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

155 : if (elementDecl.getContentType() == CMElementDeclaration.EMPTY)

8. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

155 : if (elementDecl.getContentType() == CMElementDeclaration.EMPTY)

9. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

155 : if (elementDecl.getContentType() == CMElementDeclaration.EMPTY)

10. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

184 : private static ModelQuery getModelQuery(Node node) {

11. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

190 : return ModelQueryUtil.getModelQuery(doc);

12. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

LocationHelper.java :

190 : return ModelQueryUtil.getModelQuery(doc);

Source File: org/eclipse/jst/pagedesigner/elementedit/AbstractElementEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractElementEdit.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractElementEdit.java :

91 : CMElementDeclaration decl = CMUtil.getElementDeclaration(ele);

3. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractElementEdit.java :

96 : return decl.getAttributes().getNamedItem("style") != null; //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractElementEdit.java :

96 : return decl.getAttributes().getNamedItem("style") != null; //$NON-NLS-1$

Source File: org/eclipse/jst/pagedesigner/elementedit/html/HeadElementEdit.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

HeadElementEdit.java :

22 : 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

HeadElementEdit.java :

44 : final IDOMElement element = (IDOMElement) ele;

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

HeadElementEdit.java :

44 : final IDOMElement element = (IDOMElement) ele;

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

HeadElementEdit.java :

58 : private void addHeadAddItems(IMenuManager submenu, IDOMElement element) {

Source File: org/eclipse/jst/pagedesigner/elementedit/html/InsertStylesheetLinkAction.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

InsertStylesheetLinkAction.java :

22 : 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

InsertStylesheetLinkAction.java :

28 : private IDOMElement _parentElement;

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

InsertStylesheetLinkAction.java :

33 : public InsertStylesheetLinkAction(IDOMElement parentElement) {

Source File: org/eclipse/jst/pagedesigner/elementedit/html/TableElementEdit.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

TableElementEdit.java :

51 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

TableElementEdit.java :

74 : (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

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

TableElementEdit.java :

74 : (ElementEditPart) ((IDOMElement) ele).getAdapterFor(EditPart.class);

Source File: org/eclipse/jst/pagedesigner/elementedit/jsp/JSPElementEditFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPElementEditFactory.java :

19 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPElementEditFactory.java :

28 : TagIdentifierFactory.createJSPTagWrapper(ITLDConstants.URI_JSP, IJSPCoreConstants.TAG_DIRECTIVE_TAGLIB);

3. WARNING: DiscouragedReference

Discouraged access: The field TAG_DIRECTIVE_TAGLIB from the type IJSPCoreConstants 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

JSPElementEditFactory.java :

28 : TagIdentifierFactory.createJSPTagWrapper(ITLDConstants.URI_JSP, IJSPCoreConstants.TAG_DIRECTIVE_TAGLIB);

Source File: org/eclipse/jst/pagedesigner/elementedit/jsp/TaglibURIAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

TaglibURIAction.java :

28 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

2. 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

TaglibURIAction.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

TaglibURIAction.java :

120 : URIResolver resolver = null;

4. 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

TaglibURIAction.java :

121 : if (element_ instanceof IDOMNode) {

5. 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

TaglibURIAction.java :

122 : resolver = ((IDOMNode) element_).getModel().getResolver();

6. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibURIAction.java :

122 : resolver = ((IDOMNode) element_).getModel().getResolver();

7. 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

TaglibURIAction.java :

122 : resolver = ((IDOMNode) element_).getModel().getResolver();

8. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String) from the type URIResolver 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

TaglibURIAction.java :

129 : return resolver.getLocationByURI(src);

Source File: org/eclipse/jst/pagedesigner/extensionpoint/IContextMenuItemContributor.java
1. 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

IContextMenuItemContributor.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

IContextMenuItemContributor.java :

43 : IStructuredModel model, Control parentUI);

Source File: org/eclipse/jst/pagedesigner/figurehandler/AbstractFigureHandler.java
1. 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

AbstractFigureHandler.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

AbstractFigureHandler.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. 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

AbstractFigureHandler.java :

43 : public void notifyChanged(INodeNotifier notifier, int eventType,

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

AbstractFigureHandler.java :

54 : if (node instanceof IDOMElement) {

5. 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

AbstractFigureHandler.java :

55 : style = (ICSSStyle) ((IDOMElement) node) .getAdapterFor(ICSSStyle.class);

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

AbstractFigureHandler.java :

55 : style = (ICSSStyle) ((IDOMElement) node)

Source File: org/eclipse/jst/pagedesigner/figurehandler/FigureFactory.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

FigureFactory.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

FigureFactory.java :

154 : ((IDOMElement) ele).removeAdapter(handler);

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

FigureFactory.java :

154 : ((IDOMElement) ele).removeAdapter(handler);

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

FigureFactory.java :

159 : if (ele instanceof 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

FigureFactory.java :

160 : IDOMElement xmlele = (IDOMElement) ele;

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

FigureFactory.java :

160 : IDOMElement xmlele = (IDOMElement) ele;

7. 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

FigureFactory.java :

161 : return (IFigureHandler) xmlele.getAdapterFor(IFigureHandler.class);

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

FigureFactory.java :

168 : if (ele instanceof IDOMElement) {

9. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) 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

FigureFactory.java :

169 : ((IDOMElement) ele).addAdapter(handler);

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

FigureFactory.java :

169 : ((IDOMElement) ele).addAdapter(handler);

Source File: org/eclipse/jst/pagedesigner/figurehandler/IFigureHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

IFigureHandler.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

IFigureHandler.java :

25 : public interface IFigureHandler extends INodeAdapter {

Source File: org/eclipse/jst/pagedesigner/itemcreation/AbstractTagCreationAdvisor.java
1. 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

AbstractTagCreationAdvisor.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractTagCreationAdvisor.java :

52 : public final void applyCustomization(IDOMModel model, Element tagElement)

3. 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

AbstractTagCreationAdvisor.java :

68 : protected abstract ElementCustomizationCommand getElementCustomizationCommand(IDOMModel model, Element tagElement);

4. 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

AbstractTagCreationAdvisor.java :

83 : IDOMModel model, IDOMPosition domPosition)

Source File: org/eclipse/jst/pagedesigner/itemcreation/AbstractTagCreator.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

AbstractTagCreator.java :

15 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

AbstractTagCreator.java :

93 : Element ele = creationData.getModel().getDocument().createElement(creationData.getTagName());

3. WARNING: DiscouragedReference

Discouraged access: The method setJSPTag(boolean) from 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

AbstractTagCreator.java :

109 : ((IDOMElement) ele).setJSPTag(true);

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

AbstractTagCreator.java :

109 : ((IDOMElement) ele).setJSPTag(true);

Source File: org/eclipse/jst/pagedesigner/itemcreation/CreationData.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

CreationData.java :

18 : import org.eclipse.jst.jsf.common.metadata.internal.TraitValueHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreationData.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

3. 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

CreationData.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreationData.java :

42 : private final IDOMModel _model;

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

CreationData.java :

70 : final IDOMModel model, final IDOMPosition domPosition,

6. 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

CreationData.java :

91 : protected static String getPrefix(String uri, IDOMModel model,

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreationData.java :

96 : || CMDocType.JSP11_DOC_TYPE.equalsIgnoreCase(uri)) {

8. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreationData.java :

96 : || CMDocType.JSP11_DOC_TYPE.equalsIgnoreCase(uri)) {

9. 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

CreationData.java :

179 : return TraitValueHelper.getValueAsBoolean(t);

10. WARNING: DiscouragedReference

Discouraged access: The method getValueAsBoolean(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

CreationData.java :

179 : return TraitValueHelper.getValueAsBoolean(t);

11. 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

CreationData.java :

191 : return TraitValueHelper.getValueAsBoolean(t);

12. WARNING: DiscouragedReference

Discouraged access: The method getValueAsBoolean(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

CreationData.java :

191 : return TraitValueHelper.getValueAsBoolean(t);

13. 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

CreationData.java :

220 : public IDOMModel getModel()

Source File: org/eclipse/jst/pagedesigner/itemcreation/DefaultTagCreationAdvisor.java
1. 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

DefaultTagCreationAdvisor.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DefaultTagCreationAdvisor.java :

46 : IDOMModel model, Element tagElement) {

Source File: org/eclipse/jst/pagedesigner/itemcreation/ITagCreationAdvisor.java
1. 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

ITagCreationAdvisor.java :

14 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ITagCreationAdvisor.java :

36 : IDOMPosition checkAndApplyNecessaryContainers(IDOMModel model,

3. 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

ITagCreationAdvisor.java :

47 : void applyCustomization(IDOMModel model, Element tagElement);

Source File: org/eclipse/jst/pagedesigner/itemcreation/ItemCreationRequest.java
1. WARNING: UnusedImport

The import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData is never used

ItemCreationRequest.java :

18 : import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData;

Source File: org/eclipse/jst/pagedesigner/itemcreation/UserCustomizedTagCreationAdvisor.java
1. 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

UserCustomizedTagCreationAdvisor.java :

15 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UserCustomizedTagCreationAdvisor.java :

43 : IDOMModel model, Element tagElement) {

Source File: org/eclipse/jst/pagedesigner/itemcreation/command/ElementCustomizationCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

27 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. 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

ElementCustomizationCommand.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

48 : protected final IDOMModel _model;

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

ElementCustomizationCommand.java :

63 : public ElementCustomizationCommand(final IDOMModel model,

6. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

129 : final CMElementDeclaration ed = CMUtil.getTLDElementDeclaration(creationData

7. 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

ElementCustomizationCommand.java :

130 : .getUri(), creationData.getTagName(), creationData.getModel() .getDocument().getStructuredDocument());

8. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

ElementCustomizationCommand.java :

130 : .getUri(), creationData.getTagName(), creationData.getModel() .getDocument().getStructuredDocument());

9. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

135 : for (final Iterator it = ed.getAttributes().iterator(); it.hasNext();)

10. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

135 : for (final Iterator it = ed.getAttributes().iterator(); it.hasNext();)

11. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

137 : final CMAttributeDeclaration attr = (CMAttributeDeclaration) it

12. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

137 : final CMAttributeDeclaration attr = (CMAttributeDeclaration) it

13. WARNING: DiscouragedReference

Discouraged access: The method getUsage() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

139 : if (attr.getUsage() == CMAttributeDeclaration.REQUIRED

14. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

139 : if (attr.getUsage() == CMAttributeDeclaration.REQUIRED

15. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

139 : if (attr.getUsage() == CMAttributeDeclaration.REQUIRED

16. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

140 : && element.getAttribute(attr.getAttrName()) == null)

17. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

142 : element.setAttribute(attr.getAttrName(), attr

18. WARNING: DiscouragedReference

Discouraged access: The method getDefaultValue() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCustomizationCommand.java :

142 : element.setAttribute(attr.getAttrName(), attr .getDefaultValue());

Source File: org/eclipse/jst/pagedesigner/itemcreation/command/TagContainerCreationCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

TagContainerCreationCommand.java :

18 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ResolverUtil;

2. 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

TagContainerCreationCommand.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

TagContainerCreationCommand.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

4. 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

TagContainerCreationCommand.java :

57 : final IDOMModel model = ((IDOMNode) domPosition.getContainerNode())

5. 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

TagContainerCreationCommand.java :

57 : final IDOMModel model = ((IDOMNode) domPosition.getContainerNode()) .getModel();

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

TagContainerCreationCommand.java :

57 : final IDOMModel model = ((IDOMNode) domPosition.getContainerNode())

7. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

TagContainerCreationCommand.java :

60 : final IFile fileForDocument = ResolverUtil.getFileForDocument(model.getStructuredDocument());

8. WARNING: DiscouragedReference

Discouraged access: The method getFileForDocument(IDocument) from the type ResolverUtil 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

TagContainerCreationCommand.java :

60 : final IFile fileForDocument = ResolverUtil.getFileForDocument(model.getStructuredDocument());

9. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TagContainerCreationCommand.java :

60 : final IFile fileForDocument = ResolverUtil.getFileForDocument(model.getStructuredDocument());

Source File: org/eclipse/jst/pagedesigner/itemcreation/command/UserCustomizedContainerCreationCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

UserCustomizedContainerCreationCommand.java :

8 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ResolverUtil;

2. WARNING: UnusedImport

The import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData is never used

UserCustomizedContainerCreationCommand.java :

14 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

3. 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

UserCustomizedContainerCreationCommand.java :

15 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UserCustomizedContainerCreationCommand.java :

16 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

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

UserCustomizedContainerCreationCommand.java :

74 : final IDOMModel model = ((IDOMNode) domPosition.getContainerNode())

6. 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

UserCustomizedContainerCreationCommand.java :

74 : final IDOMModel model = ((IDOMNode) domPosition.getContainerNode()) .getModel();

7. 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

UserCustomizedContainerCreationCommand.java :

74 : final IDOMModel model = ((IDOMNode) domPosition.getContainerNode())

8. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

UserCustomizedContainerCreationCommand.java :

77 : final IFile fileForDocument = ResolverUtil.getFileForDocument(model.getStructuredDocument());

9. WARNING: DiscouragedReference

Discouraged access: The method getFileForDocument(IDocument) from the type ResolverUtil 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

UserCustomizedContainerCreationCommand.java :

77 : final IFile fileForDocument = ResolverUtil.getFileForDocument(model.getStructuredDocument());

10. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UserCustomizedContainerCreationCommand.java :

77 : final IFile fileForDocument = ResolverUtil.getFileForDocument(model.getStructuredDocument());

Source File: org/eclipse/jst/pagedesigner/itemcreation/command/UserCustomizedElementCustomizationCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

UserCustomizedElementCustomizationCommand.java :

10 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ResolverUtil;

2. 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

UserCustomizedElementCustomizationCommand.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

UserCustomizedElementCustomizationCommand.java :

42 : public UserCustomizedElementCustomizationCommand(IDOMModel model,

4. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

UserCustomizedElementCustomizationCommand.java :

101 : IFile fileForDocument = ResolverUtil.getFileForDocument(_model.getStructuredDocument());

5. WARNING: DiscouragedReference

Discouraged access: The method getFileForDocument(IDocument) from the type ResolverUtil 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

UserCustomizedElementCustomizationCommand.java :

101 : IFile fileForDocument = ResolverUtil.getFileForDocument(_model.getStructuredDocument());

6. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UserCustomizedElementCustomizationCommand.java :

101 : IFile fileForDocument = ResolverUtil.getFileForDocument(_model.getStructuredDocument());

Source File: org/eclipse/jst/pagedesigner/itemcreation/customizer/DropCustomizationController.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

DropCustomizationController.java :

7 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ResolverUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DropCustomizationController.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DropCustomizationController.java :

17 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DropCustomizationController.java :

29 : private final IDOMDocument _domDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DropCustomizationController.java :

39 : final IDropSourceData dropSourceData, final IDOMDocument domDocument, final IDOMPosition domPosition)

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DropCustomizationController.java :

90 : private static IFile getFile(IDOMDocument domDoc)

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DropCustomizationController.java :

92 : final IStructuredDocument sdoc = domDoc.getStructuredDocument();

8. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

DropCustomizationController.java :

92 : final IStructuredDocument sdoc = domDoc.getStructuredDocument();

9. WARNING: DiscouragedReference

Discouraged access: The type ResolverUtil 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

DropCustomizationController.java :

95 : return ResolverUtil.getFileForDocument(sdoc);

10. WARNING: DiscouragedReference

Discouraged access: The method getFileForDocument(IDocument) from the type ResolverUtil 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

DropCustomizationController.java :

95 : return ResolverUtil.getFileForDocument(sdoc);

Source File: org/eclipse/jst/pagedesigner/meta/BindingHandlerDelegate.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

BindingHandlerDelegate.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

BindingHandlerDelegate.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

BindingHandlerDelegate.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

4. 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

BindingHandlerDelegate.java :

40 : public String handleBinding(Shell shell, IDOMNode ancester,

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

BindingHandlerDelegate.java :

41 : IDOMElement element, String currentValue) {

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

BindingHandlerDelegate.java :

69 : public boolean isEnabled(IDOMNode ancester, IDOMElement element,

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

BindingHandlerDelegate.java :

69 : public boolean isEnabled(IDOMNode ancester, IDOMElement element,

8. 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

BindingHandlerDelegate.java :

97 : private IBindingHandler getDelegatedHandler(IDOMNode ancester,

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

BindingHandlerDelegate.java :

98 : IDOMElement element) {

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

BindingHandlerDelegate.java :

110 : private IProject getProject(IDOMNode ancester, IDOMElement 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

BindingHandlerDelegate.java :

110 : private IProject getProject(IDOMNode ancester, IDOMElement element) {

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

BindingHandlerDelegate.java :

111 : IDOMModel model = getModel(ancester, element);

13. 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

BindingHandlerDelegate.java :

118 : private IDOMModel getModel(IDOMNode ancester, IDOMElement element) {

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

BindingHandlerDelegate.java :

118 : private IDOMModel getModel(IDOMNode ancester, 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

BindingHandlerDelegate.java :

118 : private IDOMModel getModel(IDOMNode ancester, IDOMElement element) {

16. 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

BindingHandlerDelegate.java :

120 : return ancester.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

BindingHandlerDelegate.java :

122 : return element.getModel();

Source File: org/eclipse/jst/pagedesigner/meta/DefaultEditorCreator.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

DefaultEditorCreator.java :

20 : 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

DefaultEditorCreator.java :

29 : static IDOMElement _staticElement;

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

DefaultEditorCreator.java :

43 : IPropertyPageDescriptor attr, IDOMElement element) {

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

DefaultEditorCreator.java :

68 : IPropertyPageDescriptor attr, final IDOMElement element,

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

DefaultEditorCreator.java :

140 : final IDOMElement element, IBindingHandler handler1) {

Source File: org/eclipse/jst/pagedesigner/meta/EditorCreator.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

EditorCreator.java :

18 : 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

EditorCreator.java :

102 : IPropertyPageDescriptor attr, IDOMElement element);

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

EditorCreator.java :

116 : IPropertyPageDescriptor attr, IDOMElement element,

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

EditorCreator.java :

136 : IDOMElement element, IBindingHandler handler);

Source File: org/eclipse/jst/pagedesigner/meta/IBindingHandler.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

IBindingHandler.java :

16 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

IBindingHandler.java :

17 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. 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

IBindingHandler.java :

34 : public String handleBinding(Shell shell, IDOMNode ancester,

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

IBindingHandler.java :

35 : IDOMElement element, String currentValue);

5. 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

IBindingHandler.java :

49 : public boolean isEnabled(IDOMNode ancester, IDOMElement element,

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

IBindingHandler.java :

49 : public boolean isEnabled(IDOMNode ancester, IDOMElement element,

Source File: org/eclipse/jst/pagedesigner/parts/CSSStyleAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory 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

CSSStyleAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStyleAdapterFactory.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. 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

CSSStyleAdapterFactory.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory 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

CSSStyleAdapterFactory.java :

26 : public class CSSStyleAdapterFactory extends AbstractAdapterFactory {

5. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) 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

CSSStyleAdapterFactory.java :

31 : super(ADAPTERKEY, true);

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

CSSStyleAdapterFactory.java :

39 : protected INodeAdapter createAdapter(INodeNotifier target) {

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

CSSStyleAdapterFactory.java :

39 : protected INodeAdapter createAdapter(INodeNotifier target) {

Source File: org/eclipse/jst/pagedesigner/parts/DocumentEditPart.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

22 : import org.eclipse.wst.css.core.internal.event.ICSSStyleListener;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

23 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

24 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelector;

4. WARNING: DiscouragedReference

Discouraged access: The type StyleListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

DocumentEditPart.java :

25 : import org.eclipse.wst.html.core.internal.htmlcss.StyleListener;

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

DocumentEditPart.java :

26 : 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

DocumentEditPart.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

7. 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

DocumentEditPart.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

8. WARNING: DiscouragedReference

Discouraged access: The type StyleListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

DocumentEditPart.java :

35 : public class DocumentEditPart extends NodeEditPart implements StyleListener,

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

36 : ICSSStyleListener {

10. 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

DocumentEditPart.java :

79 : public void notifyChanged(INodeNotifier notifier, int eventType,

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

201 : public void styleChanged(ICSSModel srcModel, ICSSSelector[] removed,

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

201 : public void styleChanged(ICSSModel srcModel, ICSSSelector[] removed,

13. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

202 : ICSSSelector[] added, String media) {

14. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

DocumentEditPart.java :

214 : public void styleUpdate(ICSSModel srcModel) {

15. 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

DocumentEditPart.java :

226 : IDOMNode node = (IDOMNode) ((ElementEditPart) part)

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

DocumentEditPart.java :

226 : IDOMNode node = (IDOMNode) ((ElementEditPart) part)

17. 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

DocumentEditPart.java :

240 : private void refreshChildStyles(IDOMNode node) {

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

DocumentEditPart.java :

243 : refreshChildStyles((IDOMNode) childNodes.item(i));

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

DocumentEditPart.java :

245 : if (node instanceof IDOMElement) {

20. 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

DocumentEditPart.java :

247 : ICSSStyle a = (ICSSStyle) node.getAdapterFor(ICSSStyle.class);

Source File: org/eclipse/jst/pagedesigner/parts/EditProxyAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

EditProxyAdapter.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

EditProxyAdapter.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

EditProxyAdapter.java :

27 : public class EditProxyAdapter implements INodeAdapter, IRangeSelectionProxy {

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

EditProxyAdapter.java :

57 : public void notifyChanged(INodeNotifier notifier, int eventType,

Source File: org/eclipse/jst/pagedesigner/parts/ElementEditPart.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

ElementEditPart.java :

48 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

ElementEditPart.java :

55 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. 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

ElementEditPart.java :

56 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

57 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

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

ElementEditPart.java :

58 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

59 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

7. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

ElementEditPart.java :

228 : if (localName.equalsIgnoreCase(IJSPCoreConstants.TAG_DIRECTIVE_TAGLIB)) {

8. WARNING: DiscouragedReference

Discouraged access: The field TAG_DIRECTIVE_TAGLIB from the type IJSPCoreConstants 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

ElementEditPart.java :

228 : if (localName.equalsIgnoreCase(IJSPCoreConstants.TAG_DIRECTIVE_TAGLIB)) {

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

ElementEditPart.java :

229 : appendString = ((IDOMElement) result)

10. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

ElementEditPart.java :

230 : .getAttribute(IJSPCoreConstants.ATTR_URI);

11. WARNING: DiscouragedReference

Discouraged access: The field ATTR_URI from the type IJSPCoreConstants 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

ElementEditPart.java :

230 : .getAttribute(IJSPCoreConstants.ATTR_URI);

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

ElementEditPart.java :

232 : appendString = ((IDOMElement) result)

13. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

ElementEditPart.java :

233 : .getAttribute(IJSPCoreConstants.ATTR_TAGDIR);

14. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TAGDIR from the type IJSPCoreConstants 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

ElementEditPart.java :

233 : .getAttribute(IJSPCoreConstants.ATTR_TAGDIR);

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

ElementEditPart.java :

372 : if (resultEle instanceof IDOMElement) {

16. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

ElementEditPart.java :

373 : INodeAdapter adapter = ((IDOMElement) resultEle)

17. 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

ElementEditPart.java :

373 : INodeAdapter adapter = ((IDOMElement) resultEle) .getAdapterFor(EditProxyAdapter.class);

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

ElementEditPart.java :

373 : INodeAdapter adapter = ((IDOMElement) resultEle)

19. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

ElementEditPart.java :

376 : ((IDOMElement) resultEle).removeAdapter(adapter);

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

ElementEditPart.java :

376 : ((IDOMElement) resultEle).removeAdapter(adapter);

21. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) 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

ElementEditPart.java :

378 : ((IDOMElement) resultEle).addAdapter(new EditProxyAdapter(this));

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

ElementEditPart.java :

378 : ((IDOMElement) resultEle).addAdapter(new EditProxyAdapter(this));

23. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

427 : CMElementDeclaration decl = CMUtil

24. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

433 : return decl.getAttributes().getNamedItem("style") != null; //$NON-NLS-1$

25. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

433 : return decl.getAttributes().getNamedItem("style") != null; //$NON-NLS-1$

26. 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

ElementEditPart.java :

443 : if (parent instanceof INodeNotifier) {

27. 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

ElementEditPart.java :

444 : IFigureHandler handler = (IFigureHandler) ((INodeNotifier) parent) .getAdapterFor(IFigureHandler.class);

28. 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

ElementEditPart.java :

444 : IFigureHandler handler = (IFigureHandler) ((INodeNotifier) parent)

29. 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

ElementEditPart.java :

484 : if (parent instanceof INodeNotifier) {

30. 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

ElementEditPart.java :

485 : ICSSStyle parentStyle = (ICSSStyle) ((INodeNotifier) parent) .getAdapterFor(ICSSStyle.class);

31. 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

ElementEditPart.java :

485 : ICSSStyle parentStyle = (ICSSStyle) ((INodeNotifier) parent)

32. 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

ElementEditPart.java :

488 : ICSSStyle childStyle = (ICSSStyle) ((INodeNotifier) childNode) .getAdapterFor(ICSSStyle.class);

33. 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

ElementEditPart.java :

488 : ICSSStyle childStyle = (ICSSStyle) ((INodeNotifier) childNode)

34. 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

ElementEditPart.java :

539 : ICSSStyle childStyle = (ICSSStyle) ((INodeNotifier) childNode) .getAdapterFor(ICSSStyle.class);

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

ElementEditPart.java :

539 : ICSSStyle childStyle = (ICSSStyle) ((INodeNotifier) childNode)

36. 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

ElementEditPart.java :

568 : public void notifyChanged(INodeNotifier notifier, int eventType,

37. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

591 : IDOMText xmltext = (IDOMText) ((TextEditPart) children1.get(i))

38. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

591 : IDOMText xmltext = (IDOMText) ((TextEditPart) children1.get(i))

39. WARNING: DiscouragedReference

Discouraged access: The method isElementContentWhitespace() from the type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementEditPart.java :

593 : if (!xmltext.isElementContentWhitespace()) {

Source File: org/eclipse/jst/pagedesigner/parts/HTMLEditPartsFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEditPartsFactory.java :

17 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEditPartsFactory.java :

26 : private IDOMDocument _destDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEditPartsFactory.java :

31 : public HTMLEditPartsFactory(IDOMDocument destDoc) {

Source File: org/eclipse/jst/pagedesigner/parts/NodeEditPart.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

NodeEditPart.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

NodeEditPart.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeEditPart.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

4. 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

NodeEditPart.java :

36 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

NodeEditPart.java :

44 : INodeAdapter {

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeEditPart.java :

46 : private IDOMDocument _destDocument;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeEditPart.java :

55 : public void setDestDocumentForDesign(IDOMDocument doc) {

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeEditPart.java :

62 : public IDOMDocument getDestDocumentForDesign() {

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeEditPart.java :

64 : return (IDOMDocument) this.getIDOMNode().getOwnerDocument();

10. 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

NodeEditPart.java :

101 : if (obj instanceof INodeNotifier) {

11. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) 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

NodeEditPart.java :

102 : ((INodeNotifier) obj).addAdapter(this);

12. 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

NodeEditPart.java :

102 : ((INodeNotifier) obj).addAdapter(this);

13. 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

NodeEditPart.java :

115 : if (obj instanceof INodeNotifier) {

14. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

NodeEditPart.java :

116 : ((INodeNotifier) obj).removeAdapter(this);

15. 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

NodeEditPart.java :

116 : ((INodeNotifier) obj).removeAdapter(this);

16. 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

NodeEditPart.java :

140 : if (obj instanceof INodeNotifier) {

17. 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

NodeEditPart.java :

141 : return ((INodeNotifier) obj) .getAdapterFor(IPropertySource.class);

18. 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

NodeEditPart.java :

141 : return ((INodeNotifier) obj)

19. 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

NodeEditPart.java :

166 : public IDOMNode getIDOMNode() {

20. 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

NodeEditPart.java :

167 : return ((IDOMNode) getModel());

Source File: org/eclipse/jst/pagedesigner/parts/NonVisualComponentEditPart.java
1. 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

NonVisualComponentEditPart.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. 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

NonVisualComponentEditPart.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. 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

NonVisualComponentEditPart.java :

54 : public void notifyChanged(INodeNotifier notifier, int eventType,

4. 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

NonVisualComponentEditPart.java :

101 : public IDOMNode getIDOMNode()

5. 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

NonVisualComponentEditPart.java :

103 : return (IDOMNode) getModelElement();

Source File: org/eclipse/jst/pagedesigner/parts/Refresher.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

Refresher.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

Refresher.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

Refresher.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

4. 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

Refresher.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

Refresher.java :

28 : public class Refresher implements INodeAdapter {

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

Refresher.java :

45 : public void notifyChanged(INodeNotifier notifier, int eventType,

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

Refresher.java :

47 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

8. WARNING: DiscouragedReference

Discouraged access: The field ADD 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

Refresher.java :

47 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

9. 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

Refresher.java :

47 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

10. WARNING: DiscouragedReference

Discouraged access: The field REMOVE 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

Refresher.java :

47 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

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

Refresher.java :

53 : if (notifier instanceof IDOMNode) {

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

Refresher.java :

54 : IDOMNode node = (IDOMNode) notifier;

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

Refresher.java :

54 : IDOMNode node = (IDOMNode) notifier;

14. 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

Refresher.java :

57 : EditPart part = (EditPart) node.getAdapterFor(EditPart.class);

15. 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

Refresher.java :

61 : if (nodeForFigure instanceof IDOMNode) {

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

Refresher.java :

62 : refreshChildStyles((IDOMNode) nodeForFigure);

17. 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

Refresher.java :

69 : eventType == INodeNotifier.STRUCTURE_CHANGED);

18. WARNING: DiscouragedReference

Discouraged access: The field STRUCTURE_CHANGED 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

Refresher.java :

69 : eventType == INodeNotifier.STRUCTURE_CHANGED);

19. 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

Refresher.java :

71 : part = (EditPart) node.getAdapterFor(EditPart.class);

20. 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

Refresher.java :

81 : private void refreshContainingPart(IDOMNode node, boolean recursive) {

21. 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

Refresher.java :

83 : EditPart part = (EditPart) node.getAdapterFor(EditPart.class);

22. 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

Refresher.java :

89 : EditPart part = (EditPart) node.getAdapterFor(EditPart.class);

23. 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

Refresher.java :

98 : node = (IDOMNode) node.getParentNode();

24. 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

Refresher.java :

106 : private void refreshChildStyles(IDOMNode node) {

25. 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

Refresher.java :

109 : refreshChildStyles((IDOMNode) childNodes.item(i));

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

Refresher.java :

111 : if (node instanceof IDOMElement) {

27. 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

Refresher.java :

113 : ICSSStyle a = (ICSSStyle) node.getAdapterFor(ICSSStyle.class);

Source File: org/eclipse/jst/pagedesigner/parts/RefresherFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory 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

RefresherFactory.java :

14 : import org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

RefresherFactory.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. 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

RefresherFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory 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

RefresherFactory.java :

22 : public class RefresherFactory extends AbstractAdapterFactory {

5. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) 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

RefresherFactory.java :

26 : super(Refresher.class, true);

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

RefresherFactory.java :

33 : protected INodeAdapter createAdapter(INodeNotifier target) {

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

RefresherFactory.java :

33 : protected INodeAdapter createAdapter(INodeNotifier target) {

Source File: org/eclipse/jst/pagedesigner/parts/TextEditPart.java
1. 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

TextEditPart.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. 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

TextEditPart.java :

88 : public void notifyChanged(INodeNotifier notifier, int eventType,

3. 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

TextEditPart.java :

92 : if (eventType == INodeNotifier.CHANGE) {

4. WARNING: DiscouragedReference

Discouraged access: The field CHANGE 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

TextEditPart.java :

92 : if (eventType == INodeNotifier.CHANGE) {

Source File: org/eclipse/jst/pagedesigner/preview/PageExpressionContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSFELParserHelper 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

PageExpressionContext.java :

35 : import org.eclipse.jst.pagedesigner.jsp.core.el.JSFELParserHelper;

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

PageExpressionContext.java :

36 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.IPageVariablesProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IVariableInfo 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

PageExpressionContext.java :

37 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.IVariableInfo;

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

PageExpressionContext.java :

97 : public void pushPageVarProvider(IPageVariablesProvider provider) {

5. 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

PageExpressionContext.java :

104 : public void popPageVarProvider(IPageVariablesProvider provider) {

6. WARNING: DiscouragedReference

Discouraged access: The type JSFELParserHelper 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

PageExpressionContext.java :

127 : expression = JSFELParserHelper.toJspElExpression(expression);

7. WARNING: DiscouragedReference

Discouraged access: The method toJspElExpression(String) from the type JSFELParserHelper 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

PageExpressionContext.java :

127 : expression = JSFELParserHelper.toJspElExpression(expression);

8. 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

PageExpressionContext.java :

143 : IPageVariablesProvider _pageVars = (IPageVariablesProvider) _pageVarProviders

9. 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

PageExpressionContext.java :

143 : IPageVariablesProvider _pageVars = (IPageVariablesProvider) _pageVarProviders

10. WARNING: DiscouragedReference

Discouraged access: The type IVariableInfo 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

PageExpressionContext.java :

146 : IVariableInfo[] vars = _pageVars.getBeanInfos();

11. WARNING: DiscouragedReference

Discouraged access: The method getBeanInfos() 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

PageExpressionContext.java :

146 : IVariableInfo[] vars = _pageVars.getBeanInfos();

12. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IVariableInfo 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

PageExpressionContext.java :

149 : if (varName.equals(vars[i].getName())) {

13. WARNING: DiscouragedReference

Discouraged access: The method getMode() from the type IVariableInfo 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

PageExpressionContext.java :

151 : if (vars[i].getMode() == IVariableInfo.RESOURCEBUNDLE) {

14. WARNING: DiscouragedReference

Discouraged access: The type IVariableInfo 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

PageExpressionContext.java :

151 : if (vars[i].getMode() == IVariableInfo.RESOURCEBUNDLE) {

15. WARNING: DiscouragedReference

Discouraged access: The field RESOURCEBUNDLE from the type IVariableInfo 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

PageExpressionContext.java :

151 : if (vars[i].getMode() == IVariableInfo.RESOURCEBUNDLE) {

16. WARNING: DiscouragedReference

Discouraged access: The method getTypeInfoString() from the type IVariableInfo 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

PageExpressionContext.java :

152 : String resourceName = vars[i] .getTypeInfoString();

Source File: org/eclipse/jst/pagedesigner/preview/PreviewConvertContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type InvalidCharacterException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

22 : import org.eclipse.wst.xml.core.internal.document.InvalidCharacterException;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

37 : private IDOMDocument _destDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

44 : public PreviewConvertContext(IDOMDocument destDocument) {

6. WARNING: DiscouragedReference

Discouraged access: The method setSource(String) 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

PreviewConvertContext.java :

74 : ((IDOMText) previewText).setSource(((IDOMText) text).getSource());

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

74 : ((IDOMText) previewText).setSource(((IDOMText) text).getSource());

8. WARNING: DiscouragedReference

Discouraged access: The method getSource() 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

PreviewConvertContext.java :

74 : ((IDOMText) previewText).setSource(((IDOMText) text).getSource());

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

74 : ((IDOMText) previewText).setSource(((IDOMText) text).getSource());

10. WARNING: DiscouragedReference

Discouraged access: The type InvalidCharacterException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewConvertContext.java :

75 : } catch (InvalidCharacterException e) {

Source File: org/eclipse/jst/pagedesigner/preview/PreviewHandlerNew.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

PreviewHandlerNew.java :

20 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.IPageVariablesProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentPageVariableAdapter 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

PreviewHandlerNew.java :

21 : import org.eclipse.jst.pagedesigner.jsp.core.pagevar.adapter.IDocumentPageVariableAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PreviewHandlerNew.java :

26 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

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

PreviewHandlerNew.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLGeneratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

29 : import org.eclipse.wst.xml.core.internal.document.XMLGeneratorImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

8. 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

PreviewHandlerNew.java :

32 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

9. WARNING: DiscouragedReference

Discouraged access: The type ISourceGenerator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

33 : import org.eclipse.wst.xml.core.internal.provisional.document.ISourceGenerator;

10. 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

PreviewHandlerNew.java :

53 : IProject prj = StructuredModelUtil.getProjectFor(part.getIDOMNode() .getModel());

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

57 : IDOMDocument doc = (IDOMDocument) part.getIDOMNode();

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

57 : IDOMDocument doc = (IDOMDocument) part.getIDOMNode();

13. 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

PreviewHandlerNew.java :

58 : Object obj = doc.getAdapterFor(IDocumentPageVariableAdapter.class);

14. WARNING: DiscouragedReference

Discouraged access: The type IDocumentPageVariableAdapter 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

PreviewHandlerNew.java :

58 : Object obj = doc.getAdapterFor(IDocumentPageVariableAdapter.class);

15. 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

PreviewHandlerNew.java :

59 : if (obj instanceof IPageVariablesProvider) {

16. 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

PreviewHandlerNew.java :

60 : ((IPageVariablesProvider) obj).refresh();

17. 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

PreviewHandlerNew.java :

60 : ((IPageVariablesProvider) obj).refresh();

18. 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

PreviewHandlerNew.java :

62 : (IPageVariablesProvider) obj);

19. 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

PreviewHandlerNew.java :

92 : IStructuredModel sModel = StructuredModelManager.getModelManager()

20. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PreviewHandlerNew.java :

92 : IStructuredModel sModel = StructuredModelManager.getModelManager() .createUnManagedStructuredModelFor( ContentTypeIdForHTML.ContentTypeID_HTML);

21. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PreviewHandlerNew.java :

94 : ContentTypeIdForHTML.ContentTypeID_HTML);

22. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

PreviewHandlerNew.java :

94 : ContentTypeIdForHTML.ContentTypeID_HTML);

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

96 : IDOMDocument previewDoc = ((IDOMModel) sModel).getDocument();

24. 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

PreviewHandlerNew.java :

96 : IDOMDocument previewDoc = ((IDOMModel) sModel).getDocument();

25. 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

PreviewHandlerNew.java :

96 : IDOMDocument previewDoc = ((IDOMModel) sModel).getDocument();

26. WARNING: DiscouragedReference

Discouraged access: The type ISourceGenerator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

100 : ISourceGenerator generator = XMLGeneratorImpl.getInstance();

27. WARNING: DiscouragedReference

Discouraged access: The type XMLGeneratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

100 : ISourceGenerator generator = XMLGeneratorImpl.getInstance();

28. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLGeneratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

100 : ISourceGenerator generator = XMLGeneratorImpl.getInstance();

29. WARNING: DiscouragedReference

Discouraged access: The method generateSource(Node) from the type ISourceGenerator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

PreviewHandlerNew.java :

111 : result.append(generator.generateSource(node));

30. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PreviewHandlerNew.java :

115 : sModel.releaseFromEdit();

31. 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

PreviewHandlerNew.java :

121 : private static void appendSkinStyleSheetLinks(Node previewNode, IDOMNode domNode) {

Source File: org/eclipse/jst/pagedesigner/properties/AllPropertySection.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

AllPropertySection.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AllPropertySection.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

AllPropertySection.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

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

AllPropertySection.java :

45 : protected IDOMElement _element;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

AllPropertySection.java :

50 : protected INodeAdapter _adapter = new INodeAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

AllPropertySection.java :

50 : protected INodeAdapter _adapter = new INodeAdapter() {

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

AllPropertySection.java :

55 : public void notifyChanged(INodeNotifier notifier, int eventType,

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

AllPropertySection.java :

96 : IDOMElement newEle = (IDOMElement) DesignerPropertyTool.getElement(

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

AllPropertySection.java :

96 : IDOMElement newEle = (IDOMElement) DesignerPropertyTool.getElement(

10. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

AllPropertySection.java :

103 : _element.removeAdapter(_adapter);

11. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) 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

AllPropertySection.java :

107 : _element.addAdapter(_adapter);

12. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

AllPropertySection.java :

117 : _element.removeAdapter(_adapter);

Source File: org/eclipse/jst/pagedesigner/properties/AttributePropertySource.java
1. WARNING: DiscouragedReference

Discouraged access: The type ITagAttribute is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

21 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagAttribute;

2. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

22 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentContextResolverFactory2 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

AttributePropertySource.java :

26 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.IStructuredDocumentContextResolverFactory2;

4. WARNING: DiscouragedReference

Discouraged access: The type ITagElementResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

AttributePropertySource.java :

29 : import org.eclipse.jst.jsf.designtime.internal.resolver.ITagElementResolver;

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

AttributePropertySource.java :

38 : 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

AttributePropertySource.java :

46 : private IDOMElement _element;

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

AttributePropertySource.java :

62 : _element = (IDOMElement) ele;

8. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

AttributePropertySource.java :

69 : IStructuredDocumentContextFactory.INSTANCE.getContext(_element.getStructuredDocument(), _element);

9. WARNING: DiscouragedReference

Discouraged access: The type ITagElementResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

AttributePropertySource.java :

171 : final ITagElementResolver tagregResolver = IStructuredDocumentContextResolverFactory2.INSTANCE

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentContextResolverFactory2 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

AttributePropertySource.java :

171 : final ITagElementResolver tagregResolver = IStructuredDocumentContextResolverFactory2.INSTANCE

11. WARNING: DiscouragedReference

Discouraged access: The method getResolver(IStructuredDocumentContext, Class<ITagElementResolver>) from the type IStructuredDocumentContextResolverFactory2 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

AttributePropertySource.java :

171 : final ITagElementResolver tagregResolver = IStructuredDocumentContextResolverFactory2.INSTANCE .getResolver(_context, ITagElementResolver.class);

12. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IStructuredDocumentContextResolverFactory2 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

AttributePropertySource.java :

171 : final ITagElementResolver tagregResolver = IStructuredDocumentContextResolverFactory2.INSTANCE

13. WARNING: DiscouragedReference

Discouraged access: The type ITagElementResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

AttributePropertySource.java :

172 : .getResolver(_context, ITagElementResolver.class);

14. WARNING: DiscouragedReference

Discouraged access: The type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

175 : final ITagElement tag = tagregResolver.getTagElement(_element);

15. WARNING: DiscouragedReference

Discouraged access: The method getTagElement(Node) from the type ITagElementResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot

AttributePropertySource.java :

175 : final ITagElement tag = tagregResolver.getTagElement(_element);

16. WARNING: DiscouragedReference

Discouraged access: The type ITagAttribute is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

177 : for (final ITagAttribute attr : tag.getAttributes().values()) {

17. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type ITagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

177 : for (final ITagAttribute attr : tag.getAttributes().values()) {

18. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagAttribute is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

178 : final IPropertyDescriptor pd = getAttrPropertyDescriptor(attr .getName());

19. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagAttribute is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

186 : attr.getName(), attr.getName());

20. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ITagAttribute is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

186 : attr.getName(), attr.getName());

21. WARNING: DiscouragedReference

Discouraged access: The method getDescription() from the type ITagAttribute is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.runtime/@dot

AttributePropertySource.java :

187 : pd1.setDescription(attr.getDescription());

Source File: org/eclipse/jst/pagedesigner/properties/AttributePropertySourceProvider.java
1. 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

AttributePropertySourceProvider.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLPropertySource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AttributePropertySourceProvider.java :

17 : import org.eclipse.wst.xml.ui.internal.properties.XMLPropertySource;

3. 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

AttributePropertySourceProvider.java :

37 : source = (IPropertySource) ((INodeNotifier) (model)) .getAdapterFor(IPropertySource.class);

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

AttributePropertySourceProvider.java :

37 : source = (IPropertySource) ((INodeNotifier) (model))

5. WARNING: DiscouragedReference

Discouraged access: The constructor XMLPropertySource(INodeNotifier) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AttributePropertySourceProvider.java :

40 : source = new XMLPropertySource((INodeNotifier) model);

6. WARNING: DiscouragedReference

Discouraged access: The type XMLPropertySource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AttributePropertySourceProvider.java :

40 : source = new XMLPropertySource((INodeNotifier) model);

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

AttributePropertySourceProvider.java :

40 : source = new XMLPropertySource((INodeNotifier) model);

Source File: org/eclipse/jst/pagedesigner/properties/BaseCustomSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

BaseCustomSection.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

BaseCustomSection.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

BaseCustomSection.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

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

BaseCustomSection.java :

52 : protected IDOMElement _element;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

BaseCustomSection.java :

57 : protected INodeAdapter _adapter = new INodeAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter 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

BaseCustomSection.java :

57 : protected INodeAdapter _adapter = new INodeAdapter() {

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

BaseCustomSection.java :

62 : public void notifyChanged(INodeNotifier notifier, int eventType,

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

BaseCustomSection.java :

71 : IDOMElement newEle = (IDOMElement) DesignerPropertyTool.getElement(

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

BaseCustomSection.java :

71 : IDOMElement newEle = (IDOMElement) DesignerPropertyTool.getElement(

10. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

BaseCustomSection.java :

75 : _element.removeAdapter(_adapter);

11. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) 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

BaseCustomSection.java :

79 : _element.addAdapter(_adapter);

12. 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

BaseCustomSection.java :

94 : protected abstract void notifyChanged(INodeNotifier notifier,

13. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

BaseCustomSection.java :

198 : _element.removeAdapter(_adapter);

14. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) 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

BaseCustomSection.java :

218 : _element.addAdapter(_adapter);

15. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) 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

BaseCustomSection.java :

241 : _element.removeAdapter(_adapter);

Source File: org/eclipse/jst/pagedesigner/properties/DesignerPropertyTool.java
1. 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

DesignerPropertyTool.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

39 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

40 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

41 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

42 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

6. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

43 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

7. 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

DesignerPropertyTool.java :

44 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

64 : public static String getAttributeValue(Element fNode, CMNode attributeDesc) {

9. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

71 : Node attribute = attrMap.getNamedItem(attributeDesc.getNodeName());

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

DesignerPropertyTool.java :

73 : if (attribute instanceof IDOMNode) {

11. WARNING: DiscouragedReference

Discouraged access: The method getValueSource() 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

DesignerPropertyTool.java :

74 : returnedValue = ((IDOMNode) attribute).getValueSource();

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

74 : returnedValue = ((IDOMNode) attribute).getValueSource();

13. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

106 : public static CMNamedNodeMap getElementDeclaredAttributes(Node fNode) {

14. 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

DesignerPropertyTool.java :

107 : IStructuredModel structModel = null;

15. 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

DesignerPropertyTool.java :

108 : if (fNode instanceof IDOMNode) {

16. 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

DesignerPropertyTool.java :

109 : structModel = ((IDOMNode) fNode).getModel();

17. 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

DesignerPropertyTool.java :

109 : structModel = ((IDOMNode) fNode).getModel();

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

114 : CMElementDeclaration cmde = null;

19. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

115 : CMNamedNodeMap cmnnm = null;

20. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

119 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(fNode

21. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

119 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(fNode

22. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

119 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(fNode .getOwnerDocument());

23. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

122 : cmde = modelQuery.getCMElementDeclaration((Element) fNode);

24. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

125 : cmnnm = cmde.getAttributes();

25. 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

DesignerPropertyTool.java :

150 : IStructuredModel model = ((HTMLEditor) selectingPart)

26. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

214 : CMNamedNodeMap attributes = getElementDeclaredAttributes(element);

27. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

216 : for (int i = 0, n = attributes.getLength(); i < n; i++) {

28. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

217 : String name = attributes.item(i).getNodeName();

29. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DesignerPropertyTool.java :

217 : String name = attributes.item(i).getNodeName();

Source File: org/eclipse/jst/pagedesigner/properties/PropertyDescriptorWrapper.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

PropertyDescriptorWrapper.java :

22 : 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

PropertyDescriptorWrapper.java :

35 : private IDOMElement _element;

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

PropertyDescriptorWrapper.java :

58 : public PropertyDescriptorWrapper(IDOMElement element,

Source File: org/eclipse/jst/pagedesigner/properties/attrgroup/DialogUtil.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

DialogUtil.java :

29 : 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

DialogUtil.java :

50 : final IDOMElement parent, final AttributeGroup group) {

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

DialogUtil.java :

99 : private static void createSubNode(final AttributeGroup group, final IDOMElement parent, final Map mapOfAttributeValues) {

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

DialogUtil.java :

129 : final IDOMElement parent, final String uri, final String tagName,

Source File: org/eclipse/jst/pagedesigner/properties/attrgroup/IElementContextable.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

IElementContextable.java :

14 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

IElementContextable.java :

15 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. 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

IElementContextable.java :

35 : public void setElementContext(IDOMNode ancester, IDOMElement element);

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

IElementContextable.java :

35 : public void setElementContext(IDOMNode ancester, IDOMElement element);

Source File: org/eclipse/jst/pagedesigner/properties/celleditors/CSSDialogCellEditor.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

23 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

24 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

CSSDialogCellEditor.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

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

CSSDialogCellEditor.java :

33 : private IDOMElement _element;

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

CSSDialogCellEditor.java :

39 : public CSSDialogCellEditor(Composite parent, IDOMElement element) {

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

50 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) _element)

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

50 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) _element)

8. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

56 : final CSSPropertyContext context = new CSSPropertyContext(styleDeclaration);

9. WARNING: DiscouragedReference

Discouraged access: The constructor CSSPropertyContext(ICSSStyleDeclaration) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

56 : final CSSPropertyContext context = new CSSPropertyContext(styleDeclaration);

10. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

56 : final CSSPropertyContext context = new CSSPropertyContext(styleDeclaration);

11. WARNING: DiscouragedReference

Discouraged access: The method isModified() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

CSSDialogCellEditor.java :

59 : if (context.isModified()) {

Source File: org/eclipse/jst/pagedesigner/properties/celleditors/CellEditorFactory.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

CellEditorFactory.java :

21 : import org.eclipse.jst.jsf.common.metadata.internal.TraitValueHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

CellEditorFactory.java :

27 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

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

CellEditorFactory.java :

37 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

4. 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

CellEditorFactory.java :

38 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

5. 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

CellEditorFactory.java :

65 : List exts = TraitValueHelper.getValueAsListOfStrings(fileExt);

6. WARNING: DiscouragedReference

Discouraged access: The method getValueAsListOfStrings(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

CellEditorFactory.java :

65 : List exts = TraitValueHelper.getValueAsListOfStrings(fileExt);

7. 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

CellEditorFactory.java :

71 : sep = TraitValueHelper.getValueAsString(separator);

8. 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

CellEditorFactory.java :

71 : sep = TraitValueHelper.getValueAsString(separator);

9. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

CellEditorFactory.java :

85 : if (IJSPCoreConstants.TAG_DIRECTIVE_INCLUDE.equals(element

10. WARNING: DiscouragedReference

Discouraged access: The field TAG_DIRECTIVE_INCLUDE from the type IJSPCoreConstants 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

CellEditorFactory.java :

85 : if (IJSPCoreConstants.TAG_DIRECTIVE_INCLUDE.equals(element

11. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

CellEditorFactory.java :

87 : || IJSPCoreConstants.TAG_INCLUDE.equals(element

12. WARNING: DiscouragedReference

Discouraged access: The field TAG_INCLUDE from the type IJSPCoreConstants 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

CellEditorFactory.java :

87 : || IJSPCoreConstants.TAG_INCLUDE.equals(element

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

CellEditorFactory.java :

105 : (IDOMElement) element);

14. 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

CellEditorFactory.java :

164 : List exts = TraitValueHelper.getValueAsListOfStrings(fileExt);

15. WARNING: DiscouragedReference

Discouraged access: The method getValueAsListOfStrings(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

CellEditorFactory.java :

164 : List exts = TraitValueHelper.getValueAsListOfStrings(fileExt);

16. 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

CellEditorFactory.java :

170 : sep = TraitValueHelper.getValueAsString(seperator);

17. 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

CellEditorFactory.java :

170 : sep = TraitValueHelper.getValueAsString(seperator);

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

CellEditorFactory.java :

226 : if (element instanceof IDOMElement) {

19. 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

CellEditorFactory.java :

227 : IDOMModel model = ((IDOMElement) element).getModel();

20. 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

CellEditorFactory.java :

227 : IDOMModel model = ((IDOMElement) element).getModel();

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

CellEditorFactory.java :

227 : IDOMModel model = ((IDOMElement) element).getModel();

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

CellEditorFactory.java :

241 : if (element instanceof IDOMElement) {

23. 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

CellEditorFactory.java :

242 : IDOMModel model = ((IDOMElement) element).getModel();

24. 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

CellEditorFactory.java :

242 : IDOMModel model = ((IDOMElement) element).getModel();

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

CellEditorFactory.java :

242 : IDOMModel model = ((IDOMElement) element).getModel();

Source File: org/eclipse/jst/pagedesigner/properties/celleditors/LabeledComboBoxCellEditor.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledComboBoxCellEditor.java :

25 : import org.eclipse.wst.sse.ui.internal.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledComboBoxCellEditor.java :

146 : Logger.log(Logger.ERROR,

3. WARNING: DiscouragedReference

Discouraged access: The method log(int, String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledComboBoxCellEditor.java :

146 : Logger.log(Logger.ERROR, "Attempted to update item list for disposed cell editor"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledComboBoxCellEditor.java :

146 : Logger.log(Logger.ERROR,

5. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledComboBoxCellEditor.java :

146 : Logger.log(Logger.ERROR,

Source File: org/eclipse/jst/pagedesigner/properties/celleditors/LabeledStyleComboCellEditor.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledStyleComboCellEditor.java :

28 : import org.eclipse.wst.sse.ui.internal.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledStyleComboCellEditor.java :

140 : Logger.log(Logger.ERROR,

3. WARNING: DiscouragedReference

Discouraged access: The method log(int, String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledStyleComboCellEditor.java :

140 : Logger.log(Logger.ERROR, "Attempted to update item list for disposed cell editor"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledStyleComboCellEditor.java :

140 : Logger.log(Logger.ERROR,

5. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LabeledStyleComboCellEditor.java :

140 : Logger.log(Logger.ERROR,

Source File: org/eclipse/jst/pagedesigner/properties/dialogfields/MDEnabledComboDialogField.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

MDEnabledComboDialogField.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

MDEnabledComboDialogField.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. 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

MDEnabledComboDialogField.java :

43 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

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

MDEnabledComboDialogField.java :

43 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

5. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

MDEnabledComboDialogField.java :

44 : IStructuredDocumentContext sdContext =IStructuredDocumentContextFactory.INSTANCE.getContext(element.getStructuredDocument(), element);

Source File: org/eclipse/jst/pagedesigner/properties/internal/AttributeGroup.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

AttributeGroup.java :

41 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

AttributeGroup.java :

42 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

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

AttributeGroup.java :

56 : private IDOMElement _ownerElement;

4. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

AttributeGroup.java :

126 : _sdContext = IStructuredDocumentContextFactory.INSTANCE.getContext(_ownerElement.getStructuredDocument(), _ownerElement);

5. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

AttributeGroup.java :

144 : IStructuredDocumentContext context = IStructuredDocumentContextFactory.INSTANCE.getContext(_ownerElement.getStructuredDocument(), 0);

6. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModelKeyDescriptor 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

AttributeGroup.java :

172 : return getTagEntity().getModel().getCurrentModelContext().getUri();

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

AttributeGroup.java :

280 : public IDOMElement getElement() {

8. 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

AttributeGroup.java :

289 : public void setElementContext(IDOMNode context, IDOMElement owner) {

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

AttributeGroup.java :

289 : public void setElementContext(IDOMNode context, IDOMElement owner) {

Source File: org/eclipse/jst/pagedesigner/properties/internal/AttributeGroupSection.java
1. 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

AttributeGroupSection.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. 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

AttributeGroupSection.java :

95 : protected void notifyChanged(INodeNotifier notifier, int eventType,

Source File: org/eclipse/jst/pagedesigner/properties/internal/DefaultPropertyPageDescriptor.java
1. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModelKeyDescriptor 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

DefaultPropertyPageDescriptor.java :

97 : return _tagEntity.getModel().getCurrentModelContext().getUri();

Source File: org/eclipse/jst/pagedesigner/properties/internal/QuickEditTabSectionDescriptor.java
1. WARNING: DiscouragedReference

Discouraged access: The type SectionDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.100.I20100509-0800.jar

QuickEditTabSectionDescriptor.java :

21 : import org.eclipse.ui.internal.views.properties.tabbed.view.SectionDescriptor;

2. WARNING: DiscouragedReference

Discouraged access: The type SectionDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.100.I20100509-0800.jar

QuickEditTabSectionDescriptor.java :

30 : public class QuickEditTabSectionDescriptor extends SectionDescriptor {

3. WARNING: DiscouragedReference

Discouraged access: The constructor SectionDescriptor(IConfigurationElement, ITypeMapper) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.100.I20100509-0800.jar

QuickEditTabSectionDescriptor.java :

44 : super(configurationElement, typeMapper);

Source File: org/eclipse/jst/pagedesigner/properties/internal/WPETabPropertySectionDescriptorProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type SectionDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.100.I20100509-0800.jar

WPETabPropertySectionDescriptorProvider.java :

122 : if (name.equals(sd.getId()))

Source File: org/eclipse/jst/pagedesigner/requests/NodeCreationFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeCreationFactory.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

2. 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

NodeCreationFactory.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

NodeCreationFactory.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

4. 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

NodeCreationFactory.java :

68 : if (ele instanceof IDOMNode) {

5. 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

NodeCreationFactory.java :

69 : String prefix = getPrefix(_uri, ((IDOMDocument) ownerdoc) .getModel(), _suggestedPrefix);

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

NodeCreationFactory.java :

69 : String prefix = getPrefix(_uri, ((IDOMDocument) ownerdoc)

7. 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

NodeCreationFactory.java :

121 : private String getPrefix(String uri, IDOMModel model, String suggested) {

Source File: org/eclipse/jst/pagedesigner/tools/ExposeHelper.java
1. 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

ExposeHelper.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. 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

ExposeHelper.java :

222 : if (element instanceof INodeNotifier) {

3. 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

ExposeHelper.java :

223 : EditPart editPart = (EditPart) ((INodeNotifier) element) .getAdapterFor(EditPart.class);

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

ExposeHelper.java :

223 : EditPart editPart = (EditPart) ((INodeNotifier) element)

Source File: org/eclipse/jst/pagedesigner/ui/common/sash/SashEditorPart.java
1. WARNING: DeadCode

Dead code

SashEditorPart.java :

474 : } else { nestableService.activateKeyBindingService(null); }

Source File: org/eclipse/jst/pagedesigner/ui/dialogfields/ClasspathResourceButtonDialogField.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

ClasspathResourceButtonDialogField.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

ClasspathResourceButtonDialogField.java :

88 : org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode ancester,

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

ClasspathResourceButtonDialogField.java :

89 : IDOMElement element) {

4. 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

ClasspathResourceButtonDialogField.java :

90 : IProject prj = StructuredModelUtil.getProjectFor(ancester.getModel());

Source File: org/eclipse/jst/pagedesigner/ui/dialogfields/ContextableResourceButtonDialogField.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

ContextableResourceButtonDialogField.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

ContextableResourceButtonDialogField.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

ContextableResourceButtonDialogField.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

4. 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

ContextableResourceButtonDialogField.java :

44 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

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

ContextableResourceButtonDialogField.java :

44 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

6. 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

ContextableResourceButtonDialogField.java :

49 : IDOMModel model = ancester.getModel();

7. 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

ContextableResourceButtonDialogField.java :

49 : IDOMModel model = ancester.getModel();

Source File: org/eclipse/jst/pagedesigner/ui/dialogfields/DialogFieldWrapper.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

DialogFieldWrapper.java :

38 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

DialogFieldWrapper.java :

39 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. 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

DialogFieldWrapper.java :

58 : private IDOMNode _ancester;

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

DialogFieldWrapper.java :

60 : private IDOMElement _element;

5. 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

DialogFieldWrapper.java :

210 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

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

DialogFieldWrapper.java :

210 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

7. 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

DialogFieldWrapper.java :

454 : private IDOMNode getAncester() {

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

DialogFieldWrapper.java :

458 : private IDOMElement getElement() {

Source File: org/eclipse/jst/pagedesigner/ui/dialogfields/StyleButtonDialogField.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

27 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

StyleButtonDialogField.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

4. 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

StyleButtonDialogField.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

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

StyleButtonDialogField.java :

37 : private IDOMElement _element;

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

StyleButtonDialogField.java :

49 : public StyleButtonDialogField(IDOMElement element) {

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

StyleButtonDialogField.java :

64 : IDOMElement element) {

8. 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

StyleButtonDialogField.java :

75 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

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

StyleButtonDialogField.java :

75 : public void setElementContext(IDOMNode ancester, IDOMElement element) {

10. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

81 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) _element)

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

81 : ICSSStyleDeclaration styleDeclaration = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) _element)

12. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

88 : CSSPropertyContext context = new CSSPropertyContext(

13. WARNING: DiscouragedReference

Discouraged access: The constructor CSSPropertyContext(ICSSStyleDeclaration) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

88 : CSSPropertyContext context = new CSSPropertyContext( styleDeclaration);

14. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

88 : CSSPropertyContext context = new CSSPropertyContext(

15. WARNING: DiscouragedReference

Discouraged access: The method isModified() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleButtonDialogField.java :

93 : if (!context.isModified()) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BackgroudPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroudPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BackgroudPreferenceNode.java :

18 : 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

BackgroudPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroudPreferenceNode.java :

29 : private CSSPropertyContext _style;

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

BackgroudPreferenceNode.java :

35 : public BackgroudPreferenceNode(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroudPreferenceNode.java :

35 : public BackgroudPreferenceNode(IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BackgroundPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

26 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BackgroundPreferencePage.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

34 : private CSSPropertyContext _style;

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

BackgroundPreferencePage.java :

46 : public BackgroundPreferencePage(IDOMElement element,

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

47 : CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundColor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

84 : _style.setBackgroundColor(color);

7. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundImage(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

102 : _style.setBackgroundImage(image);

8. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundRepeat(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

123 : _style.setBackgroundRepeat(repeat);

9. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundAttachment(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

144 : _style.setBackgroundAttachment(attachment);

10. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundPositionX(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

174 : _style.setBackgroundPositionX(position);

11. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundPositionX(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

191 : _style.setBackgroundPositionX(position);

12. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundPositionY(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

220 : _style.setBackgroundPositionY(position);

13. WARNING: DiscouragedReference

Discouraged access: The method setBackgroundPositionY(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

237 : _style.setBackgroundPositionY(position);

14. WARNING: DiscouragedReference

Discouraged access: The method getBackgroundColor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

248 : String color = _style.getBackgroundColor();

15. WARNING: DiscouragedReference

Discouraged access: The method getBackgroundImage() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

254 : String image = _style.getBackgroundImage();

16. WARNING: DiscouragedReference

Discouraged access: The method getBackgroundRepeat() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

265 : String repeat = _style.getBackgroundRepeat();

17. WARNING: DiscouragedReference

Discouraged access: The method getBackgroundAttachment() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

276 : String attachment = _style.getBackgroundAttachment();

18. WARNING: DiscouragedReference

Discouraged access: The method getBackgroundPositionX() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

287 : String position = _style.getBackgroundPositionX();

19. WARNING: DiscouragedReference

Discouraged access: The method getBackgroundPositionY() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BackgroundPreferencePage.java :

296 : position = _style.getBackgroundPositionY();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BlockPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BlockPreferenceNode.java :

18 : 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

BlockPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferenceNode.java :

29 : private CSSPropertyContext _style;

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

BlockPreferenceNode.java :

35 : public BlockPreferenceNode(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferenceNode.java :

35 : public BlockPreferenceNode(IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BlockPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

24 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BlockPreferencePage.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

32 : private CSSPropertyContext _style;

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

BlockPreferencePage.java :

46 : public BlockPreferencePage(IDOMElement element, CSSPropertyContext style) {

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

46 : public BlockPreferencePage(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setWordSpacing(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

91 : _style.setWordSpacing(spacing);

7. WARNING: DiscouragedReference

Discouraged access: The method setWordSpacing(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

108 : _style.setWordSpacing(spacing);

8. WARNING: DiscouragedReference

Discouraged access: The method setLetterSpacing(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

137 : _style.setLetterSpacing(spacing);

9. WARNING: DiscouragedReference

Discouraged access: The method setLetterSpacing(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

154 : _style.setLetterSpacing(spacing);

10. WARNING: DiscouragedReference

Discouraged access: The method setVerticalAlign(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

182 : _style.setVerticalAlign(align);

11. WARNING: DiscouragedReference

Discouraged access: The method setVerticalAlign(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

199 : _style.setVerticalAlign(align);

12. WARNING: DiscouragedReference

Discouraged access: The method setTextAlign(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

217 : _style.setTextAlign(align);

13. WARNING: DiscouragedReference

Discouraged access: The method setTextIndent(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

246 : _style.setTextIndent(indent);

14. WARNING: DiscouragedReference

Discouraged access: The method setTextIndent(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

263 : _style.setTextIndent(indent);

15. WARNING: DiscouragedReference

Discouraged access: The method setWhiteSpace(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

281 : _style.setWhiteSpace(space);

16. WARNING: DiscouragedReference

Discouraged access: The method setDisplay(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

301 : _style.setDisplay(display);

17. WARNING: DiscouragedReference

Discouraged access: The method getWordSpacing() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

312 : String spacing = _style.getWordSpacing();

18. WARNING: DiscouragedReference

Discouraged access: The method getLetterSpacing() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

323 : spacing = _style.getLetterSpacing();

19. WARNING: DiscouragedReference

Discouraged access: The method getVerticalAlign() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

334 : String align = _style.getVerticalAlign();

20. WARNING: DiscouragedReference

Discouraged access: The method getTextAlign() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

345 : align = _style.getTextAlign();

21. WARNING: DiscouragedReference

Discouraged access: The method getTextIndent() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

356 : String indent = _style.getTextIndent();

22. WARNING: DiscouragedReference

Discouraged access: The method getWhiteSpace() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

362 : String space = _style.getWhiteSpace();

23. WARNING: DiscouragedReference

Discouraged access: The method getDisplay() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BlockPreferencePage.java :

373 : String display = _style.getDisplay();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BorderPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BorderPreferenceNode.java :

18 : 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

BorderPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferenceNode.java :

29 : private CSSPropertyContext _style;

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

BorderPreferenceNode.java :

35 : public BorderPreferenceNode(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferenceNode.java :

35 : public BorderPreferenceNode(IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BorderPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

27 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BorderPreferencePage.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

35 : private CSSPropertyContext _style;

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

BorderPreferencePage.java :

53 : public BorderPreferencePage(IDOMElement element, CSSPropertyContext style) {

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

53 : public BorderPreferencePage(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setBorderTopStyle(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

95 : _style.setBorderTopStyle(style);

7. WARNING: DiscouragedReference

Discouraged access: The method setBorderRightStyle(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

112 : _style.setBorderRightStyle(style);

8. WARNING: DiscouragedReference

Discouraged access: The method setBorderBottomStyle(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

129 : _style.setBorderBottomStyle(style);

9. WARNING: DiscouragedReference

Discouraged access: The method setBorderLeftStyle(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

146 : _style.setBorderLeftStyle(style);

10. WARNING: DiscouragedReference

Discouraged access: The method setBorderTopColor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

174 : _style.setBorderTopColor(color);

11. WARNING: DiscouragedReference

Discouraged access: The method setBorderRightColor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

193 : _style.setBorderRightColor(color);

12. WARNING: DiscouragedReference

Discouraged access: The method setBorderBottomColor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

213 : _style.setBorderBottomColor(color);

13. WARNING: DiscouragedReference

Discouraged access: The method setBorderLeftColor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

232 : _style.setBorderLeftColor(color);

14. WARNING: DiscouragedReference

Discouraged access: The method setBorderTopWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

268 : _style.setBorderTopWidth(width);

15. WARNING: DiscouragedReference

Discouraged access: The method setBorderTopWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

285 : _style.setBorderTopWidth(width);

16. WARNING: DiscouragedReference

Discouraged access: The method setBorderRightWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

313 : _style.setBorderRightWidth(width);

17. WARNING: DiscouragedReference

Discouraged access: The method setBorderRightWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

330 : _style.setBorderRightWidth(width);

18. WARNING: DiscouragedReference

Discouraged access: The method setBorderBottomWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

358 : _style.setBorderBottomWidth(width);

19. WARNING: DiscouragedReference

Discouraged access: The method setBorderBottomWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

375 : _style.setBorderBottomWidth(width);

20. WARNING: DiscouragedReference

Discouraged access: The method setBorderLeftWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

403 : _style.setBorderLeftWidth(width);

21. WARNING: DiscouragedReference

Discouraged access: The method setBorderLeftWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

420 : _style.setBorderLeftWidth(width);

22. WARNING: DiscouragedReference

Discouraged access: The method getBorderTopStyle() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

431 : String style = _style.getBorderTopStyle();

23. WARNING: DiscouragedReference

Discouraged access: The method getBorderRightStyle() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

440 : style = _style.getBorderRightStyle();

24. WARNING: DiscouragedReference

Discouraged access: The method getBorderBottomStyle() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

449 : style = _style.getBorderBottomStyle();

25. WARNING: DiscouragedReference

Discouraged access: The method getBorderLeftStyle() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

458 : style = _style.getBorderLeftStyle();

26. WARNING: DiscouragedReference

Discouraged access: The method getBorderTopColor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

469 : String color = _style.getBorderTopColor();

27. WARNING: DiscouragedReference

Discouraged access: The method getBorderRightColor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

473 : color = _style.getBorderRightColor();

28. WARNING: DiscouragedReference

Discouraged access: The method getBorderBottomColor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

477 : color = _style.getBorderBottomColor();

29. WARNING: DiscouragedReference

Discouraged access: The method getBorderLeftColor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

481 : color = _style.getBorderLeftColor();

30. WARNING: DiscouragedReference

Discouraged access: The method getBorderTopWidth() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

487 : String width = _style.getBorderTopWidth();

31. WARNING: DiscouragedReference

Discouraged access: The method getBorderRightWidth() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

496 : width = _style.getBorderRightWidth();

32. WARNING: DiscouragedReference

Discouraged access: The method getBorderBottomWidth() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

505 : width = _style.getBorderBottomWidth();

33. WARNING: DiscouragedReference

Discouraged access: The method getBorderLeftWidth() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BorderPreferencePage.java :

514 : width = _style.getBorderLeftWidth();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BoxPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BoxPreferenceNode.java :

18 : 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

BoxPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferenceNode.java :

29 : private CSSPropertyContext _styles;

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

BoxPreferenceNode.java :

35 : public BoxPreferenceNode(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferenceNode.java :

35 : public BoxPreferenceNode(IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/BoxPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

25 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

BoxPreferencePage.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

33 : private CSSPropertyContext _style;

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

BoxPreferencePage.java :

54 : public BoxPreferencePage(IDOMElement element, CSSPropertyContext style) {

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

54 : public BoxPreferencePage(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

99 : _style.setWidth(width);

7. WARNING: DiscouragedReference

Discouraged access: The method setWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

116 : _style.setWidth(width);

8. WARNING: DiscouragedReference

Discouraged access: The method setClear(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

133 : _style.setClear(clear);

9. WARNING: DiscouragedReference

Discouraged access: The method setHeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

163 : _style.setHeight(height);

10. WARNING: DiscouragedReference

Discouraged access: The method setHeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

180 : _style.setHeight(height);

11. WARNING: DiscouragedReference

Discouraged access: The method setPaddingTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

221 : _style.setPaddingTop(padding);

12. WARNING: DiscouragedReference

Discouraged access: The method setPaddingTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

238 : _style.setPaddingTop(padding);

13. WARNING: DiscouragedReference

Discouraged access: The method setPaddingRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

265 : _style.setPaddingRight(padding);

14. WARNING: DiscouragedReference

Discouraged access: The method setPaddingRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

282 : _style.setPaddingRight(padding);

15. WARNING: DiscouragedReference

Discouraged access: The method setPaddingBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

309 : _style.setPaddingBottom(padding);

16. WARNING: DiscouragedReference

Discouraged access: The method setPaddingBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

326 : _style.setPaddingBottom(padding);

17. WARNING: DiscouragedReference

Discouraged access: The method setPaddingLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

353 : _style.setPaddingLeft(top1);

18. WARNING: DiscouragedReference

Discouraged access: The method setPaddingLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

370 : _style.setPaddingLeft(top1);

19. WARNING: DiscouragedReference

Discouraged access: The method setMarginTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

408 : _style.setMarginTop(margin);

20. WARNING: DiscouragedReference

Discouraged access: The method setMarginTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

425 : _style.setMarginTop(margin);

21. WARNING: DiscouragedReference

Discouraged access: The method setMarginRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

453 : _style.setMarginRight(margin);

22. WARNING: DiscouragedReference

Discouraged access: The method setMarginRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

470 : _style.setMarginRight(margin);

23. WARNING: DiscouragedReference

Discouraged access: The method setMarginBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

498 : _style.setMarginBottom(margin);

24. WARNING: DiscouragedReference

Discouraged access: The method setMarginBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

515 : _style.setMarginBottom(margin);

25. WARNING: DiscouragedReference

Discouraged access: The method setMarginLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

543 : _style.setMarginLeft(top1);

26. WARNING: DiscouragedReference

Discouraged access: The method setMarginLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

560 : _style.setMarginLeft(top1);

27. WARNING: DiscouragedReference

Discouraged access: The method getWidth() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

571 : String width = _style.getWidth();

28. WARNING: DiscouragedReference

Discouraged access: The method getHeight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

582 : String height = _style.getHeight();

29. WARNING: DiscouragedReference

Discouraged access: The method getClear() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

593 : String clear = _style.getClear();

30. WARNING: DiscouragedReference

Discouraged access: The method getPaddingTop() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

604 : String padding = _style.getPaddingTop();

31. WARNING: DiscouragedReference

Discouraged access: The method getPaddingRight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

608 : padding = _style.getPaddingRight();

32. WARNING: DiscouragedReference

Discouraged access: The method getPaddingBottom() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

612 : padding = _style.getPaddingBottom();

33. WARNING: DiscouragedReference

Discouraged access: The method getPaddingLeft() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

616 : padding = _style.getPaddingLeft();

34. WARNING: DiscouragedReference

Discouraged access: The method getMarginTop() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

622 : String margin = _style.getMarginTop();

35. WARNING: DiscouragedReference

Discouraged access: The method getMarginRight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

631 : margin = _style.getMarginRight();

36. WARNING: DiscouragedReference

Discouraged access: The method getMarginBottom() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

640 : margin = _style.getMarginBottom();

37. WARNING: DiscouragedReference

Discouraged access: The method getMarginLeft() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

BoxPreferencePage.java :

649 : margin = _style.getMarginLeft();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/ExtensionsPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

ExtensionsPreferenceNode.java :

18 : 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

ExtensionsPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferenceNode.java :

29 : private CSSPropertyContext _style;

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

ExtensionsPreferenceNode.java :

35 : public ExtensionsPreferenceNode(IDOMElement element,

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferenceNode.java :

36 : CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/ExtensionsPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

24 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

ExtensionsPreferencePage.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

32 : private CSSPropertyContext _style;

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

ExtensionsPreferencePage.java :

42 : public ExtensionsPreferencePage(IDOMElement element,

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

43 : CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setPageBreakBefore(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

85 : _style.setPageBreakBefore(page);

7. WARNING: DiscouragedReference

Discouraged access: The method setPageBreakAfter(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

102 : _style.setPageBreakAfter(page);

8. WARNING: DiscouragedReference

Discouraged access: The method setCursor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

127 : _style.setCursor(cursor);

9. WARNING: DiscouragedReference

Discouraged access: The method getPageBreakBefore() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

138 : String page = _style.getPageBreakBefore();

10. WARNING: DiscouragedReference

Discouraged access: The method getPageBreakAfter() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

149 : page = _style.getPageBreakAfter();

11. WARNING: DiscouragedReference

Discouraged access: The method getCursor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ExtensionsPreferencePage.java :

160 : String cursor = _style.getCursor();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/ListPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

ListPreferenceNode.java :

18 : 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

ListPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferenceNode.java :

29 : private CSSPropertyContext _style;

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

ListPreferenceNode.java :

35 : public ListPreferenceNode(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferenceNode.java :

35 : public ListPreferenceNode(IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/ListPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

23 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

ListPreferencePage.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

31 : private CSSPropertyContext _style;

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

ListPreferencePage.java :

39 : public ListPreferencePage(IDOMElement element, CSSPropertyContext style) {

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

39 : public ListPreferencePage(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setListStyleType(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

72 : _style.setListStyleType(type);

7. WARNING: DiscouragedReference

Discouraged access: The method setListStyleImage(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

89 : _style.setListStyleImage(image);

8. WARNING: DiscouragedReference

Discouraged access: The method setListStylePosition(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

106 : _style.setListStylePosition(position);

9. WARNING: DiscouragedReference

Discouraged access: The method getListStyleType() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

117 : String type = _style.getListStyleType();

10. WARNING: DiscouragedReference

Discouraged access: The method getListStyleImage() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

128 : String image = _style.getListStyleImage();

11. WARNING: DiscouragedReference

Discouraged access: The method getListStylePosition() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ListPreferencePage.java :

139 : String position = _style.getListStylePosition();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/PositioningPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

PositioningPreferenceNode.java :

18 : 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

PositioningPreferenceNode.java :

27 : private IDOMElement _element;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferenceNode.java :

29 : private CSSPropertyContext _style;

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

PositioningPreferenceNode.java :

35 : public PositioningPreferenceNode(IDOMElement element,

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferenceNode.java :

36 : CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/PositioningPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

25 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

PositioningPreferencePage.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

33 : private CSSPropertyContext _style;

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

PositioningPreferencePage.java :

55 : public PositioningPreferencePage(IDOMElement element,

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

56 : CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setPosition(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

91 : _style.setPosition(type);

7. WARNING: DiscouragedReference

Discouraged access: The method setVisibility(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

108 : _style.setVisibility(visibility);

8. WARNING: DiscouragedReference

Discouraged access: The method setWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

138 : _style.setWidth(width);

9. WARNING: DiscouragedReference

Discouraged access: The method setWidth(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

155 : _style.setWidth(width);

10. WARNING: DiscouragedReference

Discouraged access: The method setZIndex(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

172 : _style.setZIndex(index);

11. WARNING: DiscouragedReference

Discouraged access: The method setHeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

202 : _style.setHeight(height);

12. WARNING: DiscouragedReference

Discouraged access: The method setHeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

219 : _style.setHeight(height);

13. WARNING: DiscouragedReference

Discouraged access: The method setOverflow(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

236 : _style.setOverflow(overflow);

14. WARNING: DiscouragedReference

Discouraged access: The method setTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

274 : _style.setTop(placement);

15. WARNING: DiscouragedReference

Discouraged access: The method setTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

291 : _style.setTop(placement);

16. WARNING: DiscouragedReference

Discouraged access: The method setRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

319 : _style.setRight(placement);

17. WARNING: DiscouragedReference

Discouraged access: The method setRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

336 : _style.setRight(placement);

18. WARNING: DiscouragedReference

Discouraged access: The method setBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

364 : _style.setBottom(placement);

19. WARNING: DiscouragedReference

Discouraged access: The method setBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

381 : _style.setBottom(placement);

20. WARNING: DiscouragedReference

Discouraged access: The method setLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

409 : _style.setLeft(top1);

21. WARNING: DiscouragedReference

Discouraged access: The method setLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

426 : _style.setLeft(top1);

22. WARNING: DiscouragedReference

Discouraged access: The method setClipTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

464 : _style.setClipTop(clip);

23. WARNING: DiscouragedReference

Discouraged access: The method setClipTop(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

481 : _style.setClipTop(clip);

24. WARNING: DiscouragedReference

Discouraged access: The method setClipRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

509 : _style.setClipRight(clip);

25. WARNING: DiscouragedReference

Discouraged access: The method setClipRight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

526 : _style.setClipRight(clip);

26. WARNING: DiscouragedReference

Discouraged access: The method setClipBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

554 : _style.setClipBottom(clip);

27. WARNING: DiscouragedReference

Discouraged access: The method setClipBottom(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

571 : _style.setClipBottom(clip);

28. WARNING: DiscouragedReference

Discouraged access: The method setClipLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

599 : _style.setClipLeft(top1);

29. WARNING: DiscouragedReference

Discouraged access: The method setClipLeft(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

616 : _style.setClipLeft(top1);

30. WARNING: DiscouragedReference

Discouraged access: The method getPosition() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

627 : String position = _style.getPosition();

31. WARNING: DiscouragedReference

Discouraged access: The method getVisibility() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

638 : String visibility = _style.getVisibility();

32. WARNING: DiscouragedReference

Discouraged access: The method getWidth() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

649 : String width = _style.getWidth();

33. WARNING: DiscouragedReference

Discouraged access: The method getZIndex() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

660 : String zindex = _style.getZIndex();

34. WARNING: DiscouragedReference

Discouraged access: The method getHeight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

671 : String height = _style.getHeight();

35. WARNING: DiscouragedReference

Discouraged access: The method getOverflow() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

682 : String overflow = _style.getOverflow();

36. WARNING: DiscouragedReference

Discouraged access: The method getTop() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

693 : String placement = _style.getTop();

37. WARNING: DiscouragedReference

Discouraged access: The method getRight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

702 : placement = _style.getRight();

38. WARNING: DiscouragedReference

Discouraged access: The method getBottom() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

711 : placement = _style.getBottom();

39. WARNING: DiscouragedReference

Discouraged access: The method getLeft() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

720 : placement = _style.getLeft();

40. WARNING: DiscouragedReference

Discouraged access: The method getClipTop() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

731 : String clip = _style.getClipTop();

41. WARNING: DiscouragedReference

Discouraged access: The method getClipRight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

740 : clip = _style.getClipRight();

42. WARNING: DiscouragedReference

Discouraged access: The method getClipBottom() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

749 : clip = _style.getClipBottom();

43. WARNING: DiscouragedReference

Discouraged access: The method getClipLeft() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

PositioningPreferencePage.java :

758 : clip = _style.getClipLeft();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/StyleDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleDialog.java :

21 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

StyleDialog.java :

22 : 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

StyleDialog.java :

36 : IDOMElement element, CSSPropertyContext style) {

4. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

StyleDialog.java :

36 : IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/TextPreferenceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferenceNode.java :

17 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

TextPreferenceNode.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferenceNode.java :

27 : private CSSPropertyContext _style;

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

TextPreferenceNode.java :

29 : private IDOMElement _element;

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

TextPreferenceNode.java :

35 : public TextPreferenceNode(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferenceNode.java :

35 : public TextPreferenceNode(IDOMElement element, CSSPropertyContext style) {

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/TextPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

29 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

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

TextPreferencePage.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

37 : private CSSPropertyContext _style;

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

TextPreferencePage.java :

54 : public TextPreferencePage(IDOMElement element, CSSPropertyContext style) {

5. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

54 : public TextPreferencePage(IDOMElement element, CSSPropertyContext style) {

6. WARNING: DiscouragedReference

Discouraged access: The method setFontFamily(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

91 : _style.setFontFamily(_fontFamilyCombo.getText());

7. WARNING: DiscouragedReference

Discouraged access: The method setFontSize(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

118 : _style.setFontSize(size);

8. WARNING: DiscouragedReference

Discouraged access: The method setFontSize(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

135 : _style.setFontSize(size);

9. WARNING: DiscouragedReference

Discouraged access: The method setFontWeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

152 : _style.setFontWeight(weight);

10. WARNING: DiscouragedReference

Discouraged access: The method setFontStyle(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

169 : _style.setFontStyle(style);

11. WARNING: DiscouragedReference

Discouraged access: The method setFontVariant(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

188 : _style.setFontVariant(variant);

12. WARNING: DiscouragedReference

Discouraged access: The method setLineHeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

216 : _style.setLineHeight(height);

13. WARNING: DiscouragedReference

Discouraged access: The method setLineHeight(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

233 : _style.setLineHeight(height);

14. WARNING: DiscouragedReference

Discouraged access: The method setTextTransform(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

249 : _style.setTextTransform(textTransform);

15. WARNING: DiscouragedReference

Discouraged access: The method setTextDecoration(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

277 : _style.setTextDecoration(getTextDecoration());

16. WARNING: DiscouragedReference

Discouraged access: The method setTextDecoration(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

291 : _style.setTextDecoration(getTextDecoration());

17. WARNING: DiscouragedReference

Discouraged access: The method setTextDecoration(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

305 : _style.setTextDecoration(getTextDecoration());

18. WARNING: DiscouragedReference

Discouraged access: The method setTextDecoration(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

316 : _style.setTextDecoration(getTextDecoration());

19. WARNING: DiscouragedReference

Discouraged access: The method setTextDecoration(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

330 : _style.setTextDecoration(getTextDecoration());

20. WARNING: DiscouragedReference

Discouraged access: The method setColor(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

352 : _style.setColor(color);

21. WARNING: DiscouragedReference

Discouraged access: The method getFontFamily() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

363 : String fontFamily = _style.getFontFamily();

22. WARNING: DiscouragedReference

Discouraged access: The method getFontSize() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

374 : String fontSize = _style.getFontSize();

23. WARNING: DiscouragedReference

Discouraged access: The method getFontWeight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

385 : String fontWeight = _style.getFontWeight();

24. WARNING: DiscouragedReference

Discouraged access: The method getFontStyle() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

396 : String fontStyle = _style.getFontStyle();

25. WARNING: DiscouragedReference

Discouraged access: The method getFontVariant() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

407 : String fontVariant = _style.getFontVariant();

26. WARNING: DiscouragedReference

Discouraged access: The method getLineHeight() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

418 : String lineHeight = _style.getLineHeight();

27. WARNING: DiscouragedReference

Discouraged access: The method getTextTransform() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

429 : String textTransform = _style.getTextTransform();

28. WARNING: DiscouragedReference

Discouraged access: The method getTextDecoration() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

440 : String textDecoration = _style.getTextDecoration();

29. WARNING: DiscouragedReference

Discouraged access: The method getColor() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TextPreferencePage.java :

480 : String color = _style.getColor();

Source File: org/eclipse/jst/pagedesigner/ui/dialogs/WPEPropertyPage.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

WPEPropertyPage.java :

29 : import org.eclipse.jst.jsf.common.metadata.internal.TraitValueHelper;

2. 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

WPEPropertyPage.java :

340 : this.name = TraitValueHelper.getValueAsString(trait);

3. 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

WPEPropertyPage.java :

340 : this.name = TraitValueHelper.getValueAsString(trait);

Source File: org/eclipse/jst/pagedesigner/utils/BodyHelper.java
1. 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

BodyHelper.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

BodyHelper.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

BodyHelper.java :

67 : if ((flag & EMPTY_TEXT) != 0 && child instanceof IDOMText

4. WARNING: DiscouragedReference

Discouraged access: The method isElementContentWhitespace() from the type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

BodyHelper.java :

68 : && ((IDOMText) child).isElementContentWhitespace())

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

BodyHelper.java :

68 : && ((IDOMText) child).isElementContentWhitespace())

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

BodyHelper.java :

73 : IBodyInfo parentInfo = getBodyInfo((IDOMNode) parent);

7. 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

BodyHelper.java :

75 : && parentInfo.isBodyHeader((IDOMNode) parent, uri,

8. 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

BodyHelper.java :

91 : public static IDOMNode findHeaderContainer(IDOMNode start, String uri,

9. 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

BodyHelper.java :

91 : public static IDOMNode findHeaderContainer(IDOMNode start, String uri,

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

BodyHelper.java :

99 : start = (IDOMNode) start.getParentNode();

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

BodyHelper.java :

115 : IBodyInfo info = getBodyInfo((IDOMNode) reference);

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

BodyHelper.java :

116 : if (info != null && info.isBodyContainer((IDOMNode) reference)) {

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

BodyHelper.java :

132 : IBodyInfo info = getBodyInfo((IDOMNode) reference);

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

BodyHelper.java :

133 : if (info != null && info.isBodyContainer((IDOMNode) reference)) {

15. 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

BodyHelper.java :

164 : IDOMNode parent = (IDOMNode) position.getContainerNode();

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

BodyHelper.java :

164 : IDOMNode parent = (IDOMNode) position.getContainerNode();

17. 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

BodyHelper.java :

170 : IDOMNode headerContainer = findHeaderContainer(parent, uri, tag);

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

BodyHelper.java :

254 : IBodyInfo bodyInfo = getBodyInfo((IDOMNode) position.getContainerNode());

19. 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

BodyHelper.java :

271 : final String prefix = JSPUtil.getOrCreatePrefix(((IDOMNode) node).getModel(),

20. 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

BodyHelper.java :

271 : final String prefix = JSPUtil.getOrCreatePrefix(((IDOMNode) node).getModel(),

21. 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

BodyHelper.java :

278 : while (node instanceof IDOMNode) {

22. 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

BodyHelper.java :

279 : if (bodyInfo.isBodyContainer((IDOMNode) node)) {

23. 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

BodyHelper.java :

340 : public static IBodyInfo getBodyInfo(IDOMNode node) {

Source File: org/eclipse/jst/pagedesigner/utils/CommandUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CommandUtil.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

2. 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

CommandUtil.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

CommandUtil.java :

50 : final IDropSourceData dropSourceData, final IDOMModel model,

4. 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

CommandUtil.java :

107 : final String uri, final IDOMModel model)

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CommandUtil.java :

109 : final IStructuredDocument doc = model.getDocument()

6. 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

CommandUtil.java :

109 : final IStructuredDocument doc = model.getDocument()

7. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

CommandUtil.java :

109 : final IStructuredDocument doc = model.getDocument() .getStructuredDocument();

Source File: org/eclipse/jst/pagedesigner/utils/DOMUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMUtil.java :

17 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

2. WARNING: DiscouragedReference

Discouraged access: The method removeChildNodes() from the type NodeContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMUtil.java :

114 : ((ElementImpl) ele).removeChildNodes();

3. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMUtil.java :

114 : ((ElementImpl) ele).removeChildNodes();

Source File: org/eclipse/jst/pagedesigner/utils/EditorUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type Workbench 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

EditorUtil.java :

20 : import org.eclipse.ui.internal.Workbench;

2. WARNING: DiscouragedReference

Discouraged access: The type Workbench 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

EditorUtil.java :

84 : IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type Workbench 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

EditorUtil.java :

84 : IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();

4. WARNING: DiscouragedReference

Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench 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

EditorUtil.java :

84 : IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();

Source File: org/eclipse/jst/pagedesigner/utils/ImageResolver.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

ImageResolver.java :

22 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

2. 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

ImageResolver.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

ImageResolver.java :

38 : URIResolver resolver = null;

4. 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

ImageResolver.java :

39 : if (element instanceof IDOMNode) {

5. 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

ImageResolver.java :

40 : resolver = ((IDOMNode) element).getModel().getResolver();

6. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImageResolver.java :

40 : resolver = ((IDOMNode) element).getModel().getResolver();

7. 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

ImageResolver.java :

40 : resolver = ((IDOMNode) element).getModel().getResolver();

8. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String) from the type URIResolver 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

ImageResolver.java :

47 : return resolver.getLocationByURI(src);

Source File: org/eclipse/jst/pagedesigner/utils/JSPUtil.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

JSPUtil.java :

25 : import org.eclipse.jst.jsf.common.metadata.internal.TraitValueHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

33 : import org.eclipse.jst.jsp.core.internal.contentmodel.TaglibController;

3. WARNING: DiscouragedReference

Discouraged access: The type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

34 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDCMDocumentManager;

4. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

35 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.TaglibTracker;

5. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

36 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPUtil.java :

40 : import org.eclipse.jst.pagedesigner.jsp.core.IJSPCoreConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPUtil.java :

41 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUtil.java :

42 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

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

JSPUtil.java :

43 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

10. 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

JSPUtil.java :

44 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

11. 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

JSPUtil.java :

73 : public static String getOrCreatePrefix(IDOMModel model, String uri,

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

JSPUtil.java :

89 : public static String getOrCreatePrefix(IDOMModel model, String uri,

13. 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

JSPUtil.java :

100 : if (! model.getDocument().isXMLType()){

14. WARNING: DiscouragedReference

Discouraged access: The method isXMLType() from the type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUtil.java :

100 : if (! model.getDocument().isXMLType()){

15. 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

JSPUtil.java :

105 : model.getDocument(), ref);

16. 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

JSPUtil.java :

107 : Element ele = model.getDocument().createElement("jsp:directive.taglib"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method setJSPTag(boolean) from 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

JSPUtil.java :

108 : ((IDOMElement) ele).setJSPTag(true);

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

JSPUtil.java :

108 : ((IDOMElement) ele).setJSPTag(true);

19. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPUtil.java :

110 : ele.setAttribute(IJSPCoreConstants.ATTR_TAGDIR, uri);

20. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TAGDIR from the type IJSPCoreConstants 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

JSPUtil.java :

110 : ele.setAttribute(IJSPCoreConstants.ATTR_TAGDIR, uri);

21. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPUtil.java :

113 : ele.setAttribute(IJSPCoreConstants.ATTR_URI, uri);

22. WARNING: DiscouragedReference

Discouraged access: The field ATTR_URI from the type IJSPCoreConstants 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

JSPUtil.java :

113 : ele.setAttribute(IJSPCoreConstants.ATTR_URI, uri);

23. 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

JSPUtil.java :

119 : model.getDocument().insertBefore(ele, ref[0]);

24. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFormatProcessorImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPUtil.java :

120 : new HTMLFormatProcessorImpl().formatNode(ele);

25. WARNING: DiscouragedReference

Discouraged access: The method formatNode(Node) from the type AbstractStructuredFormatProcessor 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

JSPUtil.java :

120 : new HTMLFormatProcessorImpl().formatNode(ele);

26. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPUtil.java :

120 : new HTMLFormatProcessorImpl().formatNode(ele);

27. 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

JSPUtil.java :

138 : Attr a = model.getDocument().createAttribute("xmlns:"+prefix); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFormatProcessorImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPUtil.java :

141 : new HTMLFormatProcessorImpl().formatNode(root);

29. WARNING: DiscouragedReference

Discouraged access: The method formatNode(Node) from the type AbstractStructuredFormatProcessor 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

JSPUtil.java :

141 : new HTMLFormatProcessorImpl().formatNode(root);

30. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPUtil.java :

141 : new HTMLFormatProcessorImpl().formatNode(root);

31. 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

JSPUtil.java :

153 : private static boolean isTagDir(String uri, IDOMModel model) {

32. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUtil.java :

154 : IStructuredDocumentContext context = IStructuredDocumentContextFactory.INSTANCE.getContext(model.getStructuredDocument(), 0);

33. 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

JSPUtil.java :

160 : return TraitValueHelper.getValueAsBoolean(t);

34. WARNING: DiscouragedReference

Discouraged access: The method getValueAsBoolean(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

JSPUtil.java :

160 : return TraitValueHelper.getValueAsBoolean(t);

35. 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

JSPUtil.java :

166 : private static Element getRootElement(IDOMModel model) {

36. 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

JSPUtil.java :

167 : Document docNode = EditModelQuery.getDocumentNode(model.getDocument());

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

JSPUtil.java :

177 : public static String getPrefix(IDOMModel model, String uri) {

38. WARNING: DiscouragedReference

Discouraged access: The type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

178 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model

39. WARNING: DiscouragedReference

Discouraged access: The type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

178 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model

40. WARNING: DiscouragedReference

Discouraged access: The method getTLDCMDocumentManager(IDocument) from the type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

178 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model .getStructuredDocument());

41. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUtil.java :

178 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model .getStructuredDocument());

42. 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

JSPUtil.java :

184 : if (model.getDocument().isXMLType())

43. WARNING: DiscouragedReference

Discouraged access: The method isXMLType() from the type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUtil.java :

184 : if (model.getDocument().isXMLType())

44. WARNING: DiscouragedReference

Discouraged access: The method getTaglibTrackers() from the type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

208 : List trackers = m.getTaglibTrackers();

45. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

210 : TaglibTracker tracker = (TaglibTracker) iter.next();

46. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

210 : TaglibTracker tracker = (TaglibTracker) iter.next();

47. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

211 : if (uri.equals(tracker.getURI())) {

48. WARNING: DiscouragedReference

Discouraged access: The method getPrefix() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

212 : return tracker.getPrefix();

49. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUtil.java :

214 : CMDocument cmdoc = tracker.getDocument();

50. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

214 : CMDocument cmdoc = tracker.getDocument();

51. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

215 : if (cmdoc instanceof TLDDocument

52. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

216 : && uri.equals(((TLDDocument) cmdoc).getUri())) {

53. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

216 : && uri.equals(((TLDDocument) cmdoc).getUri())) {

54. WARNING: DiscouragedReference

Discouraged access: The method getPrefix() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

217 : return tracker.getPrefix();

55. 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

JSPUtil.java :

231 : public static Element createTaglibDeclaration(IDOMModel model, String uri,

56. 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

JSPUtil.java :

237 : model.getDocument(), ref);

57. 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

JSPUtil.java :

238 : Element ele = model.getDocument().createElement("jsp:directive.taglib"); //$NON-NLS-1$

58. WARNING: DiscouragedReference

Discouraged access: The method setJSPTag(boolean) from 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

JSPUtil.java :

239 : ((IDOMElement) ele).setJSPTag(true);

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

JSPUtil.java :

239 : ((IDOMElement) ele).setJSPTag(true);

60. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPUtil.java :

241 : ele.setAttribute(IJSPCoreConstants.ATTR_TAGDIR, uri);

61. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TAGDIR from the type IJSPCoreConstants 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

JSPUtil.java :

241 : ele.setAttribute(IJSPCoreConstants.ATTR_TAGDIR, uri);

62. WARNING: DiscouragedReference

Discouraged access: The type IJSPCoreConstants 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

JSPUtil.java :

244 : ele.setAttribute(IJSPCoreConstants.ATTR_URI, uri);

63. WARNING: DiscouragedReference

Discouraged access: The field ATTR_URI from the type IJSPCoreConstants 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

JSPUtil.java :

244 : ele.setAttribute(IJSPCoreConstants.ATTR_URI, uri);

64. 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

JSPUtil.java :

247 : model.getDocument().insertBefore(ele, ref[0]);

65. 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

JSPUtil.java :

258 : public static String findUnusedPrefix(IDOMModel model, String suggestion) {

66. WARNING: DiscouragedReference

Discouraged access: The type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

262 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model

67. WARNING: DiscouragedReference

Discouraged access: The type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

262 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model

68. WARNING: DiscouragedReference

Discouraged access: The method getTLDCMDocumentManager(IDocument) from the type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

262 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model .getStructuredDocument());

69. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUtil.java :

262 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model .getStructuredDocument());

70. WARNING: DiscouragedReference

Discouraged access: The method getTaglibTrackers() from the type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

267 : List trackers = m.getTaglibTrackers();

71. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

270 : TaglibTracker tracker = (TaglibTracker) iter.next();

72. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

270 : TaglibTracker tracker = (TaglibTracker) iter.next();

73. WARNING: DiscouragedReference

Discouraged access: The method getPrefix() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

271 : map.add(tracker.getPrefix());

74. 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

JSPUtil.java :

290 : public static String findURIForPrefix(IDOMModel model, String prefix) {

75. WARNING: DiscouragedReference

Discouraged access: The type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

294 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model

76. WARNING: DiscouragedReference

Discouraged access: The type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

294 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model

77. WARNING: DiscouragedReference

Discouraged access: The method getTLDCMDocumentManager(IDocument) from the type TaglibController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

294 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model .getStructuredDocument());

78. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUtil.java :

294 : TLDCMDocumentManager m = TaglibController.getTLDCMDocumentManager(model .getStructuredDocument());

79. WARNING: DiscouragedReference

Discouraged access: The method getTaglibTrackers() from the type TLDCMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

299 : List trackers = m.getTaglibTrackers();

80. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

301 : TaglibTracker tracker = (TaglibTracker) iter.next();

81. WARNING: DiscouragedReference

Discouraged access: The type TaglibTracker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

301 : TaglibTracker tracker = (TaglibTracker) iter.next();

82. WARNING: DiscouragedReference

Discouraged access: The method getPrefix() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

302 : if (prefix.equals(tracker.getPrefix())) {

83. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUtil.java :

303 : CMDocument cmdoc = tracker.getDocument();

84. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type CMDocumentWrapperImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

303 : CMDocument cmdoc = tracker.getDocument();

85. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

304 : if (cmdoc instanceof TLDDocument) {

86. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

305 : return ((TLDDocument) cmdoc).getUri();

87. WARNING: DiscouragedReference

Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPUtil.java :

305 : return ((TLDDocument) cmdoc).getUri();

88. 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

JSPUtil.java :

336 : public static boolean isJSPModel(IDOMModel model) {

89. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUtil.java :

338 : final IStructuredDocumentContext context = IStructuredDocumentContextFactory.INSTANCE.getContext(model.getStructuredDocument(), 0);

Source File: org/eclipse/jst/pagedesigner/utils/ProjectResolver.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

ProjectResolver.java :

40 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

ProjectResolver.java :

43 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

4. 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

ProjectResolver.java :

44 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

5. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

ProjectResolver.java :

53 : public class ProjectResolver implements URIResolver {

6. 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

ProjectResolver.java :

164 : IDOMModel tldModel = null;

7. 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

ProjectResolver.java :

176 : tldModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead(

8. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

176 : tldModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead( tldFile.getAbsolutePath(), in, null);

9. 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

ProjectResolver.java :

178 : NodeList uriList = tldModel.getDocument().getElementsByTagName(

10. WARNING: DeadCode

Dead code

ProjectResolver.java :

180 : for (int i = 0, n = uriList.getLength(); i < n; i++) {

11. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

193 : tldModel.releaseFromRead();

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

ProjectResolver.java :

208 : IDOMModel tldModel;

13. 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

ProjectResolver.java :

211 : tldModel = (IDOMModel) getModelManager().getModelForRead(tldFile);

14. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

211 : tldModel = (IDOMModel) getModelManager().getModelForRead(tldFile);

15. 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

ProjectResolver.java :

212 : NodeList uriList = tldModel.getDocument().getElementsByTagName(

16. WARNING: DeadCode

Dead code

ProjectResolver.java :

214 : for (int i = 0, n = uriList.getLength(); i < n; i++) {

17. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

262 : private IModelManager getModelManager() {

18. 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

ProjectResolver.java :

282 : IDOMModel xmlModel;

19. 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

ProjectResolver.java :

286 : xmlModel = (IDOMModel) getModelManager()

20. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

286 : xmlModel = (IDOMModel) getModelManager() .getModelForRead(webxml);

21. 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

ProjectResolver.java :

289 : NodeList taglibNodeList = xmlModel .getDocument()

22. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ProjectResolver.java :

324 : xmlModel.releaseFromRead();

23. WARNING: DiscouragedReference

Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

ProjectResolver.java :

358 : return URIHelper.normalize(uri, baseReference, getRootLocationString());

24. WARNING: DiscouragedReference

Discouraged access: The method normalize(String, String, String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

ProjectResolver.java :

358 : return URIHelper.normalize(uri, baseReference, getRootLocationString());

Source File: org/eclipse/jst/pagedesigner/utils/SelectManyHelper.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

SelectManyHelper.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

2. 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

SelectManyHelper.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. 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

SelectManyHelper.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

4. 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

SelectManyHelper.java :

63 : IDOMModel xmlModel = null;

5. 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

SelectManyHelper.java :

64 : if (node instanceof IDOMNode) {

6. 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

SelectManyHelper.java :

65 : xmlModel = ((IDOMNode) node).getModel();

7. 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

SelectManyHelper.java :

65 : xmlModel = ((IDOMNode) node).getModel();

8. 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

SelectManyHelper.java :

157 : IDOMModel model = ((IDOMElement) node).getModel();

9. 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

SelectManyHelper.java :

157 : IDOMModel model = ((IDOMElement) node).getModel();

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

SelectManyHelper.java :

157 : IDOMModel model = ((IDOMElement) node).getModel();

Source File: org/eclipse/jst/pagedesigner/utils/SelectionHelper.java
1. 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

SelectionHelper.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion 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

SelectionHelper.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

38 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

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

SelectionHelper.java :

39 : 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

SelectionHelper.java :

40 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

7. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

41 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

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

SelectionHelper.java :

60 : public static Node toNode(IStructuredModel model, ITextSelection textSel) {

9. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

64 : Object inode = model.getIndexedRegion(textSel.getOffset());

10. 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

SelectionHelper.java :

115 : public static IDOMPosition toDOMPosition(IDOMModel model,

11. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion 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

SelectionHelper.java :

116 : IndexedRegion region, int offset) {

12. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

118 : region = model.getIndexedRegion(offset);

13. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

123 : region = model.getIndexedRegion(offset);

14. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion 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

SelectionHelper.java :

125 : if (region.getEndOffset() >= offset + 1) {

15. 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

SelectionHelper.java :

131 : return new DOMPosition(model.getDocument(), 0);

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

SelectionHelper.java :

133 : IDOMNode node = (IDOMNode) region;

17. 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

SelectionHelper.java :

133 : IDOMNode node = (IDOMNode) region;

18. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion 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

SelectionHelper.java :

134 : int start = node.getStartOffset();

19. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion 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

SelectionHelper.java :

138 : int end = node.getEndOffset();

20. WARNING: DiscouragedReference

Discouraged access: The method getSource() 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

SelectionHelper.java :

144 : String source = node.getSource();

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

148 : IStructuredDocumentRegion r = node

22. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

148 : IStructuredDocumentRegion r = node .getFirstStructuredDocumentRegion();

23. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

153 : if (DOMRegionContext.XML_CHAR_REFERENCE.equals(r.getType())

24. WARNING: DiscouragedReference

Discouraged access: The field XML_CHAR_REFERENCE from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

153 : if (DOMRegionContext.XML_CHAR_REFERENCE.equals(r.getType())

25. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

153 : if (DOMRegionContext.XML_CHAR_REFERENCE.equals(r.getType())

26. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

154 : || DOMRegionContext.XML_ENTITY_REFERENCE.equals(r

27. WARNING: DiscouragedReference

Discouraged access: The field XML_ENTITY_REFERENCE from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

154 : || DOMRegionContext.XML_ENTITY_REFERENCE.equals(r

28. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

154 : || DOMRegionContext.XML_ENTITY_REFERENCE.equals(r .getType())) {

29. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

160 : if (r.getEnd() >= offset) {

30. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

164 : if (r.getEnd() >= offset) {

31. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

166 : - r.getStart());

32. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

168 : countedData += r.getLength();

33. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

170 : r = r.getNext();

34. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

174 : CMElementDeclaration cm = CMUtil

35. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

176 : if (cm != null && cm.getContentType() == CMElementDeclaration.EMPTY) {

36. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

176 : if (cm != null && cm.getContentType() == CMElementDeclaration.EMPTY) {

37. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

176 : if (cm != null && cm.getContentType() == CMElementDeclaration.EMPTY) {

38. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

180 : IStructuredDocumentRegion startRegion = node

39. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() 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

SelectionHelper.java :

180 : IStructuredDocumentRegion startRegion = node .getStartStructuredDocumentRegion();

40. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() 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

SelectionHelper.java :

185 : int startRegionEnd = node.getStartStructuredDocumentRegion()

41. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

185 : int startRegionEnd = node.getStartStructuredDocumentRegion() .getEnd();

42. 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

SelectionHelper.java :

214 : IDOMModel model = graphicViewer.getModel();

43. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion 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

SelectionHelper.java :

215 : IndexedRegion region1 = model.getIndexedRegion(offset);

44. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

215 : IndexedRegion region1 = model.getIndexedRegion(offset);

45. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion 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

SelectionHelper.java :

216 : IndexedRegion region2 = model.getIndexedRegion(offset + length);

46. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

216 : IndexedRegion region2 = model.getIndexedRegion(offset + length);

47. 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

SelectionHelper.java :

217 : IDOMNode node1 = (IDOMNode) region1;

48. 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

SelectionHelper.java :

217 : IDOMNode node1 = (IDOMNode) region1;

49. 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

SelectionHelper.java :

220 : IDOMPosition endOfDoc = new DOMRefPosition2(model.getDocument(),

50. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion 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

SelectionHelper.java :

226 : if ((region1 == region2 || node1.getEndOffset() == offset + length)

51. 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

SelectionHelper.java :

229 : EditPart part = (EditPart) node1.getAdapterFor(EditPart.class);

52. 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

SelectionHelper.java :

265 : IDOMNode parent = (IDOMNode) p.getContainerNode();

53. 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

SelectionHelper.java :

265 : IDOMNode parent = (IDOMNode) p.getContainerNode();

54. WARNING: DiscouragedReference

Discouraged access: The method getSource() 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

SelectionHelper.java :

268 : String source = parent.getSource();

55. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion 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

SelectionHelper.java :

271 : return parent.getStartOffset() + p.getOffset();

56. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

276 : IStructuredDocumentRegion r = parent

57. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

276 : IStructuredDocumentRegion r = parent .getFirstStructuredDocumentRegion();

58. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

279 : if (DOMRegionContext.XML_CHAR_REFERENCE.equals(r.getType())

59. WARNING: DiscouragedReference

Discouraged access: The field XML_CHAR_REFERENCE from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

279 : if (DOMRegionContext.XML_CHAR_REFERENCE.equals(r.getType())

60. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

279 : if (DOMRegionContext.XML_CHAR_REFERENCE.equals(r.getType())

61. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

280 : || DOMRegionContext.XML_ENTITY_REFERENCE.equals(r

62. WARNING: DiscouragedReference

Discouraged access: The field XML_ENTITY_REFERENCE from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

SelectionHelper.java :

280 : || DOMRegionContext.XML_ENTITY_REFERENCE.equals(r

63. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

280 : || DOMRegionContext.XML_ENTITY_REFERENCE.equals(r .getType())) {

64. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

284 : return r.getEndOffset();

65. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

287 : int length = r.getLength();

66. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

289 : return r.getStartOffset() + offset - counted;

67. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

293 : r = r.getNext();

68. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion 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

SelectionHelper.java :

295 : return parent.getStartOffset() + p.getOffset();

69. 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

SelectionHelper.java :

297 : IDOMNode previous = (IDOMNode) p.getPreviousSiblingNode();

70. 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

SelectionHelper.java :

297 : IDOMNode previous = (IDOMNode) p.getPreviousSiblingNode();

71. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion 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

SelectionHelper.java :

299 : return previous.getEndOffset();

72. 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

SelectionHelper.java :

301 : IDOMNode next = (IDOMNode) p.getNextSiblingNode();

73. 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

SelectionHelper.java :

301 : IDOMNode next = (IDOMNode) p.getNextSiblingNode();

74. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion 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

SelectionHelper.java :

303 : return next.getStartOffset();

75. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

305 : IStructuredDocumentRegion r = parent

76. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() 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

SelectionHelper.java :

305 : IStructuredDocumentRegion r = parent .getStartStructuredDocumentRegion();

77. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionHelper.java :

308 : return r.getEnd();

78. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion 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

SelectionHelper.java :

311 : return parent.getEndOffset();

79. 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

SelectionHelper.java :

373 : IDOMNode node = (IDOMNode) nodes.getFirstElement();

80. 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

SelectionHelper.java :

373 : IDOMNode node = (IDOMNode) nodes.getFirstElement();

81. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion 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

SelectionHelper.java :

375 : return new TextSelection(node.getStartOffset(), node

82. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion 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

SelectionHelper.java :

375 : return new TextSelection(node.getStartOffset(), node .getEndOffset()

83. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion 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

SelectionHelper.java :

377 : - node.getStartOffset());

Source File: org/eclipse/jst/pagedesigner/utils/StructuredModelUtil.java
1. 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

StructuredModelUtil.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredModelUtil.java :

35 : public static IFile getFileFor(IStructuredModel model) {

3. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredModelUtil.java :

38 : String path = model.getBaseLocation();

4. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredModelUtil.java :

40 : Object id = model.getId();

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredModelUtil.java :

61 : public static IProject getProjectFor(IStructuredModel model) {

Source File: org/eclipse/jst/pagedesigner/utils/UriAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

UriAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

2. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

UriAdapterFactory.java :

33 : if (URIResolver.class.equals(adapterType)) {

3. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

UriAdapterFactory.java :

35 : URIResolver fProjectResolver = new ProjectResolver(project);

4. WARNING: DiscouragedReference

Discouraged access: The type URIResolver 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

UriAdapterFactory.java :

48 : classes[0] = URIResolver.class;

Source File: org/eclipse/jst/pagedesigner/utils/WebAppUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebDeployableArtifactUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebAppUtil.java :

15 : import org.eclipse.jst.j2ee.internal.web.deployables.WebDeployableArtifactUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type WebDeployableArtifactUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebAppUtil.java :

49 : urlPattern = WebDeployableArtifactUtil.getServletMapping(

3. WARNING: DiscouragedReference

Discouraged access: The method getServletMapping(IResource, boolean, String, String) from the type WebDeployableArtifactUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebAppUtil.java :

49 : urlPattern = WebDeployableArtifactUtil.getServletMapping( openedFile.getProject(), true, FACES_SERVLET_NAME, component.getName());

Source File: org/eclipse/jst/pagedesigner/validation/caret/Target.java
1. 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

Target.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. 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

Target.java :

56 : Assert.isTrue(node instanceof INodeNotifier);

3. 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

Target.java :

57 : if (((INodeNotifier) node).getAdapterFor(EditPart.class) != null) {

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

Target.java :

57 : if (((INodeNotifier) node).getAdapterFor(EditPart.class) != null) {

5. 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

Target.java :

58 : _part = (EditPart) ((INodeNotifier) node) .getAdapterFor(EditPart.class);

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

Target.java :

58 : _part = (EditPart) ((INodeNotifier) node)

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

Target.java :

96 : if (node instanceof INodeNotifier

8. 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

Target.java :

97 : && ((INodeNotifier) node).getAdapterFor(EditPart.class) != null) {

9. 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

Target.java :

97 : && ((INodeNotifier) node).getAdapterFor(EditPart.class) != null) {

10. 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

Target.java :

98 : return (EditPart) ((INodeNotifier) node) .getAdapterFor(EditPart.class);

11. 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

Target.java :

98 : return (EditPart) ((INodeNotifier) node)

Source File: org/eclipse/jst/pagedesigner/viewer/HTMLGraphicalViewer.java
1. 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

HTMLGraphicalViewer.java :

34 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. 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

HTMLGraphicalViewer.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. 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

HTMLGraphicalViewer.java :

114 : public IDOMModel getModel() {

4. 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

HTMLGraphicalViewer.java :

118 : return ((IDOMNode) part.getModel()).getModel();

5. 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

HTMLGraphicalViewer.java :

118 : return ((IDOMNode) part.getModel()).getModel();

Source File: org/eclipse/jst/pagedesigner/viewer/IHTMLGraphicalViewer.java
1. 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

IHTMLGraphicalViewer.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

IHTMLGraphicalViewer.java :

46 : public IDOMModel getModel();

Source File: org/eclipse/jst/pagedesigner/viewer/TextPosition.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextPosition.java :

14 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextPosition.java :

26 : private IDOMText _containerNode;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextPosition.java :

34 : public TextPosition(IDOMText part, int offset) {

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TextPosition.java :

44 : public IDOMText getTextNode() {