Bug 12781 - AST instanceof-InfixExpression: Cant resolve type
Summary: AST instanceof-InfixExpression: Cant resolve type
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 09:35 EST by Martin Aeschlimann CLA
Modified: 2002-04-04 11:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2002-04-04 09:35:29 EST
(x instanceof Vector)

The left operand of a 'instanceof'-InfixExpression is a SimpleName ('Vector').
Asked for its binding it always returns null
Comment 1 Olivier Thomann CLA 2002-04-04 11:02:58 EST
Which build are you using? This looks like an old bug.
Comment 2 Martin Aeschlimann CLA 2002-04-04 11:14:09 EST
from the latest drop
20020402
Comment 3 Olivier Thomann CLA 2002-04-04 11:26:17 EST
Ok, it is fixed and released in HEAD. It should not make it for the today's build. Regression test 
added.