Bug 340796 - [content assist] Completion should propose the classes implementing the interface
Summary: [content assist] Completion should propose the classes implementing the inter...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Ayushman Jain CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 14:45 EDT by Pascal Rapicault CLA
Modified: 2011-03-24 05:34 EDT (History)
5 users (show)

See Also:


Attachments
Screenshot of the problem (55.97 KB, image/png)
2011-03-23 14:46 EDT, Pascal Rapicault CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2011-03-23 14:45:44 EDT
In the attached screenshot, the argument of the method is an interface. When I do completion, it would be good if instead of proposing me to implement the interface it was also showing me the classes implementing this interface.
I have not checked but I assume the same applies to abstract classes.
Comment 1 Pascal Rapicault CLA 2011-03-23 14:46:04 EDT
Created attachment 191781 [details]
Screenshot of the problem
Comment 2 Dani Megert CLA 2011-03-24 05:02:22 EDT
Would be nice but building the sub-type hierarchy might be too expensive.
Comment 3 Ayushman Jain CLA 2011-03-24 05:15:38 EDT
I'll investigate
Comment 4 Dani Megert CLA 2011-03-24 05:17:56 EDT
(In reply to comment #3)
> I'll investigate
Definitely not something we look into for 3.7.
Comment 5 Ayushman Jain CLA 2011-03-24 05:34:39 EDT
(In reply to comment #4)
> (In reply to comment #3)
> > I'll investigate
> Definitely not something we look into for 3.7.

Yes, I meant post 3.7. No time right now.