Bug 110987

Summary: [compiler] the operator is not used to InstanceOfExpression
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix
none
New patch none

Description Olivier Thomann CLA 2005-09-28 15:34:43 EDT
In the parser, when an instanceof expression is created we don't need to pass in
the operator.
The operator is useful onlu for the completion parser.
Comment 1 Olivier Thomann CLA 2005-09-28 15:35:49 EDT
Created attachment 27644 [details]
Proposed fix
Comment 2 Philipe Mulet CLA 2005-09-29 04:54:18 EDT
I would still init the operator slot in InstanceOfExpression constructor, just
in case...
Comment 3 Olivier Thomann CLA 2005-09-29 11:19:39 EDT
ok, I will preserve the initialization of the bits with the operator inside the
constructor.
I am running the tests.
Comment 4 Olivier Thomann CLA 2005-09-29 12:28:54 EDT
Created attachment 27687 [details]
New patch

new patch with modification in the InstanceOfExpression constructor.
Comment 5 Olivier Thomann CLA 2005-09-29 12:29:13 EDT
Fixed and released in HEAD.
No regression test.
Comment 6 Frederic Fusier CLA 2005-10-30 07:27:12 EST
Verified for 3.2 M3 using build I20051025-0800+v_619