Bug 13625 - Remove deprecated method from AST/DOM
Summary: Remove deprecated method from AST/DOM
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-12 09:48 EDT by Jim des Rivieres CLA
Modified: 2002-04-16 07:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim des Rivieres CLA 2002-04-12 09:48:02 EDT
There are still some deprecated methods in the AST/DOM.

These should all be deleted asap.
Comment 1 Olivier Thomann CLA 2002-04-12 11:14:06 EDT
It should not be removed if this breaks the JUI code.
Comment 2 Olivier Thomann CLA 2002-04-12 12:07:52 EDT
The deprecated methods are:

ASTNode
	public boolean subtreeEquals(ASTNode 
other)

ClassInstanceCreation
	public boolean 
isAnonymousClassDeclaration();
	public void setAnonymousClassDeclaration(boolean 
hasBody)
	public List bodyDeclarations()

They will be removed for the next build. Please 
ensure you are NOT using them anymore.
Comment 3 Olivier Thomann CLA 2002-04-12 12:13:43 EDT
Fixed and released in HEAD.