This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 210805

Summary: Select class and specify interfaces to implement
Product: editor Reporter: Geertjan Wielenga <geertjan>
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED INVALID    
Severity: normal CC: jglick
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Geertjan Wielenga 2012-04-06 10:14:48 UTC
In 7.2, it is possible to generate implementations from a selected interface declaration. 

But it would be great if a class declaration could be selected and then a hint would appear showing you all the interfaces in the application, or letting you browse through all the interfaces in the application, and then you can select which ones your class should implement.
Comment 1 Jan Lahoda 2012-04-06 10:26:00 UTC
What is the difference between this proposal and placing cursor behind the "implements" clause and pressing Ctrl-Space?

Anyway, does not sounds like a defect to me.
Comment 2 Geertjan Wielenga 2012-04-06 10:31:45 UTC
OK, I agree. That;s the same thing...