blob: 290f9aeebdaa6abe0c3e111cb75e9946940f2397 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_12) on Fri May 30 11:16:20 CDT 2008 -->
<TITLE>
Deprecated List
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Deprecated List";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Deprecated API</B></H2>
</CENTER>
<HR SIZE="4" NOSHADE>
<B>Contents</B><UL>
<LI><A HREF="#interface">Deprecated Interfaces</A>
<LI><A HREF="#field">Deprecated Fields</A>
<LI><A HREF="#method">Deprecated Methods</A>
<LI><A HREF="#constructor">Deprecated Constructors</A>
</UL>
<A NAME="interface"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Deprecated Interfaces</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IBufferFactory.html" title="interface in org.eclipse.wst.jsdt.core">org.eclipse.wst.jsdt.core.IBufferFactory</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/WorkingCopyOwner.html" title="class in org.eclipse.wst.jsdt.core"><CODE>WorkingCopyOwner</CODE></A> instead
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html" title="interface in org.eclipse.wst.jsdt.core">org.eclipse.wst.jsdt.core.ICompletionRequestor</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html" title="class in org.eclipse.wst.jsdt.core"><CODE>CompletionRequestor</CODE></A> instead.
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html" title="interface in org.eclipse.wst.jsdt.core">org.eclipse.wst.jsdt.core.IWorkingCopy</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html" title="interface in org.eclipse.wst.jsdt.core"><CODE>IJavaScriptUnit</CODE></A> instead
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.</I>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="field"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Deprecated Fields</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ArgumentTypeAmbiguous">org.eclipse.wst.jsdt.core.compiler.IProblem.ArgumentTypeAmbiguous</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#AmbiguousType"><CODE>IProblem.AmbiguousType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ArgumentTypeCannotBeVoidArray">org.eclipse.wst.jsdt.core.compiler.IProblem.ArgumentTypeCannotBeVoidArray</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#CannotAllocateVoidArray"><CODE>IProblem.CannotAllocateVoidArray</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ArgumentTypeInheritedNameHidesEnclosingName">org.eclipse.wst.jsdt.core.compiler.IProblem.ArgumentTypeInheritedNameHidesEnclosingName</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InheritedTypeHidesEnclosingName"><CODE>IProblem.InheritedTypeHidesEnclosingName</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ArgumentTypeInternalNameProvided">org.eclipse.wst.jsdt.core.compiler.IProblem.ArgumentTypeInternalNameProvided</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InternalTypeNameProvided"><CODE>IProblem.InternalTypeNameProvided</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ArgumentTypeNotFound">org.eclipse.wst.jsdt.core.compiler.IProblem.ArgumentTypeNotFound</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#UndefinedType"><CODE>IProblem.UndefinedType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ArgumentTypeNotVisible">org.eclipse.wst.jsdt.core.compiler.IProblem.ArgumentTypeNotVisible</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NotVisibleType"><CODE>IProblem.NotVisibleType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#CODEASSIST_ORDER_PROPOSALS">org.eclipse.wst.jsdt.ui.PreferenceConstants.CODEASSIST_ORDER_PROPOSALS</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#CODEASSIST_SORTER"><CODE>PreferenceConstants.CODEASSIST_SORTER</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#CODEGEN_GETTERSETTER_PREFIX">org.eclipse.wst.jsdt.ui.PreferenceConstants.CODEGEN_GETTERSETTER_PREFIX</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use JavaScriptCore preference store (key JavaScriptCore.
CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#CODEGEN_GETTERSETTER_SUFFIX">org.eclipse.wst.jsdt.ui.PreferenceConstants.CODEGEN_GETTERSETTER_SUFFIX</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use setting from JavaScriptCore preference store (key JavaScriptCore.
CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#CODEGEN_USE_GETTERSETTER_PREFIX">org.eclipse.wst.jsdt.ui.PreferenceConstants.CODEGEN_USE_GETTERSETTER_PREFIX</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use JavaScriptCore preference store (key JavaScriptCore.
CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#CODEGEN_USE_GETTERSETTER_SUFFIX">org.eclipse.wst.jsdt.ui.PreferenceConstants.CODEGEN_USE_GETTERSETTER_SUFFIX</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use JavaScriptCore preference store (key JavaScriptCore.
CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/JSdoc.html#COMMENT_PROPERTY">org.eclipse.wst.jsdt.core.dom.JSdoc.COMMENT_PROPERTY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Replaced by <A HREF="org/eclipse/wst/jsdt/core/dom/JSdoc.html#TAGS_PROPERTY"><CODE>JSdoc.TAGS_PROPERTY</CODE></A> in the JLS3 API.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#COMPILER_PB_INCONSISTENT_NULL_CHECK">org.eclipse.wst.jsdt.core.JavaScriptCore.COMPILER_PB_INCONSISTENT_NULL_CHECK</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#COMPILER_PB_NULL_REFERENCE"><CODE>JavaScriptCore.COMPILER_PB_NULL_REFERENCE</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#COMPILER_PB_INVALID_IMPORT">org.eclipse.wst.jsdt.core.JavaScriptCore.COMPILER_PB_INVALID_IMPORT</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- discontinued since turning off would violate language specs</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#COMPILER_PB_UNREACHABLE_CODE">org.eclipse.wst.jsdt.core.JavaScriptCore.COMPILER_PB_UNREACHABLE_CODE</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- discontinued since turning off would violate language specs</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#COMPILER_PB_UNSAFE_TYPE_OPERATION">org.eclipse.wst.jsdt.core.JavaScriptCore.COMPILER_PB_UNSAFE_TYPE_OPERATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- got renamed into <A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#COMPILER_PB_UNCHECKED_TYPE_OPERATION"><CODE>JavaScriptCore.COMPILER_PB_UNCHECKED_TYPE_OPERATION</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#DEFAULT_TASK_PRIORITY">org.eclipse.wst.jsdt.core.JavaScriptCore.DEFAULT_TASK_PRIORITY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#DEFAULT_TASK_PRIORITIES"><CODE>JavaScriptCore.DEFAULT_TASK_PRIORITIES</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#DEFAULT_TASK_TAG">org.eclipse.wst.jsdt.core.JavaScriptCore.DEFAULT_TASK_TAG</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#DEFAULT_TASK_TAGS"><CODE>JavaScriptCore.DEFAULT_TASK_TAGS</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_ALT_SHIFT_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_ALT_SHIFT_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BACKGROUND_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BACKGROUND_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractTextEditor#PREFERENCE_COLOR_BACKGROUND</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BACKGROUND_DEFAULT_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BACKGROUND_DEFAULT_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractTextEditor#PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULT</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BOOKMARK_INDICATION">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BOOKMARK_INDICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BOOKMARK_INDICATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BOOKMARK_INDICATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BROWSER_LIKE_LINKS">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BROWSER_LIKE_LINKS</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_HYPERLINKS_ENABLED</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_HYPERLINK_KEY_MODIFIER</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_HYPERLINK_KEY_MODIFIER_MASK</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_CTRL_ALT_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_CTRL_ALT_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_CTRL_ALT_SHIFT_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_CTRL_ALT_SHIFT_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_CTRL_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_CTRL_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_CTRL_SHIFT_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_CTRL_SHIFT_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_CURRENT_LINE">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_CURRENT_LINE</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_CURRENT_LINE_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_CURRENT_LINE_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_DEFAULT_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_DEFAULT_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_DEFAULT_HOVER_CONFIGURED_ID">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_DISABLE_OVERWRITE_MODE">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_DISABLE_OVERWRITE_MODE</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.1 replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_DISABLE_OVERWRITE_MODE</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_FIND_SCOPE_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_FIND_SCOPE_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.2, use <CODE>AbstractTextEditor#PREFERENCE_COLOR_FIND_SCOPE</CODE> instead}</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_FOREGROUND_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_FOREGROUND_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractTextEditor#PREFERENCE_COLOR_FOREGROUND</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_FOREGROUND_DEFAULT_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_FOREGROUND_DEFAULT_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractTextEditor#PREFERENCE_COLOR_FOREGROUND_SYSTEM_DEFAULT</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_ANNOTATION_BOLD">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_ANNOTATION_BOLD</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the annotation highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.ANNOTATION</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_ANNOTATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_ANNOTATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the annotation highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.ANNOTATION</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_ANNOTATION_ITALIC">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_ANNOTATION_ITALIC</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the annotation highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.ANNOTATION</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_ANNOTATION_STRIKETHROUGH">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_ANNOTATION_STRIKETHROUGH</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the annotation highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.ANNOTATION</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_ANNOTATION_UNDERLINE">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_ANNOTATION_UNDERLINE</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the annotation highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.ANNOTATION</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_METHOD_NAME_BOLD">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_METHOD_NAME_BOLD</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the method name highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.METHOD</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_METHOD_NAME_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_METHOD_NAME_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the method name highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.METHOD</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_JAVA_METHOD_NAME_ITALIC">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_JAVA_METHOD_NAME_ITALIC</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the method name highlighting has been replaced by a semantic highlighting, see <CODE>SemanticHighlightings.METHOD</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_LINE_NUMBER_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_LINE_NUMBER_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_LINE_NUMBER_RULER_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_LINE_NUMBER_RULER_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_LINK_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_LINK_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_HYPERLINK_COLOR</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_LINKED_POSITION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_LINKED_POSITION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>not used any longer as the linked positions are displayed as annotations</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_NO_HOVER_CONFIGURED_ID">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_NONE_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_NONE_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_PRINT_MARGIN">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_PRINT_MARGIN</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_PRINT_MARGIN_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_PRINT_MARGIN_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_PRINT_MARGIN_COLUMN">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_PRINT_MARGIN_COLUMN</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_PROBLEM_INDICATION">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_PROBLEM_INDICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_PROBLEM_INDICATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_PROBLEM_INDICATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SEARCH_RESULT_INDICATION">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SEARCH_RESULT_INDICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SEARCH_RESULT_INDICATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SEARCH_RESULT_INDICATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1, this preference is not used or set any longer; see
<CODE>SemanticHighlightings#affectsEnablement(IPreferenceStore, org.eclipse.jface.util.PropertyChangeEvent)</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SHIFT_HOVER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SHIFT_HOVER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0, replaced by <A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TEXT_HOVER_MODIFIERS"><CODE>PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SHOW_TEXT_HOVER_AFFORDANCE">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SHOW_TEXT_HOVER_AFFORDANCE</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.3, replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_SHOW_TEXT_HOVER_AFFORDANCE</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SMART_HOME_END">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SMART_HOME_END</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.3 replaced by <CODE>org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants#EDITOR_SMART_HOME_END</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_SPACES_FOR_TABS">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_SPACES_FOR_TABS</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.1 replaced by the formatter setting defined in <A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_TAB_CHAR"><CODE>DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TAB_WIDTH">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_TAB_WIDTH</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 3.0 replaced by <CODE>AbstractDecoratedTextEditorPreferenceConstants#EDITOR_TAB_WIDTH</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TASK_INDICATION">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_TASK_INDICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TASK_INDICATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_TASK_INDICATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_UNKNOWN_INDICATION">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_UNKNOWN_INDICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_UNKNOWN_INDICATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_UNKNOWN_INDICATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_WARNING_INDICATION">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_WARNING_INDICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_WARNING_INDICATION_COLOR">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_WARNING_INDICATION_COLOR</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER">org.eclipse.wst.jsdt.ui.PreferenceConstants.EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 3.0 replaced by <CODE>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ExceptionTypeAmbiguous">org.eclipse.wst.jsdt.core.compiler.IProblem.ExceptionTypeAmbiguous</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#AmbiguousType"><CODE>IProblem.AmbiguousType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ExceptionTypeInheritedNameHidesEnclosingName">org.eclipse.wst.jsdt.core.compiler.IProblem.ExceptionTypeInheritedNameHidesEnclosingName</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InheritedTypeHidesEnclosingName"><CODE>IProblem.InheritedTypeHidesEnclosingName</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ExceptionTypeInternalNameProvided">org.eclipse.wst.jsdt.core.compiler.IProblem.ExceptionTypeInternalNameProvided</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InternalTypeNameProvided"><CODE>IProblem.InternalTypeNameProvided</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ExceptionTypeNotFound">org.eclipse.wst.jsdt.core.compiler.IProblem.ExceptionTypeNotFound</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#UndefinedType"><CODE>IProblem.UndefinedType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ExceptionTypeNotVisible">org.eclipse.wst.jsdt.core.compiler.IProblem.ExceptionTypeNotVisible</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NotVisibleType"><CODE>IProblem.NotVisibleType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_CLEAR_BLANK_LINES">org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT"><CODE>DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT</CODE></A> and <A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT"><CODE>DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_FORMAT">org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use multiple settings for each kind of comments. See <A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT"><CODE>DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT</CODE></A>,
<A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT"><CODE>DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT</CODE></A> and <A HREF="org/eclipse/wst/jsdt/core/formatter/DefaultCodeFormatterConstants.html#FORMATTER_COMMENT_FORMAT_LINE_COMMENT"><CODE>DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_LINE_COMMENT</CODE></A>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ImportAmbiguous">org.eclipse.wst.jsdt.core.compiler.IProblem.ImportAmbiguous</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#AmbiguousType"><CODE>IProblem.AmbiguousType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ImportInheritedNameHidesEnclosingName">org.eclipse.wst.jsdt.core.compiler.IProblem.ImportInheritedNameHidesEnclosingName</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InheritedTypeHidesEnclosingName"><CODE>IProblem.InheritedTypeHidesEnclosingName</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ImportInternalNameProvided">org.eclipse.wst.jsdt.core.compiler.IProblem.ImportInternalNameProvided</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InternalTypeNameProvided"><CODE>IProblem.InternalTypeNameProvided</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ImportNotVisible">org.eclipse.wst.jsdt.core.compiler.IProblem.ImportNotVisible</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NotVisibleType"><CODE>IProblem.NotVisibleType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InterfaceAmbiguous">org.eclipse.wst.jsdt.core.compiler.IProblem.InterfaceAmbiguous</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#AmbiguousType"><CODE>IProblem.AmbiguousType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InterfaceInheritedNameHidesEnclosingName">org.eclipse.wst.jsdt.core.compiler.IProblem.InterfaceInheritedNameHidesEnclosingName</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InheritedTypeHidesEnclosingName"><CODE>IProblem.InheritedTypeHidesEnclosingName</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InterfaceInternalNameProvided">org.eclipse.wst.jsdt.core.compiler.IProblem.InterfaceInternalNameProvided</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InternalTypeNameProvided"><CODE>IProblem.InternalTypeNameProvided</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InterfaceNotFound">org.eclipse.wst.jsdt.core.compiler.IProblem.InterfaceNotFound</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#UndefinedType"><CODE>IProblem.UndefinedType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InterfaceNotVisible">org.eclipse.wst.jsdt.core.compiler.IProblem.InterfaceNotVisible</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NotVisibleType"><CODE>IProblem.NotVisibleType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/text/IJavaScriptColorConstants.html#JAVA_ANNOTATION">org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants.JAVA_ANNOTATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced as of 3.2 by an equivalent semantic highlighting, see <CODE>SemanticHighlightings.ANNOTATION</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/text/IJavaScriptColorConstants.html#JAVA_METHOD_NAME">org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants.JAVA_METHOD_NAME</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced as of 3.1 by an equivalent semantic highlighting, see <CODE>SemanticHighlightings.METHOD</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#JLS2">org.eclipse.wst.jsdt.core.dom.AST.JLS2</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Clients should use the <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#JLS3"><CODE>AST.JLS3</CODE></A> AST API instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#LocalVariableCannotBeNull">org.eclipse.wst.jsdt.core.compiler.IProblem.LocalVariableCannotBeNull</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#RedundantNullCheckOnNonNullLocalVariable"><CODE>IProblem.RedundantNullCheckOnNonNullLocalVariable</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#LocalVariableCanOnlyBeNull">org.eclipse.wst.jsdt.core.compiler.IProblem.LocalVariableCanOnlyBeNull</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NullLocalVariableReference"><CODE>IProblem.NullLocalVariableReference</CODE></A>, <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#RedundantNullCheckOnNullLocalVariable"><CODE>IProblem.RedundantNullCheckOnNullLocalVariable</CODE></A> or <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#RedundantLocalVariableNullAssignment"><CODE>IProblem.RedundantLocalVariableNullAssignment</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#LocalVariableMayBeNull">org.eclipse.wst.jsdt.core.compiler.IProblem.LocalVariableMayBeNull</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#PotentialNullLocalVariableReference"><CODE>IProblem.PotentialNullLocalVariableReference</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD">org.eclipse.wst.jsdt.ui.PreferenceConstants.REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use method <CODE>org.eclipse.ltk.core.refactoring.RefactoringCore#getConditionCheckingFailedSeverity()</CODE>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#REFACTOR_ERROR_SEVERITY">org.eclipse.wst.jsdt.ui.PreferenceConstants.REFACTOR_ERROR_SEVERITY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use constant <CODE>org.eclipse.ltk.core.refactoring.RefactoringStatus#ERROR</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#REFACTOR_FATAL_SEVERITY">org.eclipse.wst.jsdt.ui.PreferenceConstants.REFACTOR_FATAL_SEVERITY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use constant <CODE>org.eclipse.ltk.core.refactoring.RefactoringStatus#FATAL</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#REFACTOR_INFO_SEVERITY">org.eclipse.wst.jsdt.ui.PreferenceConstants.REFACTOR_INFO_SEVERITY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use constant <CODE>org.eclipse.ltk.core.refactoring.RefactoringStatus#INFO</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#REFACTOR_OK_SEVERITY">org.eclipse.wst.jsdt.ui.PreferenceConstants.REFACTOR_OK_SEVERITY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use constant <CODE>org.eclipse.ltk.core.refactoring.RefactoringStatus#OK</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#REFACTOR_WARNING_SEVERITY">org.eclipse.wst.jsdt.ui.PreferenceConstants.REFACTOR_WARNING_SEVERITY</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use constant <CODE>org.eclipse.ltk.core.refactoring.RefactoringStatus#WARNING</CODE></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ReturnTypeAmbiguous">org.eclipse.wst.jsdt.core.compiler.IProblem.ReturnTypeAmbiguous</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#AmbiguousType"><CODE>IProblem.AmbiguousType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ReturnTypeCannotBeVoidArray">org.eclipse.wst.jsdt.core.compiler.IProblem.ReturnTypeCannotBeVoidArray</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#CannotAllocateVoidArray"><CODE>IProblem.CannotAllocateVoidArray</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ReturnTypeInheritedNameHidesEnclosingName">org.eclipse.wst.jsdt.core.compiler.IProblem.ReturnTypeInheritedNameHidesEnclosingName</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InheritedTypeHidesEnclosingName"><CODE>IProblem.InheritedTypeHidesEnclosingName</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ReturnTypeInternalNameProvided">org.eclipse.wst.jsdt.core.compiler.IProblem.ReturnTypeInternalNameProvided</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InternalTypeNameProvided"><CODE>IProblem.InternalTypeNameProvided</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ReturnTypeNotFound">org.eclipse.wst.jsdt.core.compiler.IProblem.ReturnTypeNotFound</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#UndefinedType"><CODE>IProblem.UndefinedType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#ReturnTypeNotVisible">org.eclipse.wst.jsdt.core.compiler.IProblem.ReturnTypeNotVisible</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NotVisibleType"><CODE>IProblem.NotVisibleType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/JavaScriptElementLabelProvider.html#SHOW_CONTAINER">org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider.SHOW_CONTAINER</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use SHOW_QUALIFIED or SHOW_ROOT instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/JavaScriptElementLabelProvider.html#SHOW_CONTAINER_QUALIFICATION">org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider.SHOW_CONTAINER_QUALIFICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use SHOW_QUALIFIED instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/JavaScriptElementLabelProvider.html#SHOW_POSTIFIX_QUALIFICATION">org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider.SHOW_POSTIFIX_QUALIFICATION</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>SHOW_POST_QUALIFIED instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#SuperclassAmbiguous">org.eclipse.wst.jsdt.core.compiler.IProblem.SuperclassAmbiguous</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#AmbiguousType"><CODE>IProblem.AmbiguousType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#SuperclassInheritedNameHidesEnclosingName">org.eclipse.wst.jsdt.core.compiler.IProblem.SuperclassInheritedNameHidesEnclosingName</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InheritedTypeHidesEnclosingName"><CODE>IProblem.InheritedTypeHidesEnclosingName</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#SuperclassInternalNameProvided">org.eclipse.wst.jsdt.core.compiler.IProblem.SuperclassInternalNameProvided</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#InternalTypeNameProvided"><CODE>IProblem.InternalTypeNameProvided</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#SuperclassNotFound">org.eclipse.wst.jsdt.core.compiler.IProblem.SuperclassNotFound</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#UndefinedType"><CODE>IProblem.UndefinedType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#SuperclassNotVisible">org.eclipse.wst.jsdt.core.compiler.IProblem.SuperclassNotVisible</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#NotVisibleType"><CODE>IProblem.NotVisibleType</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#UPDATE_JAVA_VIEWS">org.eclipse.wst.jsdt.ui.PreferenceConstants.UPDATE_JAVA_VIEWS</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Since 3.0, views now always update while editing</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#UPDATE_ON_SAVE">org.eclipse.wst.jsdt.ui.PreferenceConstants.UPDATE_ON_SAVE</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Since 3.0, views now always update while editing</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/PreferenceConstants.html#UPDATE_WHILE_EDITING">org.eclipse.wst.jsdt.ui.PreferenceConstants.UPDATE_WHILE_EDITING</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Since 3.0, views now always update while editing</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#VariableTypeCannotBeVoidArray">org.eclipse.wst.jsdt.core.compiler.IProblem.VariableTypeCannotBeVoidArray</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- problem is no longer generated, use <A HREF="org/eclipse/wst/jsdt/core/compiler/IProblem.html#CannotAllocateVoidArray"><CODE>IProblem.CannotAllocateVoidArray</CODE></A> instead</I>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="method"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Deprecated Methods</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptError(org.eclipse.wst.jsdt.core.compiler.IProblem)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptError(IProblem)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#completionFailure(org.eclipse.wst.jsdt.core.compiler.IProblem)"><CODE>CompletionRequestor.completionFailure(IProblem)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptInterface(char[], char[], char[], int, int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptInterface(char[], char[], char[], int, int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptKeyword(char[], int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptKeyword(char[], int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptLabel(char[], int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptLabel(char[], int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptLocalVariable(char[], char[], char[], int, int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptLocalVariable(char[], char[], char[], int, int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptModifier(char[], int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptModifier(char[], int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptPackage(char[], char[], int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptPackage(char[], char[], int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptType(char[], char[], char[], int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptType(char[], char[], char[], int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/ICompletionRequestor.html#acceptVariableName(char[], char[], char[], char[], int, int, int)">org.eclipse.wst.jsdt.core.ICompletionRequestor.acceptVariableName(char[], char[], char[], char[], int, int, int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/CompletionRequestor.html#accept(org.eclipse.wst.jsdt.core.CompletionProposal)"><CODE>CompletionRequestor.accept(CompletionProposal)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#becomeWorkingCopy(org.eclipse.wst.jsdt.core.IProblemRequestor, IProgressMonitor)">org.eclipse.wst.jsdt.core.IJavaScriptUnit.becomeWorkingCopy(IProblemRequestor, IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#becomeWorkingCopy(IProgressMonitor)"><CODE>IJavaScriptUnit.becomeWorkingCopy(IProgressMonitor)</CODE></A> instead.
Note that if this deprecated method is used, problems will be reported to the given problem requestor
as well as the problem requestor returned by the working copy owner (if not null).</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IClassFile.html#becomeWorkingCopy(org.eclipse.wst.jsdt.core.IProblemRequestor, org.eclipse.wst.jsdt.core.WorkingCopyOwner, IProgressMonitor)">org.eclipse.wst.jsdt.core.IClassFile.becomeWorkingCopy(IProblemRequestor, WorkingCopyOwner, IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/ITypeRoot.html#getWorkingCopy(org.eclipse.wst.jsdt.core.WorkingCopyOwner, IProgressMonitor)"><CODE>ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor)</CODE></A> instead.
Note that if this deprecated method is used, problems will be reported to the given problem requestor
as well as the problem requestor returned by the working copy owner (if not null).</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/eval/IEvaluationContext.html#codeComplete(java.lang.String, int, org.eclipse.wst.jsdt.core.ICompletionRequestor)">org.eclipse.wst.jsdt.core.eval.IEvaluationContext.codeComplete(String, int, ICompletionRequestor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/eval/IEvaluationContext.html#codeComplete(java.lang.String, int, org.eclipse.wst.jsdt.core.CompletionRequestor)"><CODE>IEvaluationContext.codeComplete(String,int,CompletionRequestor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/eval/IEvaluationContext.html#codeComplete(java.lang.String, int, org.eclipse.wst.jsdt.core.ICompletionRequestor, org.eclipse.wst.jsdt.core.WorkingCopyOwner)">org.eclipse.wst.jsdt.core.eval.IEvaluationContext.codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/eval/IEvaluationContext.html#codeComplete(java.lang.String, int, org.eclipse.wst.jsdt.core.CompletionRequestor, org.eclipse.wst.jsdt.core.WorkingCopyOwner)"><CODE>IEvaluationContext.codeComplete(String,int,CompletionRequestor,WorkingCopyOwner)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#commit(boolean, IProgressMonitor)">org.eclipse.wst.jsdt.core.IWorkingCopy.commit(boolean, IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#commitWorkingCopy(boolean, IProgressMonitor)"><CODE>IJavaScriptUnit.commitWorkingCopy(boolean, IProgressMonitor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#destroy()">org.eclipse.wst.jsdt.core.IWorkingCopy.destroy()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#discardWorkingCopy()"><CODE>IJavaScriptUnit.discardWorkingCopy()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#findElements(org.eclipse.wst.jsdt.core.IJavaScriptElement)">org.eclipse.wst.jsdt.core.IWorkingCopy.findElements(IJavaScriptElement)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#findElements(org.eclipse.wst.jsdt.core.IJavaScriptElement)"><CODE>IJavaScriptUnit.findElements(IJavaScriptElement)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#findPrimaryType()">org.eclipse.wst.jsdt.core.IWorkingCopy.findPrimaryType()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/ITypeRoot.html#findPrimaryType()"><CODE>ITypeRoot.findPrimaryType()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#findSharedWorkingCopy(org.eclipse.wst.jsdt.core.IBufferFactory)">org.eclipse.wst.jsdt.core.IWorkingCopy.findSharedWorkingCopy(IBufferFactory)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#findWorkingCopy(org.eclipse.wst.jsdt.core.WorkingCopyOwner)"><CODE>IJavaScriptUnit.findWorkingCopy(WorkingCopyOwner)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JsGlobalScopeContainerInitializer.html#getClasspathEntries()">org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer.getClasspathEntries()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JsGlobalScopeContainerInitializer.html#getIncludepathEntries()"><CODE>JsGlobalScopeContainerInitializer.getIncludepathEntries()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IJsGlobalScopeContainer.html#getClasspathEntries()">org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer.getClasspathEntries()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJsGlobalScopeContainer.html#getIncludepathEntries()"><CODE>IJsGlobalScopeContainer.getIncludepathEntries()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/libraries/BasicBrowserLibraryJsGlobalScopeContainerInitializer.html#getClasspathEntries()">org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryJsGlobalScopeContainerInitializer.getClasspathEntries()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/libraries/BasicBrowserLibraryJsGlobalScopeContainerInitializer.html#getIncludepathEntries()"><CODE>BasicBrowserLibraryJsGlobalScopeContainerInitializer.getIncludepathEntries()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/JavaElementSorter.html#getCollator()">org.eclipse.wst.jsdt.ui.JavaElementSorter.getCollator()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The method is not intended to be used by clients.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/JSdoc.html#getComment()">org.eclipse.wst.jsdt.core.dom.JSdoc.getComment()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The comment string was replaced in the 3.0 release
by a representation of the structure of the doc comment.
See <A HREF="org/eclipse/wst/jsdt/core/dom/JSdoc.html#tags()"><CODE>tags</CODE></A>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IMember.html#getCompilationUnit()">org.eclipse.wst.jsdt.core.IMember.getCompilationUnit()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IMember.html#getJavaScriptUnit()"><CODE>IMember.getJavaScriptUnit()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/Statement.html#getLeadingComment()">org.eclipse.wst.jsdt.core.dom.Statement.getLeadingComment()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This feature was removed in the 2.1 release because it was
only a partial, and inadequate, solution to the issue of associating
comments with statements. Furthermore, AST.parseCompilationUnit did not
associate leading comments, making this moot. Clients that need to access
comments preceding a statement should either consult the compilation
unit's <A HREF="org/eclipse/wst/jsdt/core/dom/JavaScriptUnit.html#getCommentList()">comment table</A>
or use a scanner to reanalyze the source text immediately preceding
the statement's source range.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IType.html#getMethods()">org.eclipse.wst.jsdt.core.IType.getMethods()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IType.html#getFunctions()"><CODE>IType.getFunctions()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IFunctionContainer.html#getMethods()">org.eclipse.wst.jsdt.core.IFunctionContainer.getMethods()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IFunctionContainer.html#getFunctions()"><CODE>IFunctionContainer.getFunctions()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/ClassInstanceCreation.html#getName()">org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation.getName()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/ClassInstanceCreation.html#getType()"><CODE>ClassInstanceCreation.getType()</CODE></A>, which returns a <code>Type</code> instead of a
<code>Name</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#getOriginal(org.eclipse.wst.jsdt.core.IJavaScriptElement)">org.eclipse.wst.jsdt.core.IWorkingCopy.getOriginal(IJavaScriptElement)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptElement.html#getPrimaryElement()"><CODE>IJavaScriptElement.getPrimaryElement()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#getOriginalElement()">org.eclipse.wst.jsdt.core.IWorkingCopy.getOriginalElement()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/ITypeRoot.html#findPrimaryType()"><CODE>ITypeRoot.findPrimaryType()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/StandardJavaScriptElementContentProvider.html#getProvideWorkingCopy()">org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider.getProvideWorkingCopy()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Since 3.0 compilation unit children are always provided as working copies. The JavaScript model
does not support the 'original' mode anymore.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/FunctionDeclaration.html#getReturnType()">org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.getReturnType()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by <A HREF="org/eclipse/wst/jsdt/core/dom/FunctionDeclaration.html#getReturnType2()"><CODE>FunctionDeclaration.getReturnType2()</CODE></A>,
which may return <code>null</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#getSharedWorkingCopies(org.eclipse.wst.jsdt.core.IBufferFactory)">org.eclipse.wst.jsdt.core.JavaScriptCore.getSharedWorkingCopies(IBufferFactory)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#getWorkingCopies(org.eclipse.wst.jsdt.core.WorkingCopyOwner)"><CODE>JavaScriptCore.getWorkingCopies(WorkingCopyOwner)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#getSharedWorkingCopy(IProgressMonitor, org.eclipse.wst.jsdt.core.IBufferFactory, org.eclipse.wst.jsdt.core.IProblemRequestor)">org.eclipse.wst.jsdt.core.IWorkingCopy.getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#getWorkingCopy(org.eclipse.wst.jsdt.core.WorkingCopyOwner, org.eclipse.wst.jsdt.core.IProblemRequestor, IProgressMonitor)"><CODE>IJavaScriptUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/Message.html#getSourcePosition()">org.eclipse.wst.jsdt.core.dom.Message.getSourcePosition()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/Message.html#getStartPosition()"><CODE>Message.getStartPosition()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclaration.html#getSuperclass()">org.eclipse.wst.jsdt.core.dom.TypeDeclaration.getSuperclass()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclaration.html#getSuperclassType()"><CODE>TypeDeclaration.getSuperclassType()</CODE></A>, which returns a <code>Type</code>
instead of a <code>Name</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclarationStatement.html#getTypeDeclaration()">org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement.getTypeDeclaration()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclarationStatement.html#getDeclaration()"><CODE>TypeDeclarationStatement.getDeclaration()</CODE></A>, which returns <code>AbstractTypeDeclaration</code>
instead of <code>TypeDeclaration</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#getWorkingCopy()">org.eclipse.wst.jsdt.core.IWorkingCopy.getWorkingCopy()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#getWorkingCopy(IProgressMonitor)"><CODE>IJavaScriptUnit.getWorkingCopy(IProgressMonitor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#getWorkingCopy(IProgressMonitor, org.eclipse.wst.jsdt.core.IBufferFactory, org.eclipse.wst.jsdt.core.IProblemRequestor)">org.eclipse.wst.jsdt.core.IWorkingCopy.getWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#getWorkingCopy(org.eclipse.wst.jsdt.core.WorkingCopyOwner, org.eclipse.wst.jsdt.core.IProblemRequestor, IProgressMonitor)"><CODE>IJavaScriptUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#getWorkingCopy(org.eclipse.wst.jsdt.core.WorkingCopyOwner, org.eclipse.wst.jsdt.core.IProblemRequestor, IProgressMonitor)">org.eclipse.wst.jsdt.core.IJavaScriptUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/ITypeRoot.html#getWorkingCopy(org.eclipse.wst.jsdt.core.WorkingCopyOwner, IProgressMonitor)"><CODE>ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor)</CODE></A> instead.
Note that if this deprecated method is used, problems will be reported on the passed problem requester
as well as on the problem requestor returned by the working copy owner (if not null).</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#isBasedOn(IResource)">org.eclipse.wst.jsdt.core.IWorkingCopy.isBasedOn(IResource)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#hasResourceChanged()"><CODE>IJavaScriptUnit.hasResourceChanged()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#isWorkingCopy()">org.eclipse.wst.jsdt.core.IWorkingCopy.isWorkingCopy()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#isWorkingCopy()"><CODE>IJavaScriptUnit.isWorkingCopy()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newCompilationUnit()">org.eclipse.wst.jsdt.core.dom.AST.newCompilationUnit()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newJavaScriptUnit()"><CODE>AST.newJavaScriptUnit()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newJavadoc()">org.eclipse.wst.jsdt.core.dom.AST.newJavadoc()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newJSdoc()"><CODE>AST.newJSdoc()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newMethodDeclaration()">org.eclipse.wst.jsdt.core.dom.AST.newMethodDeclaration()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newFunctionDeclaration()"><CODE>AST.newFunctionDeclaration()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newMethodInvocation()">org.eclipse.wst.jsdt.core.dom.AST.newMethodInvocation()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newFunctionInvocation()"><CODE>AST.newFunctionInvocation()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newMethodRef()">org.eclipse.wst.jsdt.core.dom.AST.newMethodRef()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newFunctionRef()"><CODE>AST.newFunctionRef()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newMethodRefParameter()">org.eclipse.wst.jsdt.core.dom.AST.newMethodRefParameter()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newFunctionRefParameter()"><CODE>AST.newFunctionRefParameter()</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IType.html#newTypeHierarchy(org.eclipse.wst.jsdt.core.IWorkingCopy[], IProgressMonitor)">org.eclipse.wst.jsdt.core.IType.newTypeHierarchy(IWorkingCopy[], IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IType.html#newTypeHierarchy(org.eclipse.wst.jsdt.core.IJavaScriptUnit[], IProgressMonitor)"><CODE>IType.newTypeHierarchy(IJavaScriptUnit[], IProgressMonitor)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/WorkingCopyOwner.html#newWorkingCopy(java.lang.String, org.eclipse.wst.jsdt.core.IIncludePathEntry[], org.eclipse.wst.jsdt.core.IProblemRequestor, IProgressMonitor)">org.eclipse.wst.jsdt.core.WorkingCopyOwner.newWorkingCopy(String, IIncludePathEntry[], IProblemRequestor, IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/WorkingCopyOwner.html#newWorkingCopy(java.lang.String, org.eclipse.wst.jsdt.core.IIncludePathEntry[], IProgressMonitor)"><CODE>WorkingCopyOwner.newWorkingCopy(String, IIncludePathEntry[], IProgressMonitor)</CODE></A> instead.
Note that if this deprecated method is used, problems may be reported twice
if the given requestor is not the same as the current working copy owner one.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#reconcile()">org.eclipse.wst.jsdt.core.IWorkingCopy.reconcile()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#reconcile(int, boolean, org.eclipse.wst.jsdt.core.WorkingCopyOwner, IProgressMonitor)"><CODE>IJavaScriptUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#reconcile(boolean, IProgressMonitor)">org.eclipse.wst.jsdt.core.IWorkingCopy.reconcile(boolean, IProgressMonitor)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#reconcile(int, boolean, org.eclipse.wst.jsdt.core.WorkingCopyOwner, IProgressMonitor)"><CODE>IJavaScriptUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/IWorkingCopy.html#restore()">org.eclipse.wst.jsdt.core.IWorkingCopy.restore()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/IJavaScriptUnit.html#restore()"><CODE>IJavaScriptUnit.restore()</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/JSdoc.html#setComment(java.lang.String)">org.eclipse.wst.jsdt.core.dom.JSdoc.setComment(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The comment string was replaced in the 3.0 release
by a representation of the structure of the doc comment.
See <A HREF="org/eclipse/wst/jsdt/core/dom/JSdoc.html#tags()"><CODE>tags</CODE></A>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#setIncludepathVariable(java.lang.String, IPath)">org.eclipse.wst.jsdt.core.JavaScriptCore.setIncludepathVariable(String, IPath)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptCore.html#setIncludepathVariable(java.lang.String, IPath, IProgressMonitor)"><CODE>JavaScriptCore.setIncludepathVariable(String, IPath, IProgressMonitor)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/ui/ITypeHierarchyViewPart.html#setInput(org.eclipse.wst.jsdt.core.IType)">org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart.setInput(IType)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use setInputElement instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/Statement.html#setLeadingComment(java.lang.String)">org.eclipse.wst.jsdt.core.dom.Statement.setLeadingComment(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This feature was removed in the 2.1 release because it was
only a partial, and inadequate, solution to the issue of associating
comments with statements.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/VariableDeclarationStatement.html#setModifiers(int)">org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement.setModifiers(int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/VariableDeclarationStatement.html#modifiers()"><CODE>VariableDeclarationStatement.modifiers()</CODE></A> which contains a list of a <code>Modifier</code> nodes.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/VariableDeclarationExpression.html#setModifiers(int)">org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression.setModifiers(int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/VariableDeclarationExpression.html#modifiers()"><CODE>VariableDeclarationExpression.modifiers()</CODE></A> which contains a list of a <code>Modifier</code> nodes.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/SingleVariableDeclaration.html#setModifiers(int)">org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration.setModifiers(int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/SingleVariableDeclaration.html#modifiers()"><CODE>SingleVariableDeclaration.modifiers()</CODE></A> which contains a list of a <code>Modifier</code> nodes.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/BodyDeclaration.html#setModifiers(int)">org.eclipse.wst.jsdt.core.dom.BodyDeclaration.setModifiers(int)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Rhis method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/BodyDeclaration.html#modifiers()"><CODE>BodyDeclaration.modifiers()</CODE></A> which contains a list of a <code>Modifier</code> nodes.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/ClassInstanceCreation.html#setName(org.eclipse.wst.jsdt.core.dom.Name)">org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation.setName(Name)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/ClassInstanceCreation.html#setType(org.eclipse.wst.jsdt.core.dom.Type)"><CODE>ClassInstanceCreation.setType(Type)</CODE></A>, which expects a <code>Type</code> instead of
a <code>Name</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/FunctionDeclaration.html#setReturnType(org.eclipse.wst.jsdt.core.dom.Type)">org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.setReturnType(Type)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/FunctionDeclaration.html#setReturnType2(org.eclipse.wst.jsdt.core.dom.Type)"><CODE>FunctionDeclaration.setReturnType2(Type)</CODE></A>, which accepts <code>null</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclaration.html#setSuperclass(org.eclipse.wst.jsdt.core.dom.Name)">org.eclipse.wst.jsdt.core.dom.TypeDeclaration.setSuperclass(Name)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclaration.html#setSuperclassType(org.eclipse.wst.jsdt.core.dom.Type)"><CODE>TypeDeclaration.setSuperclassType(Type)</CODE></A>, which expects a
<code>Type</code> instead of a <code>Name</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclarationStatement.html#setTypeDeclaration(org.eclipse.wst.jsdt.core.dom.TypeDeclaration)">org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement.setTypeDeclaration(TypeDeclaration)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclarationStatement.html#setDeclaration(org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration)"><CODE>TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration)</CODE></A> which takes
<code>AbstractTypeDeclaration</code> instead of
<code>TypeDeclaration</code>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclaration.html#superInterfaces()">org.eclipse.wst.jsdt.core.dom.TypeDeclaration.superInterfaces()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In the JLS3 API, this method is replaced by
<A HREF="org/eclipse/wst/jsdt/core/dom/TypeDeclaration.html#superInterfaceTypes()"><CODE>TypeDeclaration.superInterfaceTypes()</CODE></A>.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateCompilationUnitName(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validateCompilationUnitName(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateCompilationUnitName(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validateCompilationUnitName(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateFieldName(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validateFieldName(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateFieldName(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validateFieldName(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateFunctionName(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validateFunctionName(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateFunctionName(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validateFunctionName(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateIdentifier(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validateIdentifier(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateIdentifier(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validateIdentifier(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateJavaScriptTypeName(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validateJavaScriptTypeName(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateJavaScriptTypeName(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validateJavaScriptTypeName(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validatePackageName(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validatePackageName(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validatePackageName(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validatePackageName(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateTypeVariableName(java.lang.String)">org.eclipse.wst.jsdt.core.JavaScriptConventions.validateTypeVariableName(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/eclipse/wst/jsdt/core/JavaScriptConventions.html#validateTypeVariableName(java.lang.String, java.lang.String, java.lang.String)"><CODE>JavaScriptConventions.validateTypeVariableName(String id, String sourceLevel, String complianceLevel)</CODE></A> instead</I>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="constructor"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Deprecated Constructors</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#AST()">org.eclipse.wst.jsdt.core.dom.AST()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Clients should port their code to use the new JLS3 AST API and call
<A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newAST(int)"><CODE>AST.newAST(AST.JLS3)</CODE></A> instead of using this constructor.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#AST(java.util.Map)">org.eclipse.wst.jsdt.core.dom.AST(Map)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Clients should port their code to use the new JLS3 AST API and call
<A HREF="org/eclipse/wst/jsdt/core/dom/AST.html#newAST(int)"><CODE>AST.newAST(AST.JLS3)</CODE></A> instead of using this constructor.</I>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>