Bug 14453 - Remove InfixExpression.Operator.INSTANCEOF operator
Summary: Remove InfixExpression.Operator.INSTANCEOF operator
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-23 15:32 EDT by Olivier Thomann CLA
Modified: 2002-04-24 13:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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