|
Eclipse JDT Release 3.5 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
equals
.
ASTNode.subtreeMatch
.
AST.subtreeMatch
.
SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor)
instead.
querySpecification
.
"org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences"
).
"org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences"
).
"org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.method.exits"
).
"org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file"
).
"org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace"
).
SearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor)
instead
SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor)
instead
SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor)
instead
SearchEngine.searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor)
instead.
SearchEngine
searches for Java elements following a search pattern.SearchEngine.SearchEngine(ICompilationUnit[])
instead.
"org.eclipse.jdt.ui.edit.text.java.select.enclosing"
).
"org.eclipse.jdt.ui.edit.text.java.select.last"
).
"org.eclipse.jdt.ui.edit.text.java.select.next"
).
"org.eclipse.jdt.ui.edit.text.java.select.previous"
).
IAction#run()
and the
ISelectionChangedListener#selectionChanged
according to the type of the selection.SelectionDispatchAction.setSpecialSelectionProvider(ISelectionProvider)
instead. This constructor will be
removed after 3.2 M5.
"org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field"
).
"org.eclipse.jdt.ui.actions.SelfEncapsulateField"
).
SelfEncapsulateFieldAction
.
null
if none (or not recorded).
null
if the refactoring should choose a name
IClasspathContainer
).
JavaCore.setClasspathVariable(String, IPath, IProgressMonitor)
instead
tags
.
null
to use a page initialized with values
from the current selection (see AbstractOpenWizardAction.getSelection()
and AbstractOpenWizardAction.setSelection(IStructuredSelection)
).
null
to use a page initialized with values
from the current selection (see AbstractOpenWizardAction.getSelection()
and AbstractOpenWizardAction.setSelection(IStructuredSelection)
).
null
to use a page initialized with values
from the current selection (see AbstractOpenWizardAction.getSelection()
and AbstractOpenWizardAction.setSelection(IStructuredSelection)
).
null
to use a page initialized with values
from the current selection (see AbstractOpenWizardAction.getSelection()
and AbstractOpenWizardAction.setSelection(IStructuredSelection)
).
null
to use a page initialized with values
from the current selection (see AbstractOpenWizardAction.getSelection()
and AbstractOpenWizardAction.setSelection(IStructuredSelection)
).
String
.
null
if none.
null
if none.
null
if the refactoring should choose a name
IntroduceParameterObjectDescriptor.Parameter.isCreateField()
is true
.
java.lang
or
in the same package as the rewrite compilation unit should not be created except if necessary
to resolve an on-demand import conflict.
ImageDescriptor.createImage()
.
ImportRewrite
.
SearchEngine.createJavaSearchScope(IJavaElement[])
with the package fragment roots that correspond to the binaries instead.
SearchEngine.createJavaSearchScope(IJavaElement[])
with a Java project instead.
null
if none.
BodyDeclaration.modifiers()
which contains a list of a Modifier
nodes.
SingleVariableDeclaration.modifiers()
which contains a list of a Modifier
nodes.
VariableDeclarationExpression.modifiers()
which contains a list of a Modifier
nodes.
VariableDeclarationStatement.modifiers()
which contains a list of a Modifier
nodes.
null
if none.
ClassInstanceCreation.setType(Type)
, which expects a Type
instead of
a Name
.
IDOMCompilationNode
refinement of this IDOMNode
method has no effect (the name is computed from the types declared within it).
IDOMField
refinement of this IDOMNode
method sets the name of this field.
IDOMImport
refinement of this IDOMNode
method sets the name of this import.
IDOMInitializer
refinement of this IDOMNode
method does nothing.
IDOMMethod
refinement of this IDOMNode
method sets the name of this method.
IDOMPackage
refinement of this IDOMNode
method sets the name of this package declaration.
IDOMType
refinement of this IDOMNode
method sets the name of this type.
null
if the project
should be created in the workspace
null
to clear it.
null
if none.
null
if none.
MethodDeclaration.setReturnType2(Type)
, which accepts null
.
null
if a new entry should be created.
null
if none.
null
if this classpath entry has no
source attachment.
TypeDeclaration.setSuperclassType(Type)
, which expects a
Type
instead of a Name
.
TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration)
which takes
AbstractTypeDeclaration
instead of
TypeDeclaration
.
null
.
IVMInstall2
when possible
Map
that contains String name/value pairs that represent
VM-specific attributes.
null
means the primary owner.
SharedASTProvider
provides access to the AST root
used by
the current active Java editor."org.eclipse.jdt.ui.actions.ShiftLeft"
).
"org.eclipse.jdt.ui.actions.ShiftRight"
).
short
0
) indicating that the label should show
the basic images only.
"org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb"
).
"org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view"
).
"org.eclipse.jdt.ui.actions.ShowInNaviagtorView"
).
"org.eclipse.jdt.ui.actions.ShowInPackagesView"
).
ITextEditorActionConstants.SHOW_INFORMATION
ITextEditorActionDefinitionIds.SHOW_INFORMATION
ITextEditorActionDefinitionIds.GOTO_NEXT_ANNOTATION
"org.eclipse.jdt.ui.edit.text.java.show.outline"
).
ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION
ShowActionGroup
.
ShowActionGroup
.
ShowInNavigatorViewAction
.
ShowInPackageViewAction
.
SimpleName
.
SimpleType
.
SingleMemberAnnotation
.
SingleVariableDeclaration
.
CompilationUnitSorter.sort(AST.JLS3, compilationUnit, positions, comparator, options, monitor)
instead of using this method.
"org.eclipse.jdt.ui.edit.text.java.sort.members"
).
"org.eclipse.jdt.ui.actions.SortMembers"
).
SortMembersAction
.
DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR
SpellingService.PREFERENCE_SPELLING_ENABLED
and SpellingService.PREFERENCE_SPELLING_ENGINE
StandardJavaElementContentProvider.StandardJavaElementContentProvider(boolean)
instead.
Since 3.0 compilation unit children are always provided as working copies. The Java Model
does not support the 'original' mode anymore.
StandardJavaElementContentProvider
.
Modifier.STATIC
.
2
).
1
).
3
).
Modifier.STRICTFP
.
StringLiteral
.
java.lang.String
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
instead with NamingConventions.VK_PARAMETER
as variable kind.
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
instead with NamingConventions.VK_PARAMETER
as variable kind.
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
instead
with NamingConventions.VK_INSTANCE_FIELD
or NamingConventions.VK_STATIC_FIELD
as variable kind.
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
instead
with NamingConventions.VK_INSTANCE_FIELD
or NamingConventions.VK_STATIC_FIELD
as variable kind.
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
instead with NamingConventions.VK_LOCAL
as variable kind.
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
instead with NamingConventions.VK_LOCAL
as variable kind.
SuperConstructorInvocation
.
SuperFieldAccess
.
SuperMethodInvocation
.
super
qualifier).
IProblem.AmbiguousType
instead
IProblem.InheritedTypeHidesEnclosingName
instead
IProblem.InternalTypeNameProvided
instead
IProblem.UndefinedType
instead
IProblem.NotVisibleType
instead
TypeDeclaration.superInterfaceTypes()
.
"org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch"
).
"org.eclipse.jdt.ui.actions.SurroundWithTryCatch"
).
SwitchCase
.
SwitchStatement
.
Modifier.SYNCHRONIZED
.
SynchronizedStatement
.
|
Eclipse JDT Release 3.5 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |