Bug 335108 - Knowing which class/enum "super" refers to
Summary: Knowing which class/enum "super" refers to
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 07:55 EST by arlindolima CLA
Modified: 2011-01-23 07:55 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 arlindolima CLA 2011-01-23 07:55:41 EST
Build Identifier: M20100909-0800

The way the "super" keyword is being treated, there is not a convenient way to know to which class/enum, "super" refers to. This would be a very desirable feature.

It is possible to know this information for "this", so I don't see why it should be different for "super". I would recommend adding a new binding to the "super" nodes (SuperFieldAccess, SuperMethodInvocation and SuperConstructorInvocation).

Reproducible: Always