Bug 13625

Summary: Remove deprecated method from AST/DOM
Product: [Eclipse Project] JDT Reporter: Jim des Rivieres <jeem>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: All   
Whiteboard:

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.