Bug 6638

Summary: "Add Method Overrides" menu pick
Product: [Eclipse Project] JDT Reporter: Robert M. Fuhrer <rfuhrer>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.