Bug 126156 - IBinding#getJavaElement() should spec 'null' for anonymous constructor
Summary: IBinding#getJavaElement() should spec 'null' for anonymous constructor
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 04:49 EST by Markus Keller CLA
Modified: 2006-02-14 11:20 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 Markus Keller CLA 2006-02-02 04:49:26 EST
I20060131-1200

IBinding#getJavaElement() should spec 'null' for anonymous constructors, since they have no java element, e.g.:
...
    new Object() { /*anonymous*/ };
...
Comment 1 Jerome Lanneluc CLA 2006-02-08 06:09:16 EST
Fixed spec of IBinding#getJavaElement().
Comment 2 Frederic Fusier CLA 2006-02-14 11:20:08 EST
Javadoc verified for 3.2 M5 using build I20060214-0010.