Bug 6638 - "Add Method Overrides" menu pick
Summary: "Add Method Overrides" menu pick
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-06 10:40 EST by Robert M. Fuhrer CLA
Modified: 2002-01-16 04:34 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 Robert M. Fuhrer CLA 2001-12-06 10:40:24 EST
It would be nice to have an "Add Method Overrides" menu pick (analogous
to the "Add Unimplemented Methods" menu pick in certain context menus)
that would bring up a selection box of currently-unoverridden base-class
methods and insert stubs for the selected methods.
Comment 1 Martin Aeschlimann CLA 2001-12-13 12:50:20 EST
added as new feature > 11211
Add unimplemented method renamed to 'Implement Methods'
On invocation CheckedTreeDialog allows to select from all implementable methods 
(Unimplemented already selected).
Also used in the 'Add annonymous inner class' code assist.