Bug 79108 - [1.5][DOM] enumConstantDeclaration.resolveBinding() always returns null
Summary: [1.5][DOM] enumConstantDeclaration.resolveBinding() always returns null
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 15:23 EST by Olivier Thomann CLA
Modified: 2004-12-14 11:52 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 Olivier Thomann CLA 2004-11-19 15:23:15 EST
In latest, enumConstantDeclaration.resolveBinding() always returns null.
It should return a variable binding if the bindings are resolved.
Comment 1 Olivier Thomann CLA 2004-11-19 15:23:58 EST
Fixed and released in HEAD.
Regression test added by updating ASTConverter15.test0027.
Comment 2 Jerome Lanneluc CLA 2004-12-14 11:52:24 EST
Verified (in I200412140800) that the test ensures that resolveVariable() returns
a non null value for EnumConstantDeclaration.