Bug 14453

Summary: Remove InfixExpression.Operator.INSTANCEOF operator
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: akiezun
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: Other   
OS: other   
Whiteboard:

Description Olivier Thomann CLA 2002-04-23 15:32:58 EDT
Due to the new node used to create "instanceof" expression, we don't need this operator anymore. 
It has been deprecated for now. It will be deleted as soon as users of DOM/AST will update their code 
using the new node InstanceofExpression.
Comment 1 Olivier Thomann CLA 2002-04-24 10:57:39 EDT
Fixed and released in HEAD.
Comment 2 Dirk Baeumer CLA 2002-04-24 12:14:27 EDT
Fixed extract method related code.

Adam please check if you need to do something too.
Comment 3 Adam Kiezun CLA 2002-04-24 13:02:14 EDT
i'm fine i think